# Auth Status ## Retrieve **get** `/auth-status` Check if your API key is still valid. ### Returns - `authenticated: boolean` True if the API key is still valid. ### Example ```http curl https://www.getrevox.com/api/auth-status \ -H "Authorization: Bearer $REVOX_API_KEY" ```