Skip to main content
GET
/
affiliates
Get Affiliate Info
curl --request GET \
  --url https://api.eflow.team/v1/affiliates \
  --header 'X-Eflow-Api-Key: <api-key>'
{
  "network_affiliate_id": 123,
  "name": "<string>",
  "account_status": "<string>",
  "email": "<string>",
  "address": {},
  "meta": {}
}

Authorizations

X-Eflow-Api-Key
string
header
required

The affiliate's API key generated from the Affiliate Portal. Uses the X-Eflow-Api-Key header.

Response

200 - application/json

OK

network_affiliate_id
integer

Unique identifier for the affiliate account.

name
string

Affiliate account name / company name.

account_status
string

Current status of the affiliate account.

email
string

Primary contact email for the affiliate.

address
object

Affiliate address details.

meta
object

Additional metadata about the affiliate.