Authentication and Connectivity
Authentication is required in order to interface with the AIR platform. Both methods are listed below, and the child pages outline the details for each.
- API Authentication
- Dashboard Authentication
API Connectivity
All API-based integrations should send the following headers in the request as well as the necessary authentication headers detailed on the related pages. These headers give the best practice and best performance in the integrations.
Accept: "application/json"
Accept-Encoding: "gzip,deflate"
Connection: "keep-alive"Updated about 4 hours ago
