Developer API Keys

Validate a developer API key. Returns { ok: true } on success, 401 otherwise.

get/v4/api-keys/validate

Response

Response for status 200

okboolean required

Whether the provided API key is valid.

Changes