Lists all API keys belonging to the authenticated user. Returned keys are masked (first 4 + last 4 characters); the full plaintext value is only emitted once by `POST /apikeys`.
GET/apikeys
Lists all API keys belonging to the authenticated user. Returned keys are
masked (first 4 + last 4 characters); the full plaintext value is only
emitted once by POST /apikeys.
Responses
- 200
- 400
- 401
- 403
OK
Bad Request
Unauthorized - missing or invalid credentials.
Forbidden - authenticated but missing required role or policy.