Skip to content

Fetch Door Group

GET
/api/v1/developer/door_groups/{id}

Authorizations

bearerAuth
Type
HTTP (bearer)

Parameters

Path Parameters

id*
Type
string
Required

Responses

Successful response

application/json
JSON
{
  
"code": "string",
  
"msg": "string",
  
"data": {
  
  
"id": "string",
  
  
"name": "string",
  
  
"type": "string",
  
  
"resources": [
  
  
  
{
  
  
  
  
"id": "string",
  
  
  
  
"type": "string",
  
  
  
  
"name": "string"
  
  
  
}
  
  
]
  
}
}

Playground

Server
Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI