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"
}
}
Obtém os dados da integração ativa.
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"
}
}
Chave privada da API
Default Response
The response is of type object
.