This API is functional only for device-type = temperature OR device-type = 4CT for now. The API returns the device name and last known location details of the devices of the provided device-type that are registered with the account associated with the token. device-type path parameter in the request can be used as a filter to fetch specific category devices.Possible values that can be used for device-type are vehicle,asset,bike,temperature,4ct,dashcam,airfilter.Refer to the response model for response details.
Request
Authorization
Add parameter in header
x-api-key
Example:
x-api-key: ********************
Path Params
device-type
string
required
Type of the device : temperature,4ct
Header Params
token
string
required
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET '/devices/' \
--header'token;' \
--header'x-api-key;'