List Payouts
List Payouts
Returns a list of payouts.
Query parameters:
- start_date: Filter payouts created on or after this date (ISO 8601 format: 2023-10-01T00:00:00Z)
- end_date: Filter payouts created on or before this date (ISO 8601 format: 2023-10-01T00:00:00Z)
GET
List Payouts
Documentation Index
Fetch the complete documentation index at: https://docs.withflex.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Use a Bearer token to access this API.
Query Parameters
Filter by a specific payout ID.
Example:
"obj_01EXAMPLE00000000000000000"
Filter payouts created after this date (ISO 8601 format: 2023-10-01T00:00:00Z).
Example:
"2024-01-01T00:00:00Z"
Filter payouts created before this date (ISO 8601 format: 2023-10-01T00:00:00Z).
Example:
"2024-01-01T00:00: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