ApiKeyResponseDto
Example
JSON
{ "id": "string", "client_id": "string", "name": "string", "description": "string", "key_preview": "string", "access_mode": "scoped", "scopes": [ "string" ], "is_active": false, "last_used_at": "2026-04-20T12:00:00.000Z", "expires_at": "2026-04-20T12:00:00.000Z", "created_at": "2026-04-20T12:00:00.000Z" }
Properties
`full_access` keys bypass RBAC entirely within the Application. `scoped` keys enforce the `scopes` array.
Tell us how we can improve this guide.