Authenticate requests to the Altur API using a valid API key for your organization.
The Altur API is built on REST principles and requires HTTPS for all requests, ensuring data security, integrity, and privacy. HTTP requests are not supported.
All requests to the Altur API must include a valid API key to authenticate your organization. Follow the steps below to generate and use your API key.
Log In to Your Account
Log in to your Altur account using your credentials.
Access the API Dashboard
Navigate to the API Keys section in your dashboard.
Generate an API Key
Click “Generate API Key” to create a new key. Copy it and save it securely, as it will not be displayed again.
Include the following Authorization
header in your requests to authenticate:
Here’s an example of an authenticated GET
request:
Store your API key in a secure environment, such as environment variables or a secrets manager. Avoid hardcoding keys directly into your application.
Periodically regenerate your API key to minimize the risk of misuse. Update all systems that use the key to the new value.
Assign keys only to trusted systems and personnel. If you suspect your key has been compromised, revoke it immediately and generate a new one.