v4

latestOpenAPI 3.1.02026-08-08349225311.7 KB
api-keys

Validate Api Key

Validate an API key and check if it belongs to an associated user.

Request body: { "key": "qd_live_abc123..." }

Returns: { "valid": true }

Note: Returns true if the key is valid and not revoked, false otherwise.

post/api/keys/validate

Request body

keystring required

Response

Successful Response

validboolean required