Mints a new API key. The full plaintext key is returned in the response EXACTLY ONCE.
The caller must capture and store it immediately -- there is no way to retrieve it later.
Tenant & Settings
Mints a new API key. The full plaintext key is returned in the response EXACTLY ONCE. The caller must capture and store it immediately -- there is no way to retrieve it later.
POST
Mints a new API key. The full plaintext key is returned in the response EXACTLY ONCE.
The caller must capture and store it immediately -- there is no way to retrieve it later.
Authorizations
JWT Bearer token. Obtain via the OAuth 2.0 token endpoint.
Body
Name (required) and optional ExpiresAt.
Response
Key minted. Capture the RawKey field NOW.
Lists all API keys for the current tenant (most recently created first). Hashes are
stripped from the returned records; only the display prefix and metadata are visible.
Previous
Revokes an API key. Soft-delete -- the row is preserved for audit; the key stops
working immediately. Idempotent: revoking an already-revoked key is a no-op.
Next