latestOpenAPI 3.1.02026-08-22379259358.7 KB

c53108d35a70

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