Skip to content

Stored only in your browser. Get one under Tokens.

Get all device tokens

GET
/devices/tokens

Get all device tokens

Authorizations

ApiKeyAuth
Type
API Key (header: Authorization)

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

Samples

Powered by VitePress OpenAPI