List Inbound Transfers

List inbound transfers for your account.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

limitintegerOptional

Limit the size of the list that is returned. The default (and maximum) is 100 objects.

pageTokenstringOptional
The cursor to use for pagination. If not set, the first page of results will be returned.

Response

The response for InboundTransfers.list
resultslist of objects or null
nextPageTokenstring or null

A cursor token to use to retrieve the next page of results by making another API call to the same endpoint with the same parameters (only changing the pageToken). If specified, then more results exist on the server that were not returned, otherwise no more results exist on the server.

Errors