References → Public API

Incorta’s public application programming interface (API) allows developers to interact with data within Incorta for programmatic uses. The power of being able to access data programmatically opens the door to many new uses of the application. Incorta receives API endpoint request payloads and returns response payloads in JSON.

Note

You have to use the HTTPS scheme to be able to successfully run the API endpoints.

There are two versions of Incorta public API: Public API v1 and Public API v2. Public API v1 is available in all cloud releases, while Public API v2 is available starting 2023.4.0, which introduced a new authentication process. Public API v1 isn't compatible with the new authentication process. Thus, you can't use the 2023.4.0 release to generate new API keys or renew existing ones that are used in Public API v1. However, you can refresh existing access tokens, or you can use the latest API key that you generated before upgrading to 2023.4.0 or later releases and use it to create new access tokens for Public API v1 as usual.

For details, refer to Public API v1 or Public API v2 depending on your Incorta Cloud release.