Payout Search API
This API allows you to search for payouts based on various criteria.Endpoint
Query Parameters
| Name | Type | Description |
|---|---|---|
| status | string | The status of the payouts to filter by. |
| fromDate | string | The start date for the search range (ISO 8601 format). |
| toDate | string | The end date for the search range (ISO 8601 format). |
| limit | integer | The maximum number of results to return. |
Responses
200 OK
400 Bad Request
500 Internal Server Error
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.