List Payouts
List Payouts
Returns a list of payouts.
GET
List Payouts
Authorizations
Use a Bearer token to access this API.
Query Parameters
Filter by a specific payout ID.
Example:
"fpo_01J9XR8M3K7VZ8N2YB4WJ6T0RA"
Filter payouts created after this date (ISO 8601 format: 2023-10-01T00:00:00Z).
Example:
"2026-06-15T14:30:00Z"
Filter payouts created before this date (ISO 8601 format: 2023-10-01T00:00:00Z).
Example:
"2026-06-15T14:30:00Z"
A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.
Required range:
x >= 1Example:
10
Response
Success
An envelope wrapping a list of payout objects.
The list of payouts.