Link Transfers
Get transfer by ID
Retrieves a single transfer by its ID for an enterprise.
get/api/link/v1/enterprises/{enterpriseId}/transfers/{transferId}
Path parameters
enterpriseIdstring required
Example:59cd72485007a239fb00282ed480da1f
Your enterprise id.
transferIdstring required
Example:aba3a693-4f28-4523-8e53-85a3df22a608
The transfer ID to retrieve.
Headers
user-idstring required
User id of the user making the request.
Response
OK
Changes
Changed in 1 of the 20 revisions of this API.1
- ○
added the optional property
to the response with the statusresponse-optional-property-added
- ○