Returns an array of all channels associated with your business, including both active and inactive ones. Method:Documentation Index
Fetch the complete documentation index at: https://docs.pingback.live/llms.txt
Use this file to discover all available pages before exploring further.
GET URL: /api/v1/channels/
Headers
| Header | Value |
|---|---|
| Authorization | Bearer |
Response
Unique identifier for the channel (UUID).
UUID of the business that owns this channel.
The channel type. One of:
webchat, widget, email, whatsapp, telegram, instagram, x, sms.Channel-specific configuration object. Contents vary by channel type (see Create Channel for details).
Whether the channel is currently active.
ISO 8601 timestamp of when the channel was created.
Example
Response example
Errors
| Status | Meaning |
|---|---|
| 401 | Unauthorized — missing or invalid token |