How to use Inistate API

Hi Inistate community!
In this topic will show how to use Inistate API to retrieve data and perform activities.

You can find Inistate API Documentation here.


How to get your API key?

  1. Log into your app account.

  2. Click Account.

  3. Choose Integration.

  4. Click to generate new API key.

  5. Copy the generate API key to your clipboard.


How to perform create activity?

  1. Go to the studio

  2. Click API from the menu.

    image

  3. After clicking API, it will show the API schema. You can click the copy icon at the bottom-left to copy the cURL to test.

  4. Example we use Postman to test this API

    Please do replace with your API Key e.g. fsk your api key

    Replace the payload value before clicking Send

    After clicking Send, you will get the success response status.

  5. Check the submitted entry


How to retrieve data from the list?

  1. Go to the studio

  2. Click API from the menu.

    image

  3. After clicking API, it will show the API schema. You can click the copy icon at the bottom-left to copy the cURL to test.

  4. Use Postman to test this API

    Please do replace with your API Key e.g. fsk your api key

    You can adjust the payload before clicking Send

    After clicking Send, you will get the success response status.


:interrobang: Have doubt? Feel free to reach out to us.

1 Like