curl --request GET \
--url https://api.cadanapay.com/v1/users/{userId}/tax-forms/{formId}/download \
--header 'Authorization: Bearer <token>'{
"fileUrl": "https://cadana.com/file/123",
"expiresAt": 1690339130
}Get a download link to a users’s tax form
curl --request GET \
--url https://api.cadanapay.com/v1/users/{userId}/tax-forms/{formId}/download \
--header 'Authorization: Bearer <token>'{
"fileUrl": "https://cadana.com/file/123",
"expiresAt": 1690339130
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Required when using a Platform API token. The tenant key identifying which business to operate on.
The unique identifier for the user
The unique identifier for the form