iOmniHub provides REST APIs and Webhooks for you to build on top of iOmniHub and connect your internal systems with iOmniHub as well.
REST APIs and Webhooks are available in Business and Enterprise Package.
Any API request needs to have api_key
in the params.
To obtain your authentication key, navigate to your Team Settings in the dashboard. Locate the API Key and store it.
Add api_key
in the params of your API call. All API requests must be made over HTTPS.
api_key
in the params will also fail.Key Regeneration: In the event of a security breach or if you suspect your key has been compromised, regenerate a new key immediately. Contact Support for this.
Once you have your API key, include it in the HTTP params of your requests under api_key
as specified in the API documentation. The header should look like this:
iOmniHub provides REST APIs and Webhooks for you to build on top of iOmniHub and connect your internal systems with iOmniHub as well.
REST APIs and Webhooks are available in Business and Enterprise Package.
Any API request needs to have api_key
in the params.
To obtain your authentication key, navigate to your Team Settings in the dashboard. Locate the API Key and store it.
Add api_key
in the params of your API call. All API requests must be made over HTTPS.
api_key
in the params will also fail.Key Regeneration: In the event of a security breach or if you suspect your key has been compromised, regenerate a new key immediately. Contact Support for this.
Once you have your API key, include it in the HTTP params of your requests under api_key
as specified in the API documentation. The header should look like this: