Environments
The Lokki API is available in two environments. Use Staging for development and testing, and Production for live data.| Environment | Base URL | Description |
|---|---|---|
| Staging | https://staging.api.eu-west-3.lokki.rent/ | Environment used for testing and development. It contains test data and is not intended for production. |
| Production | https://prod.api.eu-west-3.lokki.rent/ | The live environment where real data is processed. Use this endpoint for all production applications. |
Authentication
All requests to the Lokki API require an API Key (Access Token) passed in the headers.Authentication Guide
Learn how to obtain and use your access tokens.