v1

latestOpenAPI 3.0.02026-07-142351,1971.3 MB
Authentication

Validate API key

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

get/api/v1/validate

Response

OK

validboolean

Return true if the authentication response is valid.

Example response

{
  "valid": true
}