XProxy Official
    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

    SMS & USSD Utitlies

    XProxy SMS and USSD API Documentation#

    Overview#

    This document describes the API endpoints for managing SMS and USSD operations in XProxy.

    Authentication#

    All endpoints require authentication using Bearer token (JWT):
    Authorization: Bearer <token>
    Modified at 2025-04-23 02:29:09
    Previous
    Delete selling proxy by ID
    Next
    Read SMS messages
    Built with