get
https://ads-dev.aylanetworks.com/apiv1/devices/find_by_user_email.json
This API returns an array of devices registered to the user account associated with the email specified in the query parameter. Here is an example of response data:
[
{
"device": {
"dsn": "AC000W000000001",
"id": 1234001
}
},
{
"device": {
"dsn": "AC000W000000002",
"id": 1234002
}
}
]
