The Integrify REST API allows other applications to integrate with the Integrify system. We have exposed most of the activities that an end user can perform through the REST API including starting an instance (Request), viewing instance details, completing tasks, running reports and more.
Cloud and OnPremise customers may use the REST API provided they have obtained an API Key and Secret for their application.
Using the API requires an Access token which can be obtained through the Impersonate endpoint. Once you have an access token, you can make HTT GET, POST, PUT and DELETE calls to perform actions in the Integrify system and to pull data out of Integrify. The API key and access token can be included in the querystring or in the header of your request as follows: