Atlas
Admin — Integrations

Get integration status

Returns the status of all configured integrations for the current workspace: Slack, Teams, Discord, Telegram, Google Chat, GitHub, Linear, WhatsApp, Email, webhooks, available delivery channels, deploy mode, and internal database availability.

GET
/api/v1/admin/integrations/status

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X GET "http://localhost:3001/api/v1/admin/integrations/status"
{
  "slack": {
    "connected": true,
    "teamId": "string",
    "workspaceName": "string",
    "installedAt": "2019-08-24T14:15:22Z",
    "oauthConfigured": true,
    "envConfigured": true,
    "configurable": true
  },
  "teams": {
    "connected": true,
    "tenantId": "string",
    "tenantName": "string",
    "installedAt": "2019-08-24T14:15:22Z",
    "configurable": true
  },
  "discord": {
    "connected": true,
    "guildId": "string",
    "guildName": "string",
    "installedAt": "2019-08-24T14:15:22Z",
    "configurable": true
  },
  "telegram": {
    "connected": true,
    "botId": "string",
    "botUsername": "string",
    "installedAt": "2019-08-24T14:15:22Z",
    "configurable": true
  },
  "gchat": {
    "connected": true,
    "projectId": "string",
    "serviceAccountEmail": "string",
    "installedAt": "2019-08-24T14:15:22Z",
    "configurable": true
  },
  "github": {
    "connected": true,
    "username": "string",
    "installedAt": "2019-08-24T14:15:22Z",
    "configurable": true
  },
  "linear": {
    "connected": true,
    "userName": "string",
    "userEmail": "string",
    "installedAt": "2019-08-24T14:15:22Z",
    "configurable": true
  },
  "whatsapp": {
    "connected": true,
    "phoneNumberId": "string",
    "displayPhone": "string",
    "installedAt": "2019-08-24T14:15:22Z",
    "configurable": true
  },
  "email": {
    "connected": true,
    "provider": "string",
    "senderAddress": "string",
    "installedAt": "2019-08-24T14:15:22Z",
    "configurable": true
  },
  "webhooks": {
    "activeCount": 0,
    "configurable": true
  },
  "deliveryChannels": [
    "email"
  ],
  "deployMode": "saas",
  "hasInternalDB": true
}
{
  "error": "string",
  "message": "string",
  "requestId": "string"
}
{
  "property1": null,
  "property2": null
}
{
  "error": "string",
  "message": "string",
  "requestId": "string"
}
{
  "error": "string",
  "message": "string",
  "requestId": "string"
}