Get access lists
GET/api/v1/chatbots/:chatbotId/access-lists
Returns the authorizedEmails, authorizedDomains, and allowedEmbedDomains lists for a chatbot. Unlike the PublicChatbot listing (which collapses these to counts for privacy), this endpoint returns the full rosters for headless config-as-code use cases. Requires admin-level access (canManageAccess). Required scope: security:read.
Request
Responses
- 200
- 401
- 403
- 404
- 429
Access lists.
Unauthorized — missing or invalid API key
Forbidden — key lacks required scope
Not Found
Too Many Requests — rate limit exceeded