- 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
Obtaining Login URL
US
https://open-us.vnnox.com
US
https://open-us.vnnox.com
POST
/v2/integration/vnnox-access-url
TIP
1.
2.
3.
Request
Body Params application/json
username
string
required
lang
string
required
sys
string
required
Example
{
"username":"myfdev",
"lang":"zh-CN",
"sys":"pro"
}
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/integration/vnnox-access-url' \
--header 'Content-Type: application/json' \
--data-raw '{
"username":"myfdev",
"lang":"zh-CN",
"sys":"pro"
}'
Responses
🟢200成功
application/json
Body
url
string
required
expire
integer
required
Example
{
"url": "http://127.0.0.1:92/enterVnnox/e25e34963a5bfadc223e573685351585",
"expire": 3600
}
Modified at 2024-08-07 01:35:37