CREATE

Create a new custom API integration that can be invoked to export chat data

CREATE

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

Path Parameters

NameTypeDescription

apiKey

string

EyeLevel customer key

Request Body

NameTypeDescription

custom

object

{
    "message": "OK"
}

Response

{
    "message": "OK"
}

Last updated