v4

latestOpenAPI 3.1.02026-08-08349225311.7 KB
api-keys

Create Api Key

Create a new API key for the authenticated user.

Requires: JWT token (session cookie or Authorization header)

Request body: { "name": "Production Key" }

Returns: { "id": 123, "key": "qd_live_abc123...", "name": "Production Key", "created_at": "2025-01-15T10:30:00Z", "warning": "Save this key now. You won't be able to see it again!" }

Note: The full API key is only shown once. Store it securely!

post/api/keys

Request body

namestring required

Response

Successful Response

idinteger required
keystring required
namestring required
created_atstring required
warningstring