CreateAsk AIpost https://restapi.ordergroove.com/customers/create/Creates a new customer account.Body ParamsmerchantstringrequiredMerchant IDmerchant_user_idstringrequiredMerchant User IDsession_idstringrequiredSession ID, obtained from og_session_id cookie.user_token_idstringrequiredUser Token IDfirst_namestringrequiredCustomer first namelast_namestringrequiredCustomer last nameemailstringrequiredCustomer emailphone_numberstringrequiredCustomer phone numberphone_typestringrequiredCustomer phone type: "invalid", "landline", "mobile", or "voip"livebooleanrequiredAccount status: active = TruetruefalsecreatedstringrequiredDate of account creationlast_updatedstringrequiredDate of last customer account updatelast_loginstringrequiredDate of last customer account loginextra_datastringRaw JSON string that should be JSON.parse() as key/value store for any extra information.localeint32requiredCustomer locale codeexperiencesstringExperience name and Boolean value as key/value store, formatted as raw JSON string, to be JSON.parse() on retrievalResponses 200200 400400 403403Updated 5 months ago