---
title: "List Affiliate"
method: GET
path: "/app/affiliate"
tags: ["Affiliates"]
---

# List Affiliate

`GET /app/affiliate`

Retorna a lista de afiliados criados.

## Query parameters

- `page` number
- `search` string
- `email` string
- `all` boolean

## Response `200`

OK

- object
  - `meta` object
    - `total` number
    - `per_page` number
    - `current_page` number
    - `last_page` number
    - `first_page` number
    - `first_page_url` string
    - `last_page_url` string
    - `next_page_url` string, nullable
    - `previous_page_url` string, nullable
  - `data` object[]
    - `id` number
    - `store_id` number
    - `name` string
    - `ref_code` string
    - `percent_commission` number
    - `balance` number
    - `min_withdraw` number
    - `email` string
    - `self_affiliated` boolean
    - `withdraw_settings` object, nullable
    - `revenue` number
    - `sales` number
    - `created_at` string
    - `updated_at` string

---

[API](https://skmtc.net/centralcart/apis/centralcart-api.md) · [All operations](https://skmtc.net/centralcart/apis/centralcart-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/centralcart/centralcart-api/revisions/6cbd98848375/schema)
