GET
API Keys
Create, inspect, and revoke API keys
Send Verification Code
POST /auth/api-key/send-codeResponse 200 OK
200 OKCreate API Key
POST /auth/api-keyRequest Body
Field
Type
Required
Description
Response 200 OK
200 OK{
"id": "key_live_primary",
"key": "op_k_live_primary",
"secret": "sec_live_primary_base64url",
"createdAt": "2026-01-15T10:30:00Z",
"expiresAt": null
}Field
Type
Description
Get Active API Key
Response 200 OK
200 OKRevoke API Key
Response 200 OK or 204 No Content
200 OK or 204 No ContentLast updated
Was this helpful?

