rewards

List rewards give to the affiliates

get/admin/rewards

Query parameters

idstring

Retrieve only the rewards specified by a comma-separated list of reward IDs

affiliate_idstring

Retrieve only the rewards specified by a comma-separated list of Affiliate IDs

typestring

Retrieve only the rewards specified by a comma-separated list of Reward types

status'approved' | 'rejected'

Retrieve only rewards specified by a comma-separated list of their approval status

order_idstring

Retrieve only rewards specified by a comma-separated list of order IDs

since_idstring

Show rewards after the specified reward ID

created_at_maxstring

Show rewards created at or before date (format: Sun Jul 26 2019 12:10:07 GMT+0530)

created_at_minstring

Show rewards created at or after date (format: Sun Jul 26 2019 12:10:07 GMT+0530)

fieldsstring[] required

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.