GET

Query an EyeLevel customer account

QUERY

GET https://api.eyelevel.ai/v1/partner/customer/:apiKey

Path Parameters

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

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 updated