API Documentation
Everything you need to integrate our proxy service
Authentication
All API requests require an API Key in the HTTP header for authentication. API Keys can be created in the dashboard, each with configurable permission scopes.
Keep your API Key secure
Never expose your API Key in public repositories or client-side code.
Request Format
HTTP Header
X-API-Key: YOUR_API_KEYExample Request
bash
curl -X GET "https://saiboproxy.com/api/v1/account/info" \
-H "X-API-Key: YOUR_API_KEY"Permission Scopes
| Scope | Description |
|---|---|
proxy:generate | Generate dynamic proxy addresses |
usage:read | Read account info and sync data |
whitelist:read | Read whitelist IPs |
whitelist:manage | Add/remove whitelist IPs |
sub_accounts:read | Read sub-account information |
sub_accounts:manage | Create/modify/delete sub-accounts |
static_proxy:read | Read static proxy areas, orders, IPs |
static_proxy:manage | Create orders, renew IPs |
Response Format
All endpoints return a unified JSON format. code=0 means success, non-zero means error.
json
{
"code": 0,
"message": "成功",
"data": { ... }
}API Base URL
URL
https://saiboproxy.com