1
Create an API token
In the Immoteur dashboard, open Settings → API tokens and create a token. Keep it outside your source code. See API tokens and data access for the dashboard steps.
2
Store the token locally
Set
IMMOTEUR_TOKEN in your shell or secret store before making requests.3
Call the authentication endpoint
Send
GET /auth with the Bearer token. The following requests are equivalent.4
Confirm the result and choose the next task
A successful response is
200 OK and includes token metadata plus meta.dataAccessLimit. Next, choose an API resource to retrieve data or configure webhooks to receive updates.200, see API reliability before changing your integration.