Developer Page¶
The developer page is customized on each Process, with the purpose to give concrete and exact examples of what objects the developer can expect.
Process Key¶
In the top of the screen, it is possible to copy the ProcessKey.
Examples¶
Clicking on each category - General, Start/Stop run, Handle tasks or Rules - will give some actual examples for the specific Process. The examples are provided with an URL for the endpoint, and the request and response objects in JSON format.
We recommend looking in the API section of the Developer documentation if you want to learn more, or want to see some examples using the SDK's.
Developer Tools¶
The Developer Tools tab allows the Developer to input a (mate) username, password and API secret and then download an Insomnia environment. It can be imported in Insomnia, and the environment will be set up with authentication and requests for each endpoint, and will let you test it out live.
While we do know there is many popular tools to test REST services, we choose Insomnia as it is cross platform and easy to use. We do not save the username/password/secret you type in, but only use it once for generating the Insomnia import file.