retrieve_contact_geo_ips
Retrieve the geographic IP history of a contact. This read-only tool returns geo-IP data associated with the contact's IP addresses.
Instructions
🟢 READ-ONLY · Contacts · GET /contacts/{id}/geoIps
Retrieve a contacts list of geo-ips
Fetches data. Makes no changes to your ActiveCampaign account.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID of the contact | |
| 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. |