Español
Authenticate requests to the Altur API using a valid API key for your organization.
https://api.altur.io/api/v1.0
Log In to Your Account
Access the API Dashboard
Generate an API Key
Authorization
Authorization: api-key YOUR_API_SECRET_KEY
GET
curl -X GET "https://api.altur.io/api/v1.0/example-endpoint" \ -H "Authorization: api-key YOUR_API_SECRET_KEY" \ -H "Content-Type: application/json"