Skip to main content
GET
/
networks
/
affiliates
/
{affiliateId}
/
termsconditions
/
acceptance
Get T&C Acceptance
curl --request GET \
  --url https://api.eflow.team/v1/networks/affiliates/{affiliateId}/termsconditions/acceptance \
  --header 'X-Eflow-Api-Key: <api-key>'
{
  "accepted": true,
  "accepted_version": 123,
  "time_accepted": 123
}

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.

Response

200 - application/json

OK

accepted
boolean

Whether the affiliate has accepted the terms.

accepted_version
integer

The version of terms the affiliate accepted.

time_accepted
integer

Unix timestamp of acceptance.