v1

latestOpenAPI 3.0.32026-07-2226694862.5 KB
Affiliate Tiers

Get Affiliate Tier

Retrieve a single affiliate tier by its ID.

get/networks/affiliatetiers/{affiliateTierId}

Path parameters

affiliateTierIdinteger required

The ID of the affiliate tier you want to fetch.

Query parameters

relationship'all'

Include additional relationship data in the response. Use all to include all available relationships (e.g. labels).

Response

network_affiliate_tier_idinteger

The unique ID of the affiliate tier.

network_idinteger

The ID of the network this tier belongs to.

namestring

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.

descriptionstring

Optional description of the affiliate tier.

network_affiliate_idsinteger[] nullable

IDs of the affiliates assigned to this tier.

payout_marginnumber

The affiliate's payout margin.

is_default_tierboolean

Whether or not the affiliate tier will be automatically tied to all new partners.

time_createdinteger

Unix timestamp of creation.

time_savedinteger

Unix timestamp of last update.

Example response

{
  "time_created": 1734455015,
  "time_saved": 1734455015
}