---
title: "GET /affiliates"
method: GET
path: "/affiliates"
tags: ["Affiliados"]
---

# GET /affiliates

`GET /affiliates`

## Query parameters

- `page_size` string
- `page_number` string
- `status` string
- `product_id` string
- `search` string

## Response `200`

Get Affiliates

- PaginatedResponse
  - `pagination` object
    - `count` number
    - `page_number` number
    - `page_size` number
  - `data` unknown[]
    - unknown

## Other responses

- `400` — Solicitação Inválida

---

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