List draft transfers
🚧 Beta feature
This feature is currently in beta testing, and the final specification may still change.
Retrieves a list of draft transfers created via this API for the organization.
The results are paginated.
In test mode, this returns synthetic draft transfers only, not your real data. See Create draft transfer for how to simulate approved and declined outcomes.
Query parameters
Provide an ID to start the result set from the item with the given ID and onwards. This allows you to paginate the result set.
The maximum number of items to return. Defaults to 50 items.
The status of the draft transfer.
Filter the list by draft transfer status. Omit to return draft transfers in any status.
Most API credentials are specifically created for either live mode or test mode. In those cases the testmode query parameter must not be sent. For organization-level credentials such as OAuth access tokens, you can enable test mode by setting the testmode query parameter to true.
Test entities cannot be retrieved when the endpoint is set to live mode, and vice versa.
Headers
A unique key to ensure idempotent requests. This key should be a UUID v4 string.
Response
A list of draft transfer objects.