Skip to main content
GET
/
networks
/
affiliatetiers
List Affiliate Tiers
curl --request GET \
  --url https://api.eflow.team/v1/networks/affiliatetiers \
  --header 'X-Eflow-Api-Key: <api-key>'
{
  "tiers": [
    {
      "network_affiliate_tier_id": 2,
      "network_id": 1,
      "name": "Gold10",
      "status": "active",
      "description": "Top performing partners",
      "network_affiliate_ids": [
        14,
        21,
        35
      ],
      "payout_margin": 10,
      "is_default_tier": false,
      "time_created": 1774620705,
      "time_saved": 1774620705
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://developers.everflow.io/llms.txt

Use this file to discover all available pages before exploring further.

Retrieve all affiliate tiers for the network. Tiers allow you to group affiliates and apply different payout margins based on their tier assignment.

Authorizations

X-Eflow-Api-Key
string
header
required

The Everflow API key generated from the Control Center > Security.

Response

200 - application/json
tiers
object[]

List of affiliate tiers.