Communication channels
Get a communication channel
Get information about a specific communication channel. This endpoint does not require authentication.
get/communication-channels/{communication_channel_id}
Path parameters
communication_channel_idstring required
The unique ID of the communication channel.
Headers
Accept-Languagestring
The unique ID of the language code by ISO 639-1.
Response
OK
Example response
{
"data": {
"communication_channel_id": "86e05affc7a7abefcd513ab400",
"name": "Email",
"text_id": "email"
}
}