get https://api.amio.io/v1/channels/
Response Body Params
| Parameter | Type | Description |
|---|---|---|
| id | string | Id of the channel. |
| type | string | Channel type specifying the underlying platform: whatsapp. |
| name | string | Name of the channel. |
| mode | string | Mode of the channel.production - Send Message requests will be accepted and sent through WhatsApp servers.sandbox - Send Message requests will be sent using common Amio WhatsApp Account. (You can find its phone number in your new WhatsApp channel in our administration.)test - Send Message requests will be accepted but won't be processed any further. |
| webhook | object | Webhook 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.id | string | Id of the webhook. |
| webhook.url | string | Webhook url. |
| webhook.secret | string | Secret token for securing received webhook calls, see Webhook Security for more details. |
| webhook.ssl_verification | string | Specifies whether to verify SSL certificates or not. Setting this option to false is not recommended. |
| whatsapp_business_account | object | Contains information specific to Whatsapp Business Account. |
| whatsapp_business_account.phone_number | string | Phone number (E.164 format) of this WA Business Account . |
