cURL
curl --request GET \ --url https://api.example.com/api/infrastructure/v1/get-ip-geo
{ "country": "<string>", "region": "<string>", "city": "<string>" }
GetIpGeo retrieves geographic information based on the caller’s IP address.
Successful response
GetIpGeoResponse contains geographic information derived from the request IP.
ISO 3166-1 alpha-2 country code.
Region or city (if available).
Was this page helpful?