Skip to main content
GET
/
integration
/
list
Listar Integrações
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
      }
    ]
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

Integrações listadas com sucesso

success
boolean
default:true

Indica se a operação foi bem-sucedida

response
object

Resposta da operação de listagem