---
title: "Submit Advertiser Signup"
method: POST
path: "/networks/advertiser/signup"
tags: ["Signup"]
---

# Submit Advertiser Signup

`POST /networks/advertiser/signup`

## Request body

- object
  - `firstname` string, required — The first name of the advertiser user signing up.
  - `lastname` string, required — The last name of the advertiser user signing up.
  - `company` string, required — The advertiser's company name. Will become the advertiser name once/if the advertiser is approved.
  - `email` string, required — The email address of the user signing up. Must be unique.
  - `phone` string — Phone number.
  - `website` string, required — The advertiser's website.
  - `offer_landing_page` string, required — Example of an offer landing page / product page.
  - `password` string — Account password. Must be at least 12 characters.
  - `tax_id` string — Advertiser's tax ID (used for billing).
  - `contact_address` object, required — Advertiser's mailing/contact address. Required for signup.
    - `address_1` string — Street address line 1.
    - `address_2` string — Street address line 2.
    - `city` string — City.
    - `region_code` string — State or region code (e.g. "CA", "NY"). Valid values can be found using the metadata API.
    - `country_id` integer — Numeric country identifier (e.g. 232 for US). Valid values can be found using the metadata API.
    - `zip_postal_code` string — ZIP or postal code.
  - `referral_code` string — Referral code used during signup.
  - `account_manager_encoded_value` string — Encoded value of the advertiser's account manager ID.
  - `custom_field_values` object[] — Responses to custom signup fields defined in Control Center.
    - `network_signup_custom_field_id` integer, required — The ID of the custom signup field.
    - `field_value` string, required — The value for this custom field.

## Response `200`

Advertiser signup submitted successfully.

---

[API](https://skmtc.net/everflow/apis/everflow-network-api-tracking-domains.md) · [All operations](https://skmtc.net/everflow/apis/everflow-network-api-tracking-domains/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/everflow/everflow-network-api-tracking-domains/revisions/39242cee0e32/schema)
