Skip to content

Getting Started

Guides lead a user through a specific task they want to accomplish, often with a sequence of steps.

Step 1: Sign up for the Feedback API

To get started with the Feedback API, you’ll need to sign up for an account. Visit the Addhuri Website and click “Sign up” to create an account.

Step 2: Create a new project

Once you’ve signed up and logged in, you’ll need to create a new project on Developer Portal. Click the “New Project” button and give your project a name.

Projects are used to group feedback data and manage access to the Feedback API. You can create multiple projects to organize your feedback data.

For example, you might create a project for each website or application that you want to collect feedback from.

Step 3: Get your API key

After creating a project, you’ll be able to generate an API key. This key is used to authenticate your requests to the Feedback API. Keep it safe!

Select Poster Key API key to use it for inserting data via API.

Currently, there are two types of API keys available: Poster Key and Master Key. The Poster Key is used to post feedback to the API, while the Master Key is used to access all the features of the Feedback API.

1. Poster Key:

This key is used to post feedback to the API. It is to use on the client-side code like website. Synonyms: Write API Key, POSTER_API_KEY, WRITE_API_KEY, CLIENT_API_KEY, DATA_INSERTION_API_KEY.

2. Master Key:

This key is used to access all the features of the Feedback API. It should be kept secure and not shared with anyone. It should be used only in the server-side code. Synonyms: Read/Write API Key, MASTER_API_KEY, RW_API_KEY (Read-Write), FULL_ACCESS_API_KEY, PRIMARY_API_KEY.

Step 4: Start using the API

Now that you have your API key, you can start using the Feedback API. Check out the API documentation to learn how to interact with the API.

Further reading

  • Check the Example Page for a reference on how to use the Feedback API.