GET
/
integrations
curl --request GET \
  --url https://api.zapperapi.com/{instanceId}/integrations \
  --header 'X-Api-Key: <api-key>'
{
  "integration": {
    "type": "CHATVOLT",
    "enabled": true,
    "apiKey": "<string>",
    "agentId": "<string>",
    "webhookId": "<string>",
    "disableOnMessage": true,
    "createdAt": "2023-11-07T05:31:56Z",
    "updatedAt": "2023-11-07T05:31:56Z"
  }
}

Authorizations

X-Api-Key
string
header
required

Chave privada da API

Response

200 - application/json

Default Response

The response is of type object.