- API Access Guide
- Common HTTP Status Codes
- VNNOX
- Player
- Solutions
- Real-Time Control
- Scheduled Control
- Logs
- Notifications
- VNNOXCare
- Notes
- Device Status Monitoring
- Brightness Log
- Others
- Third-Party System Authorization
Video Source Change Notifications
US
https://open-us.vnnox.com
US
https://open-us.vnnox.com
POST
/v2/notification-hooks/video-source-updates
TIP
1.
2.
Request
Body Params application/json
playerIds
array[string]
required
noticeUrl
string
required
Example
{
"playerIds": [
"8208967d40e9980bab6d12367dc88e0b"
],
"noticeUrl":"https://aaa.com"
}
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://open-us.vnnox.com/v2/notification-hooks/video-source-updates' \
--header 'Content-Type: application/json' \
--data-raw '{
"playerIds": [
"8208967d40e9980bab6d12367dc88e0b"
],
"noticeUrl":"https://aaa.com"
}'
Responses
🟢200成功
application/json
Body
success
array[string]
required
Example
{
"success": [
"8208967d40e9980bab6d12367dc88e0b"
]
}
🟢200Video Source Change Notification Callback Parameters