Device state
Device state
GET
https://api.connect.jfrog.io/v1/get_device_state
Using this call you will get the current device state - Online
or Offline
.
Request Body
Name | Type | Description |
---|---|---|
user_token* | string | This is your account token. You can find it under the Settings category on the dashboard. |
device_token | string | This is the device token |
device_id | String | This is the device id or device uuid |
You may use either device_id
or device_uuid
in the device_id
field, both identifiers will adequately function as an identifier.
Example
Last updated