---
title: "List Affiliate Tiers"
method: GET
path: "/networks/affiliatetiers"
tags: ["Affiliate Tiers"]
---

# List Affiliate Tiers

`GET /networks/affiliatetiers`

## Response `200`

- object
  - `tiers` AffiliateTier[] — List of affiliate tiers.
    - `network_affiliate_tier_id` integer — The unique ID of the affiliate tier.
    - `network_id` integer — The ID of the network this tier belongs to.
    - `name` string — The name of the affiliate tier.
    - `status` 'active' | 'paused' | 'deleted' — Status of the affiliate tier. Can be one of the following values - active, paused or deleted.
    - `description` string — Optional description of the affiliate tier.
    - `network_affiliate_ids` integer[], nullable — IDs of the affiliates assigned to this tier.
    - `payout_margin` number — The affiliate's payout margin.
    - `is_default_tier` boolean — Whether or not the affiliate tier will be automatically tied to all new partners.
    - `time_created` integer — Unix timestamp of creation.
    - `time_saved` integer — Unix timestamp of last update.
    - `relationship` object — Related data for this affiliate tier. Populate by passing the `relationship` query parameter (e.g. `?relationship=all`).
      - `labels` object — Labels associated with the affiliate tier.
        - `total` integer — Total number of labels.
        - `entries` string[], nullable — List of label strings.
      - `affiliates` object — Affiliates assigned to this tier. Included when using `relationship=all`.
        - `total` integer — Total number of affiliates in this tier.
        - `entries` object[], nullable — List of affiliate objects.

---

[API](https://skmtc.net/everflow/apis/everflow-network-api-tracking-domains.md) · [All operations](https://skmtc.net/everflow/apis/everflow-network-api-tracking-domains/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/everflow/everflow-network-api-tracking-domains/revisions/39242cee0e32/schema)
