User
Webhooks
Register webhook
Registers webhook. If webhook with same ID already exists, it will be replaced
post/3rdparty/v1/webhooks
Request body
Example request
{
"deviceId": "PyDmBQZZXYmyxMwED8Fzy",
"id": "123e4567-e89b-12d3-a456-426614174000",
"url": "https://example.com/webhook"
}Response
Created
Example response
{
"deviceId": "PyDmBQZZXYmyxMwED8Fzy",
"id": "123e4567-e89b-12d3-a456-426614174000",
"url": "https://example.com/webhook"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.