APIs Reference

Welcome to IOH API. Here you'll find all the documentation you need to get up and running with the APIs for the IoT Orchestration Hub.

You can find our APIs at docs.api.connectedyou.io.

Feel free to write in to our support desk for any questions or suggestions.

There are 3 basic steps to follow to get quickly started using the IOH APIs:

Authenticate

Use the Auth endpoint: https://api.connectedyou.io/ 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.

Get account ID

Using the API endpoint: https://api.connectedyou.io/v1, you can now retrieve the account ID for your user.

Select one of the account IDs that you have access to.

You can also find your account ID on your account settings page.

Make your first request

To make your first request in your account, send an authenticated request to the API endpoint: https://api.connectedyou.io/v1.

Now you are well on your way to trying out the other APIs to automate your workflows.

Last updated