Getting Started
Welcome to the Airon API documentation. This guide will help you get started with using the Airon API.Authentication
The Airon API uses bearer token authentication. Include your API token in the Authorization header:Base URL
All API requests should be made to:First Steps
- Obtain your API token from the Airon dashboard
- Make your first API call to
/auth/whoamito verify your credentials - Explore the available endpoints in the API reference
Rate Limits
The API has the following rate limits:- 1000 requests per hour for authenticated users
- 100 requests per hour for unauthenticated requests