Retrieve
GET/auth-status
Check if your API key is still valid.
Returns
authenticated: boolean
True if the API key is still valid.
Retrieve
curl https://www.getrevox.com/api/auth-status \
-H "Authorization: Bearer $REVOX_API_KEY"{
"authenticated": true
}Returns Examples
{
"authenticated": true
}