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