- API document for XProxy service
- Proxy Management
- Device Management
- Change IMEI for multiple donglesPOST
- Add or change device notePOST
- Change MAC address for donglesPOST
- Change APN for donglesPOST
- Change device labelPOST
- Connect dongle to networkPOST
- Enable/disable WiFi for multiple donglesPOST
- Disconnect dongle from networkPOST
- Reboot a specific donglePOST
- Reset bus donglePOST
- Get dongle information including phone numberPOST
- Set MTU value for a donglePOST
- Rotation (Change IP)
- Selling Platform
- SMS & USSD Utitlies
- System Management
Restart XProxy Panel
POST
{{BASE_URL}}/xproxy_soft_reboot
System
Request
None
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 -g --request POST 'http://localhost/xproxy_soft_reboot'
Responses
🟢200OK
application/json
Body
status
booleanÂ
optional
Example:
true
msg
stringÂ
optional
Example:
Configuration successfully!
Example
{
"status": true,
"msg": "Configuration successfully!"
}
🟠401Unauthorized
🟠403Forbidden
Modified at 2025-04-23 02:57:09