Get Devices
GET /v1/devices
Gets all VAKA systems the integration has been assigned permission to.
Headers
Name
Value
Authorization
Bearer <token>
x-api-key
<api key>
Response
200 OK
A list with details of each VAKA system.
Body
devicesarray of Device objects
A list of Device objects representing each VAKA system.
409 Conflict
No VAKA system is assigned to the integration.
Last updated