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

# Immoteur API documentation

> Authenticate, find property data, and configure data-update webhooks with the Immoteur API

Use the Immoteur public API to verify your access, retrieve classified and property data, and receive data updates through webhooks.

## Choose your starting point

* **Make your first request.** Create a token, call `GET /auth`, and confirm the access available to your integration in the [Quickstart](./quickstart).
* **Choose an API resource.** Use the identifier or result you have to select an existing lookup, retrieval, relation, or search endpoint in [Choose an API resource](./api-resources).
* **Receive updates.** Configure a webhook when your service needs classified notifications instead of polling in [Configure webhooks](./webhook).
* **Mirror selected classified data.** Build a local classified-data mirror with a full baseline, live updates, and delta reconciliation in [Mirror classified data](./mirror-classified-data).

## What the public API provides

* Call `GET /auth` to validate a token and inspect its metadata.
* Retrieve a resource with `GET /classifieds/{id}` or `GET /properties/{id}`.
* Follow existing classified/property relation endpoints when you need the associated resource.
* Search properties with `POST /properties/search`.
* Receive classified notifications and classified exports through webhooks.

## Data access

Responses apply the `meta.dataAccessLimit` associated with your token. Review it in the `/auth` response and combine it with explicit request filters when the endpoint supports them. See [API tokens and data access](./configuration) for the dashboard setup.

Open the generated API reference in the sidebar for endpoint parameters, payload schemas, and live examples.
