Skip to main content
GET
/
api
/
integrations
Error
A valid request URL is required to generate request examples
{
  "configured": true,
  "webhookUrl": "<string>",
  "telegramBotToken": "<string>",
  "telegramConfigured": true,
  "wabaConnected": true,
  "wabaDisplayPhone": "<string>",
  "wabaConnectedAt": "2023-11-07T05:31:56Z",
  "email": {
    "fromAddress": "[email protected]",
    "fromName": "<string>",
    "verified": true,
    "records": [
      {}
    ]
  }
}

Authorizations

Authorization
string
header
required

Bearer token using an API key (format nl_live_* or nl_test_*)

Response

Integration configuration

configured
boolean
required

Whether at least one channel is fully configured

webhookUrl
string

The Meta WhatsApp webhook URL for this environment

telegramBotToken
string

Masked token (shown as dots) if Telegram is configured

telegramConfigured
boolean

Whether a Telegram bot token is set

wabaConnected
boolean

Whether a WhatsApp Business Account is linked

wabaDisplayPhone
string

Display phone number for the connected WABA

wabaConnectedAt
string<date-time>

When the WABA was connected

email
object

Email integration details (present only if configured)