get https://api.movintracks.io/v:version/devices/
Gets one registered device
Regular API users can only list and retrieve devices (read-only). Devices, however, can update (PUT and PATCH) themselves using the SDK.
Responses
Gets one registered device
Regular API users can only list and retrieve devices (read-only). Devices, however, can update (PUT and PATCH) themselves using the SDK.
xxxxxxxxxx
curl --request GET \
--url https://api.movintracks.io/v:version/devices/id \
--header 'Authorization: Bearer [[key]]' \
--header 'accept: application/json'