Get access-protection config
GET/api/v1/chatbots/:chatbotId/access-protection
Returns the widget access-protection configuration for a chatbot. jwtConfig.secret is collapsed to a boolean hasSecret flag — the raw secret is never returned. Key hashes are stripped; only safe key metadata (id, label, keyPrefix, status, usageCount, timestamps) is returned. Required scope: security:read.
Request
Responses
- 200
- 401
- 403
- 404
- 429
Access-protection configuration.
Unauthorized — missing or invalid API key
Forbidden — key lacks required scope
Not Found
Too Many Requests — rate limit exceeded