Documentation
Platinum Residentials - Plan Information
Platinum Residentials
Plan Information
This shows all information from your proxy plan.
Connecting to the API
GET
curl -X GET "https://api.proxyomega.com/v2/platinum/" -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": {
"remaining_data_gb": "0.5"
}
}