We designed the Domoscio API in a Restful way, so that your user experience is simple and straightforward. You are able to:
Requests must be sent using content-type «application/json». The request and response body encoding is always UTF-8.
Simply ask us to create your credentials.
Now that you have your authentication keys, let us see how to properly authenticate your application to our API.
We provide two ways to authenticate and communicate with the service:
Once your application is authenticated, accessing to your own environment is really simple. All the urls must be constructed as follows:
[HOST_URL]/instances/[YOUR_INSTANCE_ID]/[ACTION]
A list of all the actions can be found in this document. The [HOST_URL] is “alerts-engine.domoscio.com”.