Authentication
Authenticate requests to the Altur API using a valid API key for your organization.
Base URL
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.
API Base URL
Authentication
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.
Steps to Generate an 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.
Using Your API Key
Include the following Authorization
header in your requests to authenticate:
Example Request
Here’s an example of an authenticated GET
request:
Best Practices for API Keys
- Keep Your Key Secure
Store your API key in a secure environment, such as environment variables or a secrets manager. Avoid hardcoding keys directly into your application.
- Rotate Keys Regularly
Periodically regenerate your API key to minimize the risk of misuse. Update all systems that use the key to the new value.
- Restrict Access
Assign keys only to trusted systems and personnel. If you suspect your key has been compromised, revoke it immediately and generate a new one.