Skip to main content
Version: 1.0

Anedya Platform APIs

Anedya APIs provide a standardized way to interact and manage your IoT devices. You can also access the data and perform aggregations on the data submitted by the devices.

Authentication​

The APIs use API Keys to authenticate the access. You can create an API Key easily through Anedya Dashboard. Please note that the API Keys are project specific and can be used to access data from a single project.

The API key needs to be passed in the Authorization header as follows:

Authorization: Bearer <API_KEY>