v1

latestOpenAPI 3.1.02026-07-24920300.7 KB

Create

Creates a new customer account.

post/customers/create/

Request body

merchantstring required

Merchant ID

merchant_user_idstring required

Merchant User ID

session_idstring required

Session ID, obtained from og_session_id cookie.

user_token_idstring required

User Token ID

first_namestring required

Customer first name

last_namestring required

Customer last name

emailstring required

Customer email

phone_numberstring required

Customer phone number

phone_typestring required

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

liveboolean required

Account status: active = True

createdstring required

Date of account creation

last_updatedstring required

Date of last customer account update

last_loginstring required

Date of last customer account login

extra_datastring

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

localeinteger required

Customer locale code. Accepts a locale string (e.g. "en-US") or an integer ID for backwards compatibility.

experiencesstring

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

price_codestring

Customer price code

Response

200