---
title: "List rewards give to the affiliates"
method: GET
path: "/admin/rewards"
tags: ["rewards"]
---

# List rewards give to the affiliates

`GET /admin/rewards`

## Query parameters

- `id` string
- `affiliate_id` string
- `type` string
- `status` 'approved' | 'rejected'
- `order_id` string
- `since_id` string
- `created_at_max` string
- `created_at_min` string
- `fields` string[], required

## Response `200`

- object
  - `rewards` Rewards[]
    - `id` integer — Order ID
    - `affiliate_id` number — ID of the affiliate who brought the order
    - `type` 'signup_bonus' | 'sale_commission' | 'target_bonus' | 'wallet_adjustment' | 'recruitment_bonus'
    - `metadata` string
    - `order_id` number
    - `level` number
    - `amount` integer — Reward amount
    - `status` 'approved' | 'rejected'
    - `created` string — The date when order was created

## Other responses

- `403` — Not authenticated

---

[API](https://skmtc.dev/goaffpro/apis/goaffpro-api.md) · [All operations](https://skmtc.dev/goaffpro/apis/goaffpro-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/goaffpro/goaffpro-api/revisions/832de9c7d0ae/schema)
