List transfer approval requests

Retrieve a paginated list of transfer approval requests for the authenticated organization. Supports filtering by source account, destination account, and status.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
uuid

ID for a Mercury account.

uuid

ID for a Mercury account.

string
enum
Allowed:
uuid

The ID of the transfer approval request to start the page at (inclusive). Cannot be combined with start_after or end_before.

uuid

The ID of the transfer approval request to start the page after (exclusive). When provided, results will begin with the transfer approval request immediately following this ID. Use this for standard forward pagination to get the next page of results. Cannot be combined with end_before.

uuid

The ID of the transfer approval request to end the page before (exclusive). When provided, results will end just before this ID and work backwards. Use this for reverse pagination or to retrieve previous pages. Cannot be combined with start_after.

int64
1 to 1000
Defaults to 1000

Maximum number of results to return. Allowed range: 1 to 1000. Defaults to 1000

string
enum
Defaults to asc

Sort order. Can be 'asc' or 'desc'. Defaults to 'asc'

Allowed:
Responses

400

Invalid order or limit or end_before or start_after or start_at or status or destinationAccountId or sourceAccountId

Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json