List payouts
Returns a list of your payouts. Records are returned sorted by creation date, with the most recent items appearing first.
Request
Optional parameters
Parameter
Description
Expandable objects
Parameter
Description
Examples
List all payouts
curl --request GET \
--url https://api.getrewardful.com/v1/payouts \
-u YOUR_API_SECRET:List all payouts with data for the associated affiliate and commissions
curl --request GET \
--url https://api.getrewardful.com/v1/payouts?expand[]=affiliate&expand[]=commissions \
-u YOUR_API_SECRET:List payouts for a specific affiliate
List payouts that have been marked as paid
List payouts that are either due or pending
Last updated
Was this helpful?