Get Channels

Gets available channels.

GET https://api.cm.com/messages/v1/accounts/{accountId}/messagechannels

Parameters

TypeNameDescriptionSchema
PathaccountId
required
The accountId.string (uuid)

Responses

HTTP CodeDescriptionSchema
200OK< CM.Platform.Campaigns.Models.ApiCampaignChannel > array

Example HTTP request

Request path
/messages/v1/accounts/string/messagechannels

Example HTTP response

Response 200
[ { "id" : "string", "allowImages" : true, "name" : "string", "whatsAppRequestId" : "00000000-0000-0000-0000-000000000000", "type" : "string" } ]

Channel id is to be used in the channels array in campaign request.


Did this page help you?