Create
Creates a new customer account.
Authentication
x-api-keystring
API Key authentication via header
Request
This endpoint expects an object.
merchant
Merchant ID
merchant_user_id
Merchant User ID
session_id
Session ID, obtained from og_session_id cookie.
user_token_id
User Token ID
first_name
Customer first name
last_name
Customer last name
email
Customer email
phone_number
Customer phone number
phone_type
Customer phone type: “invalid”, “landline”, “mobile”, or “voip”
live
Account status: active = True
created
Date of account creation
last_updated
Date of last customer account update
last_login
Date of last customer account login
locale
Customer locale code. Accepts a locale string (e.g. "en-US") or an integer ID for backwards compatibility.
extra_data
Raw JSON string that should be JSON.parse() as key/value store for any extra information.
experiences
Experience name and Boolean value as key/value store, formatted as raw JSON string, to be JSON.parse() on retrieval
price_code
Customer price code
Response
200
Errors
400
Bad Request Error
403
Forbidden Error