Skip to content

Stored only in your browser. Get one under Tokens.

Get a device token by ID

GET
/devices/tokens/{id}

Get a device token by ID

Authorizations

ApiKeyAuth
Type
API Key (header: Authorization)

Parameters

Path Parameters

id*

ID

Type
string
Required

Responses

OK

application/json
JSON
{
  
"default-user-meta": {
  
  
"additionalProperties": "string"
  
},
  
"disabled": true,
  
"id": "string",
  
"nick": "string",
  
"ovmode": {
  
  
"mode": "string",
  
  
"root_of_trust": "string",
  
  
"status": "string"
  
},
  
"owner": "string",
  
"prn": "string",
  
"time-created": "string",
  
"time-modified": "string",
  
"token": "string",
  
"token-sha": [
  
  
0
  
]
}

Playground

Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI