get https://api.alocity.com/v1/integration-management/devices//access
This endpoint is used to get all device serial numbers for devices accessible to a specified user.
Response Payload Object
The response's payload will contain an array of string serial numbers for all the devices that user is able to access.
Note that if an error was found, then the payload will be null, however if no values were found and no error occurred, then an empty list will be returned instead.
Any status codes returned that are not provided here are generic status codes that can be found here.