Documentation Unlimited Residentials - Session Information

Unlimited Residentials

Session Information

This shows all information from your session.

Connecting to the API

GET

curl -X GET "https://api.proxyomega.com/v2/unlimited/session/" 
-H "Content-Type: application/json" 
-d "{ \"username\": \"$USER\", \"api_key\": \"$PASSWORD\", \"port\": $PORT }"

Parameters

Value Type Description
Username
String Your API username
Password
String Your API Key
Port
String Port Number

Expected Response

{
    "username": "username",
    "port_id": "10000",
    "total_requests": 5,
    "port_request_limit": 20,
    "next_rotation": "2024-07-15T21:41:42+00:00",
    "config": {
        "rotation": "1"
    },
    "proxy_info": {
        "ip": "149.18.253.178",
        "country": "United States",
        "city": "Seattle",
        "asn": "AS7018 AT&T Services, Inc."
    }
}
© Copyright 2024. All rights reserved.