v1

latestOpenAPI 3.0.22026-08-045831103.6 KB
Channel Accounts

Get channel account

Retrieve a single channel account by ID. Supports WHATSAPP_OFFICIAL, WHATSAPP and INSTAGRAM channel types.

get/v2/channel-accounts/{id}

Path parameters

idstring uuid required
Example:8feade82-d77b-4e8b-9d35-fd43e972b5c8

UUID

Headers

api-tokenstring required

API Token

Response

A channel account object

statusinteger

Response status

Example response

{
  "status": 200,
  "data": {
    "id": "8feade82-d77b-4e8b-9d35-fd43e972b5c8",
    "created_at": "2020-01-01T14:15:00.000000+00:00",
    "name": "WhatsApp Business",
    "type": "WHATSAPP_OFFICIAL",
    "status": "CONNECTED",
    "avatar": "https://example.com/avatar.jpg",
    "identifier": "5548999999999",
    "team_id": "8feade82-d77b-4e8b-9d35-fd43e972b5c8"
  }
}