/mydevices
Returns all information (including tokens) of all devices or nodes belonging to a user's UUID (identified with an "owner" property and user's UUID i.e. "owner":"0d1234a0-1234-11e3-b09c-1234e847b2cc")
curl -X GET https://meshblu.octoblu.com/mydevices --header "meshblu_auth_uuid: {my uuid}" --header "meshblu_auth_token: {my token}"
{
"devices": [
{
"owner":"0d1234a0-1234-11e3-b09c-1234e847b2cc",
"name":"SMS",
"phoneNumber":"16025551234",
"uuid":"1c1234e1-xxxx-11e3-1234-671234c01234",
"timestamp":1390861609070,
"channel":"main",
"online":false
}
]
}