List recent events across your whole account
Dashboard-only
DeviceGrant), and use the Device Control endpoints.Authorization
sessionAuth A session token for an existing account, obtained from POST /auth/login (see the Authentication endpoints) - not an API key. Endpoints marked with this scheme reject API key callers outright, regardless of what that key is granted. Outside the Authentication endpoints themselves, everything requiring this scheme manages dashboard resources (schedules, rules, grants, keys, device configuration) and mirrors what a human does in the Nexalware web app - it is not meant to be automated by a third-party integration the way the Device Control endpoints are.
In: header
Query Parameters
value <= 200Response Body
application/json
application/json
curl -X GET "https://example.com/api/v1/events"{ "data": [ { "id": "string", "deviceId": "string", "deviceName": "string", "eventType": "string", "description": "string", "timestamp": 0, "source": "string" } ], "total": 0, "hasMore": true, "cursor": "string"}List a single device's audit log GET
Previous Page
Grant an API key or team member access to a device POST
This is how an API key gets permission to call device commands it has none by default. Provide exactly one of `apiKeyId` or `membershipId`. Requires an Owner or Admin session; API keys cannot create grants for themselves or anyone else.