Validate API key

GET {{baseUrl}}/api/v1/validate

Check if the API key (not the APP key) is valid. If invalid, a 403 is returned.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"valid":true}