Go2proxy
English
  • 中文繁体
  • English
Home
Home
English
  • 中文繁体
  • English
  1. API Documentation
  • Product introduction
    • Residential Proxy
    • ISP Residential Rroxy
    • Quick Start
  • Function Introduction
    • Team Function
  • Developer Guide
    • Proxy region and Proxy replacement cycle settings
    • Periodic version uses multiple channels
    • Test proxy availability
    • Error code
    • World country code
  • API Documentation
    • Get Order Information
      GET
    • Get Usage Traffic
      GET
    • Residential Proxy Acquire
      GET
    • ISP Proxy Acquire
      GET
    • Get Residential Proxy Order Region Code
      GET
    • Get Residential Proxy Order Area Code
      GET
  • Update Log
    • Update Log
  1. API Documentation

Get Order Information

GET
/api/getorderinfo

Request

Query Params
app_id
string 
required
Example:
dmBjQIcF8H48VjRmeAy9
signature
string 
required
signature=AppSecret
Example:
36G0CpMbXFWrpq7UbazklvwC9tA7RP7m
orderid
string 
required
Order ID
Example:
662337900795135
Body Params multipart/form-data
object {0}

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 --request GET 'http://api.go2proxy.com/api/getorderinfo?app_id=dmBjQIcF8H48VjRmeAy9&signature=36G0CpMbXFWrpq7UbazklvwC9tA7RP7m&orderid=662337900795135'

Responses

🟢200RP successful
application/json
Body
code
integer 
required
msg
string 
required
data
object 
required
orderid
string 
required
status
string 
required
expire_time
string 
required
proxy_username
string 
required
proxy_password
string 
required
host
object 
required
port
integer 
required
product
string 
required
Example
{
    "code": 0,
    "msg": "Success",
    "data": {
        "orderid": "642254391407866",
        "status": "VALID",
        "expire_time": "2025-02-08 18:15:45",
        "proxy_username": "gf2078666025",
        "proxy_password": "jpqkcq26gz",
        "host": {
            "global": "",
            "us": "",
            "as": ""
        },
        "port": 16888,
        "product": "rp"
    }
}
🟢200ISP successful
Modified at 2025-02-24 08:06:59
Previous
World country code
Next
Get Usage Traffic