Skip to content
Get started

Retrieve

GET/auth-status

Check if your API key is still valid.

ReturnsExpand Collapse
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
}