GET
/
waap
/
v1
/
ip-info
/
top-sessions
curl --request GET \
  --url https://api.gcore.com/waap/v1/ip-info/top-sessions \
  --header 'APIKey: <api-key>'
[
  {
    "session_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "duration": 123,
    "requests": 123,
    "blocked": 123,
    "start_time": "2023-11-07T05:31:56Z"
  }
]

Authorizations

APIKey
string
header
required

API key for authentication.

Query Parameters

ip
required

The IP address to check

domain_id
integer
required

The domain ID

Response

200
application/json

Successful Response

The response is of type TopSession · object[].