/
API - Getting Started

API - Getting Started

Our API was built by developers for developers for easy integration with our platform. It helps you optimize your experience with creating, reading, updating, and deleting your data & main system entities. Everything that you can do in our UI can be done using our API.

Usage

You can call our API by sending HTTP POST or GET requests to https://api.app.indicue.com/ followed by the endpoint name.

API Caps

In order to provide performance for all users, we limit the requests to our API

  1. max 300 requests per minute per IP address

Authentication - Access and Refresh Tokens

All requests to the API must be authenticated and include a valid access token.

The full documentation and sample request tools are located HERE.

Related content