Skip to content

Trigger Doorbells

POST
/api/v1/developer/devices/{device_id}/doorbell

Available since v4.0.10

Authorizations

bearerAuth
Type
HTTP (bearer)

Parameters

Path Parameters

device_id*
Type
string
Required

Request Body

application/json
JSON
{
  
"room_name": "string",
  
"cancel": true
}

Responses

Successful response

application/json
JSON
{
  
"code": "SUCCESS",
  
"msg": "success",
  
"data": "success"
}

Playground

Server
Authorization
Variables
Key
Value
Body

Samples

Powered by VitePress OpenAPI