List lead-delivery channels
GET/api/v1/chatbots/:chatbotId/sales-agent/handoffs
Lists the Sales Agent's lead-delivery (hand-off) channels. Each channel reports its recipients/routing and whether a sending secret is configured (hasSecret/hasWebhookHmac) without ever exposing the secret itself. Creating a channel is done from the dashboard (it is inseparable from storing the sending secret). Required scope: chatbots:read.
Request
Responses
- 200
- 401
- 403
- 404
- 429
The configured lead-delivery channels.
Unauthorized — missing or invalid API key
Forbidden — key lacks required scope
Not Found
Too Many Requests — rate limit exceeded