Welcome to the Inari API documentation! Our API is organized around REST and provides endpoints to manage feedback, customers, and companies within your organization.
All endpoints require a valid Access Token to be passed along with each request. API tokens can be created from the Settings page by Growth or Enteprise tier accounts. Use the HTTP header:
Copy
Authorization: Bearer <YOUR_TOKEN_HERE>
If the token is invalid or missing, you’ll receive a 401 Unauthorized response.