List rewards give to the affiliates
Query parameters
Retrieve only the rewards specified by a comma-separated list of reward IDs
Retrieve only the rewards specified by a comma-separated list of Affiliate IDs
Retrieve only the rewards specified by a comma-separated list of Reward types
Retrieve only rewards specified by a comma-separated list of their approval status
Retrieve only rewards specified by a comma-separated list of order IDs
Show rewards after the specified reward ID
Show rewards created at or before date (format: Sun Jul 26 2019 12:10:07 GMT+0530)
Show rewards created at or after date (format: Sun Jul 26 2019 12:10:07 GMT+0530)
Comma separated list of fields to return. See Rewards Schema to get list of available fields
Limit number of results
Response
Example response
{
"rewards": [
{
"id": 1,
"affiliate_id": 1,
"amount": 100,
"status": "approved",
"type": "signup_bonus",
"created": "Tue Sep 01 2026 09:54:14 GMT+0200 (Central European Summer Time)",
"order_id": 2342233,
"level": 1
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.