CREATE

Create an installation record for a website with EyeLevel chat

CREATE

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

Path Parameters

NameTypeDescription

apiKey

string

EyeLevel customer key

Request Body

NameTypeDescription

integration

object

{
    "message": "OK"
}

Request

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

Objects

pageWEBSITE

Last updated