api
Get a Transfer by token
Once a transfer has been created in the Truepill ecosystem, you can access the transfer information at any time using the transfer_token that was provided on the Create Transfer response.<br/><br/>If the transfer_token does not map to a transfer record, a 404 Not Found will be returned.<br/><br/>Querying for transfer information that does not belong to you will return an error response.
get/api/v1/transfer_request/{token}
Path parameters
tokenstring required
Transfer token
Response
OK
Changes
No recorded changes to this endpoint across all 1 revision of this API.