CREATE
Create a new EyeLevel customer account
post
https://api.eyelevel.ai/v1/partner
/customer
CREATE
{
"customer": {
"email": "STRING",
"first": "STRING",
"last": "STRING",
"phone": "STRING",
"company": "STRING",
"companyUrl": "STRING"
}
}
REQUIRED - StringValidation: Valid and unique email
The EyeLevel customer email address. This email must be unique in the EyeLevel system.
REQUIRED - String
The EyeLevel customer given name.
REQUIRED - String
The EyeLevel customer family name.
OPTIONAL - StringValidation: Value should be in following American format: +1XXXXXXXXXX
The EyeLevel customer phone number. This phone number must be unique in the EyeLevel system.
OPTIONAL - String
The EyeLevel customer company name.
OPTIONAL - String
The EyeLevel customer company website.
{
"apiKey": "STRING"
}
The unique EyeLevel customer API key for the customer you created with the request.
Last modified 1yr ago