Create a new Customer

This endpoint is used to initialize a new Customer. All request body data is optional unless otherwise specified. For customer types other than primary, customer_type must be specified .

The customer_type cannot be changed after the customer is created. Customer details accepted by Adjust Customer Data can be sent in this request if desired. See Adjust Customer Data for an example with all customer details provided.

Body Params
string

The type of Customer. Defaults to primary.

string | null

The UID of the Primary Customer with whom this Secondary Customer will be affiliated. Required for and only applicable to requests with customer_type secondary. Cannot be updated later from the initial value.

boolean | null

Indicates whether the client has already performed identity verification of the Customer. The client's Program must be configured to accept this value. All Customers in a Program configured for this value must submit true in this field to complete onboarding. This value defaults to false.

string | null

An optional Customer identifier supplied by the Partner. If supplied, must be unique among the collection of all Partner's Customers.

string | null

Email of the Customer

details
object

An object containing the supplied identifying information for the Customer

Headers
string
required

A unique identifier provided for each request. Duplicate values submitted in requests within 7 days of each other will cause the request to be rejected.

Response

Language
Credentials
Choose an example:
application/json