Comment on page

GET

Query an EyeLevel customer account
get
https://api.eyelevel.ai/v1/partner
/customer/:apiKey
QUERY

Response

{
"customer": {
"apiKey": "STRING IDENTIFIER",
"email": "STRING",
"first": "STRING",
"last": "STRING",
"phone": "STRING",
"company": "STRING",
"companyUrl": "STRING"
}
}

apiKey

The unique EyeLevel customer API key for the customer.

company

The company name associated with EyeLevel customer account.

companyUrl

The company website URL associated with EyeLevel customer account.

email

The email address associated with EyeLevel customer account.

first

The given name of the EyeLevel customer.

last

The family name of the EyeLevel customer.

phone

The phone number associated with the EyeLevel customer account.

Objects

Last modified 2yr ago