Retrieves a list of all payout entries for a specific payout.
GET
/v2/payouts/{payout_id}/payout-entries
Retrieves a list of all payout entries for a specific payout.
To call this endpoint, set PAYOUTS_READ
for the OAuth scope.
Guide
A pagination cursor returned by a previous call to this endpoint. Provide this cursor to retrieve the next set of results for the original query. For more information, see Pagination. If request parameters change between requests, subsequent results may contain duplicates or missing records.
The maximum number of results to be returned in a single page. It is possible to receive fewer results than the specified limit on a given page. The default value of 100 is also the maximum allowed value. If the provided value is greater than 100, it is ignored and the default value is used instead. Default: 100
The requested list of payout entries, ordered with the given or default sort order.
The pagination cursor to be used in a subsequent request. If empty, this is the final response. For more information, see Pagination.