Fetch All Door Groups
GET
/api/v1/developer/door_groups
Authorizations
bearerAuth
Type
HTTP (bearer)
Responses
Successful response
application/json
JSON "code": "string", "msg": "string", "data": [ { "id": "string", "name": "string", "type": "string", "resources": [ { "id": "string", "type": "string", "name": "string" } ] } ]
{
}