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

Obtain Available Subscription Durations

POST
https://www.rapidproxy.io/api/agent/get_timelen

请求参数

Header 参数

Body 参数application/json

示例
{}

请求示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location 'https://www.rapidproxy.io/api/agent/get_timelen' \
--header 'app-key: xxxxxxxxxxxxxxxxxx' \
--header 'Content-Type: application/json' \
--data '{}'

返回响应

🟢200成功
application/json
Bodyapplication/json

示例
{
    "code": 0,
    "data": [
        {
            "id": 4,
            "day": 30
        }
    ]
}
修改于 2025-09-29 03:03:02
上一页
Obtain Product List
下一页
Activate Static Residential IP
Built with