Skip to content

Stored only in your browser. Get one under Tokens.

Get a trail by ID

GET
/trails/{id}

get one trail; owning devices and users with trail control for the device
can get a trail. If not found or if no access, NotFound status code is returned

Authorizations

ApiKeyAuth
Type
API Key (header: Authorization)

Parameters

Path Parameters

id*

ID|NICK|PRN

Type
string
Required

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
Variables
Key
Value

Samples

Powered by VitePress OpenAPI