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: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:API Overview
Current intro and overview of the API.
Feedback Endpoints
Creating, retrieving, updating, and deleting feedback via API.
Customer Endpoints
Creating, retrieving, and updating customers via API.
Company Endpoints
Creating, retrieving, and updating companies via API.