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

# Health Check

> Check if the API is up and running.

No authentication required.

<RequestExample>
  ```bash cURL theme={null}
  curl http://localhost:3000/api/v1/health
  ```
</RequestExample>

<ResponseExample>
  ```json 200 theme={null}
  {
    "status": "ok",
    "timestamp": "2026-03-18T01:22:00.000Z"
  }
  ```
</ResponseExample>
