Skip to main content
POST
/
networks
/
signup
/
affiliate
Submit Affiliate Signup
curl --request POST \
  --url https://api.eflow.team/v1/networks/signup/affiliate \
  --header 'Content-Type: application/json' \
  --header 'X-Eflow-Api-Key: <api-key>' \
  --data '
{
  "company_name": "Partner LLC",
  "first_name": "Jane",
  "last_name": "Doe",
  "email": "jane@partner.com"
}
'

Authorizations

X-Eflow-Api-Key
string
header
required

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

Body

application/json
company_name
string
required

The affiliate's company name.

email
string
required

Contact email address.

first_name
string

Contact first name.

last_name
string

Contact last name.

password
string

Account password. Must be at least 12 characters.

phone
string

Contact phone number.

website
string

Affiliate's website URL.

custom_fields
object

Responses to custom signup questions.

Response

200

Affiliate signup submitted successfully.