Notifications / Alarms
Endpoint: https://server:port/api/push_notify
Supported actions: POST
Examples
POST https://server:port/api/push_notify
Permissions
POST: camera permission for target
POST Request:
{
"target": "<camera uuid, mandatory>",
"color": "<color code, hex string, mandatory>",
"message": "<message, string, mandatory>"
}
POST Request example:
{
"target": "17d7c877-3ab8-4fa9-a241-35221ffef10a",
"color": "0000FF",
"message": "Example message from notification API"
}
Comments
0 comments
Please sign in to leave a comment.