Comment on page
GET ALL
Query all EyeLevel customer accounts that are associated with the given partner API key
get
https://api.eyelevel.ai/v1/partner
/customer
QUERY ALL (PARTNER)
OPTIONAL - IntegerValidation: Minimum = 1 Maximum = 100 Default = 20
The number of results you want per request.
OPTIONAL - Integer
The pagination number for the request. Values for this parameter are included as lastPage and nextPage in query results.
{
"count": "INTEGER",
"customers": [
{
"apiKey": "STRING IDENTIFIER",
"email": "STRING",
"first": "STRING",
"last": "STRING",
"phone": "STRING",
"company": "STRING",
"companyUrl": "STRING"
}
],
"lastPage": "INTEGER",
"nextPage": "INTEGER",
}
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 number of results in the response.
The email address associated with EyeLevel customer account.
The given name of the EyeLevel customer.
The family name of the EyeLevel customer.
The pagination number for the previous set of query results when there are more results than n. This value can be used with the page parameter to query for the previous set of results.
The pagination number for the next set of query results when there are more results than n. This value can be used with the page parameter to query for the next set of results.
The phone number associated with the EyeLevel customer account.
Last modified 2yr ago