v1
latestOpenAPI 3.0.02026-07-2483164186.3 KBChannel
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.
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
}
]
}