Skip to main content

Where can I find my authorization token?

Management of authorization tokens is in the settings of your instance in the API tab.

How the authorization to the API works?

The API is available only after entering the authorization code in the HTTP header. Each reference MUST include the X-Auth-Token header.

GET /api/instance/INSTANCE_SLUG/project/projects HTTP/1.1
Host: app.icproject.com
User-Agent: My Custom Script
Accept: application/json
X-Auth-Token: YOUR_AUTHORIZATION_TOKEN