GET
API Keys
Create, inspect, and revoke API keys
Send Verification Code
POST /auth/api-key/send-codeResponse 200 OK
Create API Key
POST /auth/api-keyRequest Body
Field
Type
Required
Description
Response 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
Revoke API Key
Response 200 OK or 204 No Content
Last updated
Was this helpful?

