Documentation
Unlimited Residentials - Plan Information
Unlimited Residentials
Plan Information
This shows all information from your proxy plan.
Connecting to the API
GET
curl -X GET "https://api.proxyomega.com/v2/unlimited/" -H "Content-Type: application/json" -d "{
\"username\": \"$USERNAME\",
\"api_key\": \"$PASSWORD\"
}"
Parameters
Value | Type | Description |
---|---|---|
Username
|
String | Your API username |
Password
|
String | Your API Key |
Expected Response
{
"username": "username",
"plan": {
"ports": "100",
"end_date": "2031-11-06 18:21:01",
"rotation_time_minutes": "1"
}
}