GET /proxies
Retrieves a list of all your active proxies.
Example Request (cURL):
curl -G "https://authilo.com/New/api/v1/proxies" \
-H "Authorization: Bearer sk_user_YOUR_API_KEY_HERE"
Example Response (JSON):
{
"status": "success",
"data": [
{
"id": 1,
"proxy": "proxy.hideiqxshlgvjk.com:5050",
"user": "id-275289",
"pass": "pwlmuduyrsje",
"type": "Static Indirect",
"country_code": "US",
"expires_at": "2025-12-08 10:00:00"
},
{
"id": 2,
"proxy": "123.45.67.89:36060",
"user": "unjjzntmg",
"pass": "pwkdpickd",
"type": "Static Direct",
"country_code": "DE",
"expires_at": "2025-12-10 14:30:00"
}
]
}