API reference

The Realer API is organized around REST, with a primary focus on Realino-compliant controlling devices. Our API has predictable resource-oriented URLs, accepts JSON-encoded and form-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.

You can use the Realer API in production mode with your Realino-compliant control devices, which affects your live data to interact with the physical world. The API keys you use to authenticate individual control device requests determine whether each request is authorized or not.

All API requests must be made over HTTPS. Calls made over plain HTTP will fail. API requests without authentication will also fail.

In order to use Realer you should enable JavaScript in your browser.