v1

latestOpenAPI 3.0.02026-07-2483164186.3 KB
Channel

List Channel Details

List the connected WhatsApp channels assigned to the caller.

get/organization/channel/profile

Query parameters

wabaNumberstring[]

Filter to specific channels by WhatsApp number; repeat for several (?wabaNumber=17042493212&wabaNumber=919999999999, max 50).

Response

Channels assigned to the calling user.

countnumber

Number of channels returned in channels. Present only when listing all assigned channels — it is omitted when filtering by wabaNumber.

Example response

{
  "count": 3,
  "channels": [
    {
      "channelId": "intg_0000000001",
      "wabaNumber": "919999999999",
      "displayName": "Acme Support",
      "status": "CONNECTED",
      "useMetaName": false,
      "profile": {
        "websites": [
          "https://acme.com"
        ],
        "email": "support@acme.com",
        "vertical": "Medical and Health",
        "address": "1 Market St, San Francisco",
        "description": "24x7 customer support",
        "about": "Welcome to Acme",
        "logo": "https://media.doubletick.io/acme/logo.png"
      }
    },
    {
      "channelId": "intg_0000000002",
      "wabaNumber": "919777777777",
      "displayName": "Acme Notifications",
      "status": "CONNECTED",
      "useMetaName": false,
      "profile": {
        "websites": [
          "https://acme.com/help"
        ],
        "email": null,
        "vertical": "Other",
        "address": null,
        "description": null,
        "about": "Notifications from Acme",
        "logo": "https://media.doubletick.io/acme/notifications.png"
      }
    },
    {
      "channelId": "intg_0000000003",
      "wabaNumber": "919888888888",
      "displayName": "Acme Sales",
      "status": "CONNECTED",
      "useMetaName": false,
      "profile": null
    }
  ]
}
All 83 operations