List access-protection keys
GET/api/v1/chatbots/:chatbotId/access-protection/keys
Returns all access-protection keys for a chatbot. Key hashes are stripped; only safe metadata (id, label, keyPrefix, status, usageCount, timestamps) is returned. Required scope: security:read.
Request
Responses
- 200
- 401
- 403
- 404
- 429
List of access-protection keys.
Unauthorized — missing or invalid API key
Forbidden — key lacks required scope
Not Found
Too Many Requests — rate limit exceeded