APIs Reference
Last updated
Was this helpful?
Last updated
Was this helpful?
Welcome to IOH API. Here you'll find all the documentation you need to get up and running with the APIs for the .
You can find our APIs at .
Feel free to write in to our for any questions or suggestions.
There are 3 basic steps to follow to get quickly started using the IOH APIs:
Use the Auth endpoint: to authenticate and generate the access tokens.
As part of the response you will receive an access_token
that you must use in authorization headers henceforth.
The access token typically lasts for 1 hour for security reasons. You will need to either use a refresh_token
to generate a new access token or you can re-authenticate.
Using the API endpoint: , you can now retrieve the account ID for your user.
Select one of the account IDs that you have access to.
Now you are well on your way to trying out the other APIs to automate your workflows.
To make your first request in your account, send an authenticated request to the API endpoint: .