Documentation
IPV6 Proxies - Plan Information
IPV6 Proxies
Plan Information
This shows all information from your proxy plan.
Connecting to the API
GET
curl -X GET "https://api.proxyomega.com/v2/ipv6/" -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": {
"date_ending": "2026-07-01 10:54:47",
"max_requests": "100"
}
}