API Endpoints
Check API status
Work in progress — This endpoint is not yet available and will return an error if called.
Check API availability and validate authentication token.
This endpoint can be used to:
- Verify that your authentication token is valid
- Check API connectivity without performing any heavy operations
Returns a success response if the token is valid, or a 401 error if the token is invalid or missing.
get/status
Response
Token is valid and API is available
Example response
{
"status": "ok"
}