GET
/
v1
/
io-explorer
/
devices
/
{device_id}
/
pow-summary
PoW Summary
curl --request GET \
  --url https://api.io.solutions/v1/io-explorer/devices/{device_id}/pow-summary \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "device_id": "dca013fb-5ffa-4134-9b4d-8cb71f953d20",
    "last_challenge_status": "succeeded",
    "pow_jobs_failed": 0,
    "pow_jobs_passed": 0
  },
  "status": "succeeded"
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

device_id
string
required

The unique identifier for your device.

Response

200

data
object
status
string
Example:

"succeeded"