List Channels

Response Body Params

ParameterTypeDescription
idstringId of the channel.
typestringChannel type specifying the underlying platform: rbm.
namestringName of the channel.
modestringMode of the channel.
production - Send Message requests will be accepted and sent through RBM.
test - Send Message requests will be accepted but won't be processed any further. This avoids the cost of sending the message through RBM.
webhookobjectWebhook object specifies the entry point to which all events are delivered. It is null if there is no webhook set. See Webhooks for more details.
webhook.idstringId of the webhook.
webhook.urlstringWebhook url.
webhook.secretstringSecret token for securing received webhook calls, see Webhook Security for more details.
webhook.ssl_verificationstringSpecifies whether to verify SSL certificates or not. Setting this option to false is not recommended.
rbmobjectContains information specific to an RBM agent.
rbm.agent_namestringName of the agent as it is shown to end users.
rbm.agent_statestringAgent state describes whether your agent is registered in RBM and whether it is launched.
regionstringAgent region.
Language
Authorization