Insight Public API Documentation
Introduction
Overview:
The Insight Public API provides access to related information for agencies in the Insight network and more.
Target Audience:
Developers and technical staff at agencies integrating with the Insight network.
Authentication
Insight ATS+ employs a JWT token Authorization header using the Bearer Scheme or API Key to grant developers access to its public API resources. The API key can be obtained from the agency using the Insight ATS+ application.
Request Headers: Authorization: Bearer {API_KEY}
Request Payload: JSON format for POST requests.
Response Format: JSON format.
Search Request Format
Refer to searching guidelines on how to consume.