retrieve_a_contacts_geo_ip_address
Get the geo IP address of a contact by ID. Returns location data from the stored IP address.
Instructions
🟢 READ-ONLY · Geo Ips · GET /geoIps/{geoAddressID}/geoAddress
Retrieve a contacts geo IP address
Fetches data. Makes no changes to your ActiveCampaign account.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of results per page (ActiveCampaign default 20, max 100). | |
| offset | No | Zero-based offset into the result set for pagination. | |
| orders | No | Sort order as an object, e.g. {"email":"ASC"} → orders[email]=ASC. | |
| filters | No | Field filters as an object, e.g. {"name":"ecom"} → filters[name]=ecom. | |
| geoAddressID | Yes | ID of the contact |