List a casino's API keys
GET/admin/tenants/:id/keys
Never returns key material — only the stored prefix, the scopes, the derived status and who issued or revoked it. The omission is structural rather than a filter applied on the way out.
The id in the path must be the casino in X-Tenant-Id: letting them differ
would turn holding a permission on one casino into reach over another's
credentials.
Permission: apikeys.read
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 503
The keys, newest first
X-Tenant-Id is missing
No session cookie, or it expired
The role lacks apikeys.read, or the caller is not a member of this casino
No such casino, or the path id does not match the active one
API keys are not available on this instance