v1
latestOpenAPI 3.0.02026-07-141,4077,1665.2 MBKey Management
Validate API and application keys
Check that the API key and application key used for the request are both valid. Returns {"status": "ok"} on success, 401 or 403 otherwise. Useful as a lightweight authentication probe before issuing other API calls that require full credentials.
get/api/v2/validate_keys
Response
OK
Example response
{
"status": "ok"
}