Skip to main content
PUT
/
networks
/
affiliates
/
{affiliateId}
/
termsconditions
/
acceptance
Update T&C Acceptance
curl --request PUT \
  --url https://api.eflow.team/v1/networks/affiliates/{affiliateId}/termsconditions/acceptance \
  --header 'Content-Type: application/json' \
  --header 'X-Eflow-Api-Key: <api-key>' \
  --data '
{
  "accepted": true
}
'
{
  "result": true
}

Authorizations

X-Eflow-Api-Key
string
header
required

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

Path Parameters

affiliateId
integer
required

The affiliate ID.

Body

application/json
accepted
boolean

Whether the affiliate has accepted the terms.

Response

200 - application/json

OK

result
boolean

Whether the update was successful.