Skip to content

Stored only in your browser. Get one under Tokens.

Validates device ownership based on OVMode.

GET
/devices/{id}/ownership/validate

Validates device ownership based on the configured OVMode (TLS, Manual, etc.).
If OVMode is TLS, the client must use the 'root_of_trust' as the client TLS connection.

Authorizations

ApiKeyAuth
Type
API Key (header: Authorization)

Responses

Ownership validation successful. Returns OVMode details.

application/json
JSON
{
  
"mode": "string",
  
"root_of_trust": "string",
  
"status": "string"
}

Playground

Authorization

Samples

Powered by VitePress OpenAPI