Skip to content

Stored only in your browser. Get one under Tokens.

Get a list of trails

GET
/trails

devices get a list of one and only one trail. users get trails for all the
devices they have trail control over (right now simplified for owner)

Authorizations

ApiKeyAuth
Type
API Key (header: Authorization)

Responses

OK

application/json
JSON
[
  
{
  
  
"device": "string",
  
  
"factory-state": {
  
  
  
"additionalProperties": "string"
  
  
},
  
  
"id": "string",
  
  
"last-insync": "string",
  
  
"last-touched": "string",
  
  
"owner": "string",
  
  
"used_objects": [
  
  
  
"string"
  
  
]
  
}
]

Playground

Authorization

Samples

Powered by VitePress OpenAPI