Base URL

The Altur API is built on REST principles. We enforce HTTPS in every request to improve data security, integrity, and privacy. The API does not support HTTP.

API Base URL

https://api.altur.io/api/v1.0

Authentication

To access the Altur API, you must authenticate your requests using a secret key. Follow these steps to generate and use your secret key:

1

Log in

Log in to your Altur account.

2

Navigate to the API Dashboard

Once inside your dashboard navigate to the API Keys section.

3

Generate key

Generate a new API Key, copy it, and save it somewhere safe.

Add the following Authorization header to your requests:

Authorization: api-key YOUR_API_SECRET_KEY