v1

latestOpenAPI 3.0.32026-07-2226694862.5 KB
Affiliate Tiers

Create Affiliate Tier

post/networks/affiliatetiers

Request body

namestring required

The name of the affiliate tier.

status'active' | 'paused' | 'deleted' required

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 to assign to this tier.

payout_marginnumber required

The payout margin percentage applied to affiliates in this tier.

is_default_tierboolean required

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

labelsstring[]

List of labels to associate with the affiliate tier.

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
}