Skip to main content
POST
/
networks
/
signup
/
advertiser
Submit Advertiser Signup
curl --request POST \
  --url https://api.eflow.team/v1/networks/signup/advertiser \
  --header 'Content-Type: application/json' \
  --header 'X-Eflow-Api-Key: <api-key>' \
  --data '
{
  "company_name": "Brand Corp",
  "first_name": "John",
  "last_name": "Smith",
  "email": "john@brand.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 advertiser'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

Advertiser's website URL.

custom_fields
object

Responses to custom signup questions.

Response

200

Advertiser signup submitted successfully.