Devices

Your {organizationId} can be found in the API keys setting in the Edenic app (opens in a new tab)

Get devices

Gets a list of connected devices for your organization.

Request

GET
https://api.edenic.io/api/v1/device/{organizationId}

Response

200 OK - Example
[
    {
        "id": "a9aa9225-b142-472f-91e9-f933cbda3e75",
        "name": "cca7919e-1c1d-4147-b123-843bb9f1ffc3__d61003af8468",
        "label": "My Awesome Guardian",
        "gateway": false,
        "sortOrder": 0,
        "deviceTypeId": "95749801-31e7-43f5-8a02-1a853ea312c7",
        "organisationId": "4892c551-6aad-417b-8df1-57939625117b",
        "deleted": false,
        "additionalInfo": {
            "model": "P-000020-X",
            "gateway": false,
            "deviceSubType": "Guardian Wi-Fi"
        }
    }
    ...
]
⚠️

Watch for UK spelling of organisationId in the response.