UPDATE

Update an installation record for a website with EyeLevel chat

UPDATE

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

Path Parameters

NameTypeDescription

apiKey

string

EyeLevel customer key

webId

integer

Web installation ID

Request Body

NameTypeDescription

integration

object

{
    "message": "OK"
}

Request

{
    "integration": {
        "installation": {
            "url": "",
            "name": "",
            "platform": ""
        }
    }
}

Objects

pageWEBSITE

Last updated