List Withdrawals
Endpoint examples
List Withdrawals
Returns all withdrawal requests made by the authenticated agent. Pass the optional payoutId query parameter to retrieve a single specific payout.
GET
List Withdrawals
Headers
The unique API key of the agent.
Query Parameters
When provided, filters the result to a single payout matching this ID.
Response
Withdrawal records retrieved successfully. Returns a list when no payoutId is provided, or a single object when payoutId is specified.
- Option 1
- Option 2
List of all withdrawal records for the authenticated agent.

