List authorized domains
GET/api/v1/chatbots/:chatbotId/domains
Returns the authorized login domains and custom domain status for a chatbot. Internal IDs and auth tokens are stripped. Required scope: domains:read. Requires admin-level access (canManageAccess); callers with only editor access will receive 404 here.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 429
Domain status.
Bad Request — invalid input
Unauthorized — missing or invalid API key
Forbidden — key lacks required scope
Not Found
Too Many Requests — rate limit exceeded