List keys from logged-in browser
API Keys
List your API keys
Returns all API keys belonging to the authenticated user. Used by the SOC Defenders dashboard to populate the key-management UI.
Auth: Session cookie (browser), not Bearer token. Hit this from a logged-in fetch — programmatic Bearer access is not allowed for the keys endpoints (chicken-and-egg).
Each list item includes the key prefix (e.g. sk_live_zIc8) but not the full secret — full keys are only ever shown once at creation time. Use the prefix to identify keys in your code or telemetry.
GET
List keys from logged-in browser