VERIFY INSTALLATION

Verify that EyeLevel chat has been appropriately installed on a given website

VERIFY

POST https://api.eyelevel.ai/v1/partner/integration/hosting/verify/:apiKey

Path Parameters

NameTypeDescription

apiKey

string

EyeLevel customer key

Request Body

NameTypeDescription

integration

object

{
    "message": OK
}

Request

{
    "integration": {
        "installation": {
            "url": ""
        }
    }
}

Last updated