cURL
curl --request GET \ --url https://api.multchats.com/v2/integration/list \ --header 'Authorization: Bearer <token>'
{ "success": true, "response": { "integrations": [ { "id": "<string>", "name": "<string>", "sectorId": "<string>", "connectionStatus": "<string>", "createdAt": "<string>", "updatedAt": "<string>", "chatId": "<string>", "color": "<string>", "onlyApi": false } ] } }
Lista todas as integrações
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Integrações listadas com sucesso
Indica se a operação foi bem-sucedida
Resposta da operação de listagem
Show child attributes