首页API 文档
客户端 API
基础 URL: https://buy.mobileproxies.org
| 方法 | 端点 | 说明 |
|---|---|---|
| GET | /api/v1/proxies | 获取所有代理 |
| POST | /api/v1/proxies/{slotId}/switch | 轮换 IP |
Authorization: Bearer YOUR_API_KEY请求头GET
/api/v1/proxies无参数响应
200代理 JSON 数组
204无内容
404未找到
字段
| type | string |
| slot_id | string |
| hostname | string |
| http_port | int |
| socks5_port | int |
| username | string |
| password | string |
| country | string |
| region | string |
| carrier | string |
| ip | string |
POST
/api/v1/proxies/{slotId}/switch参数
slotIdpath · string必填响应
204IP 轮换已触发
400无效输入
422无法处理