Get channel
Returns the channel data for channel_id.
Path Parameters
- Type: integerchannel
_id requiredIdentifier of the channel.
Responses
- application/json
- application/json
Request Example for get/channels/{channel_id}/
curl https://api.landbot.io/v1/channels/1/ \
--header 'Authorization: Token YOUR_AGENT_TOKEN'
{
"success": true,
"channel": {
"id": 8,
"name": "UmiChat",
"type": "webchat",
"active": true,
"created_at": 1485789228.878516,
"token": "H-8-GXQB4SYFQITIB9XZ",
"image": "https://media.helloumi.com/channels/8",
"background_image": null,
"background_color": "#23c10c",
"accent": "#e11515",
"primary_text_color": "#1133dd"
}
}