XProxy Official
  1. Proxy Management
XProxy Official
  • API document for XProxy service
  • Proxy Management
    • Get the list of devices & proxies information
      GET
    • Get status of a specific proxy
      GET
    • Get status of a specific position
      GET
    • Reboot dongle with specific proxy
      GET
    • Reboot dongle with specific position
      GET
  • Device Management
    • Change IMEI for multiple dongles
      POST
    • Add or change device note
      POST
    • Change MAC address for dongles
      POST
    • Change APN for dongles
      POST
    • Change device label
      POST
    • Connect dongle to network
      POST
    • Enable/disable WiFi for multiple dongles
      POST
    • Disconnect dongle from network
      POST
    • Reboot a specific dongle
      POST
    • Reset bus dongle
      POST
    • Get dongle information including phone number
      POST
    • Set MTU value for a dongle
      POST
  • Rotation (Change IP)
    • Manual rotation :: Rotate IP for a specific proxy or SOCKS port
      GET
    • Manual rotation :: Rotate IP for a specific position of modem in list
      GET
    • Auto rotation :: Add a rotation schedule job
      POST
    • Auto rotation :: Retrieve scheduled rotation jobs
      POST
  • Selling Platform
    • Get list of selling proxies
      GET
    • Generate selling proxies
      POST
    • Editing for single selling proxy port
      POST
    • Delete selling proxy by ID
      POST
  • SMS & USSD Utitlies
    • SMS
      • Read SMS messages
      • Send SMS message
      • Delete SMS messages
    • USSD
      • Send USSD command
      • Read USSD response
  • System Management
    • Restart XProxy Panel
    • Reboot XProxy System
  1. Proxy Management

Reboot dongle with specific position

GET
{{BASE_URL}}/api/v1/reboot/position/{position}
This endpoint sends a command to reboot the dongle at the given position in the device list (from 1 to N).

Request

Path Params
position
integer 
required
The position number of the modem in the device list (from 1 to N) to reboot.
Example:
1

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 GET 'http://localhost/api/v1/reboot/position/1'

Responses

🟢200OK
*/*
Successfully sent the reboot command.
Body
status
boolean 
optional
True if the reboot command was sent successfully, false otherwise.
Example:
true
msg
string 
optional
Message describing the result of the action.
Example:
Modem reboot successfully!
Example
{
    "status": true,
    "msg": "Modem reboot successfully!"
}
🟠400Bad Request
🔴500Server Error
Modified at 2025-03-11 10:29:12
Previous
Reboot dongle with specific proxy
Next
Change IMEI for multiple dongles
Built with