HomeAPI Docs
Client API
Base URL: https://buy.mobileproxies.org
| Method | Endpoint | Description |
|---|---|---|
| GET | /api/v1/proxies | Get all proxies |
| POST | /api/v1/proxies/{slotId}/switch | Rotate IP |
Authorization: Bearer YOUR_API_KEYHeaderGET
/api/v1/proxiesNo paramsResponses
200JSON proxy array
204No content
404Not found
Schema
| 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}/switchParameter
slotIdpath · stringREQResponses
204IP rotation triggered
400Invalid input
422Unprocessable