Search PoPs by contact

Search for specified PoPs for a contact record, within a defined date range.

The get PoP by date will allow you to see all PoPs for a specific contact, and the associated Purchase, Booking, WIFI interaction details.

Configuration

https://api.airship.co.uk/v1/pop/by_date

Headers

Body

Example request

{
    "account_id": 2,
    "contact_id": 90357243,
    "start_date": "2023-01-03",
    "end_date": "2023-09-03",
    "types" : ["purchases", "booking", "wifi"]
}

The results will return the PoPs by type, in an array if there are more than 1 interaction within that range

Last updated