Skip to main content
PATCH
/
networks
/
affiliatetiers
/
bulk
Bulk Update Affiliate Tiers
curl --request PATCH \
  --url https://api.eflow.team/v1/networks/affiliatetiers/bulk \
  --header 'Content-Type: application/json' \
  --header 'X-Eflow-Api-Key: <api-key>' \
  --data '
{
  "assignments": [
    {
      "network_affiliate_id": 1,
      "network_affiliate_tier_id": 5
    },
    {
      "network_affiliate_id": 2,
      "network_affiliate_tier_id": 5
    }
  ]
}
'

Authorizations

X-Eflow-Api-Key
string
header
required

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

Body

application/json
assignments
object[]

Response

200

Tier assignments updated successfully.