GET
/
api
/
v1
/
ip
/
detail
/
{ipAddress}
curl --request GET \
  --url https://sandbox.finhub.cloud/api/v1/ip/detail/{ipAddress} \
  --header 'X-Forwarded-For: <x-forwarded-for>'
{
  "code": 200,
  "message": "Success",
  "redirectUrl": "<string>",
  "sessionId": "<string>",
  "data": "<any>"
}

Headers

X-Forwarded-For
string
required

Forwarded client IP address

User-Agent
string

Client user agent information

X-Tenant-ID
string

Tenant identifier for multi-tenant operations

Path Parameters

ipAddress
string
required

Response

200 - application/json

OK

Standard response wrapper for all API responses