Comment on page
GET
Query an EyeLevel customer account
get
https://api.eyelevel.ai/v1/partner
/customer/:apiKey
QUERY
{
"customer": {
"apiKey": "STRING IDENTIFIER",
"email": "STRING",
"first": "STRING",
"last": "STRING",
"phone": "STRING",
"company": "STRING",
"companyUrl": "STRING"
}
}
The unique EyeLevel customer API key for the customer.
The company name associated with EyeLevel customer account.
The company website URL associated with EyeLevel customer account.
The email address associated with EyeLevel customer account.
The given name of the EyeLevel customer.
The family name of the EyeLevel customer.
The phone number associated with the EyeLevel customer account.
Last modified 2yr ago