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

# Health check

> Check API health status

## Response

<ResponseField name="status" type="string">
  Health status ("ok")
</ResponseField>

<ResponseField name="timestamp" type="string">
  Current server timestamp (ISO 8601)
</ResponseField>

<ResponseField name="service" type="string">
  Service name
</ResponseField>

<RequestExample>
  ```bash cURL theme={null}
  curl https://api-verifier-2.onrender.com/health
  ```
</RequestExample>

<ResponseExample>
  ```json 200 theme={null}
  {
    "status": "ok",
    "timestamp": "2024-01-15T12:00:00.000Z",
    "service": "MT5 Monitor API"
  }
  ```
</ResponseExample>
