Create

Creates a new customer account.

Body Params
string
required

Merchant ID

string
required

Merchant User ID

string
required

Session ID, obtained from og_session_id cookie.

string
required

User Token ID

string
required

Customer first name

string
required

Customer last name

string
required

Customer email

string
required

Customer phone number

string
required

Customer phone type: "invalid", "landline", "mobile", or "voip"

boolean
required

Account status: active = True

string
required

Date of account creation

string
required

Date of last customer account update

string
required

Date of last customer account login

string

Raw JSON string that should be JSON.parse() as key/value store for any extra information.

int32
required

Customer locale code

string

Experience name and Boolean value as key/value store, formatted as raw JSON string, to be JSON.parse() on retrieval

Responses

Language
Credentials
Query
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json