List my API keys
LLM Gateway: User Self-Service
List my API keys
Lists the gateway API keys created by the authenticated user.
GET
List my API keys
Authorizations
JWT obtained through Barndoor's authentication flow. Pass the token
verbatim in Authorization: Bearer <token>. Use the Barndoor SDK's
loginInteractive() helper to obtain a token in scripts and notebooks.
Response
200 - application/json
List of the caller's API keys
Example:
"CI runner"
First 8 characters of the raw key — safe to display
Example:
"bd-abcde"
Assigned user, for personal-style keys. null for org / group keys.
