Skip to content

Fetch Door Emergency Status

GET
/api/v1/developer/doors/settings/emergency

Available since v1.24.6

Authorizations

bearerAuth
Type
HTTP (bearer)

Responses

Successful response

application/json
JSON
{
  
"code": "string",
  
"msg": "string",
  
"data": {
  
  
"lockdown": true,
  
  
"evacuation": true
  
}
}

Playground

Server
Authorization

Samples

Powered by VitePress OpenAPI