get https://payze.io/v2/api/payout/query/token-based
This API endpoint allows you to retrieve the status and data about previously requested payouts.
OData is a standardized protocol for building and consuming RESTful APIs.
Supported query parameters are:
- $filter: Filter the resource based on specific criteria.
- $orderby: Specify the sorting order for the resource.
- $top: Limit the maximum number of resources to retrieve.
- $skip: Specify the number of resources to skip from the beginning.
Note: This endpoint supports pagination using the $top and $skip parameters.