List Channels

Get the list of communication channels across all your workspaces, including their provider, platform, number, and the default responding agent.

GET https://api.platica.mx/v1/channels

Response

{
  "workspaces": [
    {
      "id": "g6yCA16pkWl5eXo7KszB",
      "name": "ws_1",
      "channels": [
        {
          "id": "759211583950552",
          "prefixedChannelId": "wb-759211583950552",
          "provider": "meta",
          "platform": "whatsapp",
          "channelType": "whatsapp_business",
          "isConnected": true,
          "status": "CONNECTED",
          "defaultAgentId": "tVKljCHCNiebQdasHeit",
          "name": "JAFRA Cosméticos Aguascalientes",
          "displayPhoneNumber": "+52 1 449 189 2097",
          "phoneNumber": "5214491892097",
          "businessId": "2555143851162952",
          "wabaId": "1630221868195156",
          "creationDate": "2026-05-28T22:58:46.587Z",
          "lastUpdate": "2026-05-29T18:00:16.911Z"
        }
      ],
      "channelsCount": 1
    }
  ]
}

Response fields

FieldDescription
idInternal channel document ID
prefixedChannelIdRouting identifier with prefix (wb- Meta WhatsApp, fb- Messenger, ig- Instagram, or the raw UUID for MessageBird)
providerChannel provider: meta, message_bird or bird_new
platformPlatform: whatsapp, messenger, instagram, livechat, email or sms
channelTypeProvider-specific channel type
isConnectedWhether the channel is connected
statusChannel status (e.g. CONNECTED, DISCONNECTED)
defaultAgentIdID of the agent that answers inbound on this channel
nameDisplay name of the channel
displayPhoneNumberHuman-readable number (if applicable)
phoneNumberE.164 number without + (if applicable)
businessIdMeta business ID (if applicable)
wabaIdWhatsApp Business Account ID (if applicable)
creationDateCreation date in ISO 8601
lastUpdateLast update date in ISO 8601
channelsCountTotal channels returned in that workspace