> ## Documentation Index
> Fetch the complete documentation index at: https://traddal.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Classify health check

> Verify connectivity to the classification service.

Requires the `classify:read` scope on the partner surface.

<RequestExample>
  ```bash cURL theme={null}
  curl https://{partner}.mytraddal.com/admin/api/v1/classify/health \
    -H 'Authorization: Bearer {access_token}'
  ```
</RequestExample>

<ResponseExample>
  ```json 200 theme={null}
  {
    "status": "ok",
    "service": "classify",
    "upstash_configured": true
  }
  ```
</ResponseExample>
