v1

latestOpenAPI 3.0.32026-07-246376162.1 KB
Messaging

Get channel profile

Returns detailed information about a specific channel profile.

get/api/v4/messaging/channel_profiles/{channel_profile_id}

Path parameters

channel_profile_idinteger required
Example:1

The unique identifier of the channel profile.

Response

OK

Example response

{
  "channel_profile": {
    "id": 12,
    "channel": "whatsapp",
    "identifier": "18885658889",
    "name": "WhatsApp Main (18885658889)",
    "created_at": "2026-01-15T10:30:00.123000Z",
    "updated_at": "2026-01-20T14:15:00.456000Z"
  }
}