XProxy Official
  1. Schemas
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
    • Generate selling proxies
    • Editing for single selling proxy port
    • Delete selling proxy by ID
  • 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
  • Schemas
    • Schemas
      • SharedProxy
      • BulkEditRequest
      • SmsMessage
      • RotationHistory
      • ErrorResponse
      • RotationResponse
  1. Schemas

SharedProxy

{
    "id": 0,
    "shared_port": 0,
    "gen_method": 1,
    "position": 0,
    "group_positions": [
        0
    ],
    "ip_type": "1",
    "port_type": "0",
    "auth_ip_list": "string",
    "auth_user_list": "string",
    "web_whitelist": "string",
    "web_blacklist": "string",
    "expired_at_unix": 0,
    "enabled": true,
    "memo": "string",
    "custom_dns": "string",
    "bw_limit_enabled": true,
    "bw_limit_rate": 0,
    "counter_dl_limit": "unlimited",
    "counter_dl_limit_by": "DAILY",
    "counter_dl_quota": 0,
    "counter_ul_limit": "unlimited",
    "counter_ul_limit_by": "DAILY",
    "counter_ul_quota": 0,
    "counter_all_limit": "unlimited",
    "counter_all_limit_by": "DAILY",
    "counter_all_quota": 0,
    "max_connection": 0,
    "max_connection_period": 60,
    "tcp_os": "string",
    "force_server_resolve_dns": true,
    "interval_rotation": 0,
    "min_interval_rotation": 0,
    "allow_api_rotate": true,
    "min_second_rotate": 0,
    "allow_api_change_rotation": true,
    "last_rotation": 0
}
Built with