1. Static Residential
rapid_agent
  • AGENT
    • RAPID Interface documentation
    • Static Residential
      • Callback
      • Static Residential Refund
        POST
      • Obtain Product List
        POST
      • Obtain Available Subscription Durations
        POST
      • Activate Static Residential IP
        POST
      • Renew Static Residential IP
        POST
      • Obtain Orders
        POST
      • Obtain Instance Information
        POST
    • Add User
      POST
    • Edit User
      POST
    • Get All Users
      POST
    • Add Sub-user
      POST
    • Edit Sub-user
      POST
    • Get Sub-users
      POST
    • Allocate Traffic
      POST
    • Recycle Traffic
      POST
    • Clear Traffic
      POST
    • Obtain Allocation Records
      POST
    • Add IP to Whitelist
      POST
    • Add IP to Blacklist
      POST
    • Add Domains to User's Blocklist
      POST
    • Delete IP from Whitelist
      POST
    • Delete IP from Blacklist
      POST
    • Delete Blocked Domain
      POST
    • Obtain User Traffic
      POST
    • Obtain Proxy
      POST
    • Obtain Proxy Address
      POST
    • Obtain Proxy Protocol
      POST
    • Obtain Country List
      POST
    • Obtain States/Provinces Under a Country
      POST
    • Obtain Cities Under a State
      POST
    • Obtain User Traffic Consumption
      POST
    • Reset User's API Key
      POST
    • Query User Traffic by Time Range
      POST
    • Obtain Sub-account Traffic Consumption
      POST
  1. Static Residential

Callback

Interface Callback#

Order interaction process description
1.
Order creation interface
Function:Call activation/renewal service
Response:Returns only the unique order number generated by the system: order_no(Does not include order status)
2.
Asynchronous result notification
Mechanism:The static order is created successfully, and we initiate a callback
Logo:The customer provides the callback address and we will configure it in the background
http[s]://yourdomain/api/open/static/notify?order_no=xxx
ParamTypeRequiredIllustrate
order_nostringYActivate or renew to return the order number
3.
Status query interface
Method:POST /get_static_order
Param:order_no(Required)
Return:Contains the final status code of the order and the creation instance information
Callback result definition
{
    "code":0,
    "msg":""
}
Success code return value:0
修改于 2025-09-29 03:01:05
上一页
RAPID Interface documentation
下一页
Static Residential Refund
Built with