# API Reference (/docs/api)



The endpoint pages in this section are generated directly from Trackee's OpenAPI specification during the build, so request and response details stay aligned with the API implementation.

**Local base URL:**

```text
http://localhost:3001
```

## Authentication [#authentication]

Protected endpoints require an organization access key in the `x-access-key` header.

```http
x-access-key: YOUR_ACCESS_KEY
```

## Endpoints [#endpoints]

* **[Health](/docs/api/health/healthCheck)** — check API availability.
* **[Authentication](/docs/api/authentication/getCurrentOrganization)** — resolve the organization for an access key.

## Interactive reference [#interactive-reference]

When the API is running, open [`http://localhost:3001/docs`](http://localhost:3001/docs) for the Scalar reference. The OpenAPI document is available at [`http://localhost:3001/openapi.json`](http://localhost:3001/openapi.json).
