List payouts
List payouts and filter them by partner or any custom properties.
To filter payouts on custom property, just add the property with its exact value as a query parameter:
myCustomProp=ThisIsAValue
This will return the payout where myCustomProp exactly matches the provided value.
Query Parameters
The list of partner IDs to filter the payouts on.
Filter payouts created after this date (Inclusive)
Filter payouts created before this date (Exclusive)
The cursor used in pagination. This is the index of the first payout to be returned.
The maximum number of payouts to be returned. The default is 20.
The property used to sort the payouts by. The default is CreationDate.
"CreationDate"
The sorting direction for the returned payouts. Accepted values: ASC, DESC. The default is DESC.
