This reference is the place to learn about all the details of the AirSaas API.
You can use the AirSaas API to connect your systems or external platforms to AirSaas data. Using the navigation on the left, you'll find details for each endpoint and type of object used in the API.
If this is your first visit on the AirSaas API Reference, we recommend beginning with the Getting started guide.
Conventions
The base URL to send all API requests is https://api.airsaas.io/v1. HTTPS is required for all API requests.
The AirSaas API follows RESTful conventions, with operations performed via GET, POST, PATCH, and DELETE requests on resources. Request and response bodies are encoded as JSON.
JSON conventions
- Temporal values (dates and datetimes) are encoded in ISO 8601 strings. Datetimes will include the time value (
2023-07-12T18:12:45.123Z) while dates will include only the date (2023-07-12)
