v1
latestOpenAPI 3.0.02026-07-142351,1971.3 MBAuthentication
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
Example response
{
"valid": true
}Check if the API key (not the APP key) is valid. If invalid, a 403 is returned.
OK
{
"valid": true
}