---
title: "List All Affiliate Bills"
method: GET
path: "/provider/affiliates/{affiliate_id}/affiliate_bills"
tags: ["AffiliateBill"]
---

# List All Affiliate Bills

`GET /provider/affiliates/{affiliate_id}/affiliate_bills`

## Path parameters

- `affiliate_id` string, required

## Response `200`

Successful response

- PublicAffiliateBillBlueprintAll[]
  - object[]
    - `id` string
    - `amount_in_cents` integer
    - `human_status` string
    - `invoice_date` string, date
    - `invoice_number` string
    - `paid_at` string, date-time
    - `paid_in_cents` integer
    - `company` PublicCompanyBlueprintLeaf
      - `id` string
      - `name` string

---

[API](https://skmtc.net/hint/apis/partner-endpoints.md) · [All operations](https://skmtc.net/hint/apis/partner-endpoints/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hint/partner-endpoints/revisions/a92ae2a6fa90/schema)
