Inari API Overview

Welcome to the Inari API documentation! Our API is organized around REST and provides endpoints to manage feedback, customers, and companies within your organization.

Authentication

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:

Authorization: Bearer <YOUR_TOKEN_HERE>

If the token is invalid or missing, you’ll receive a 401 Unauthorized response.

Common Response Codes

  • 200 OK – Your request was successful.
  • 201 Created – A new resource was successfully created.
  • 400 Bad Request – The request was invalid or cannot be otherwise served.
  • 401 Unauthorized – Missing or invalid authentication token.
  • 404 Not Found – The requested resource does not exist.
  • 500 Internal Server Error – Something went wrong on our end.

Next Steps

Explore our core endpoints:

You can jump directly to each file’s details for specific routes and usage examples.