These docs are for v2.3. Click to read the latest docs for v3.0.

Gets all person contacts that have been created or updated since the date supplied

Sample Request:

GET /api/v2.0/people/contacts/changes?sinceDate=01/01/2023

MAX PER PAGE LIMIT: 500

Sample Response:
 {
     "page": 1,
     "total": 4,
     "limit": 25,
     "totalEntries": 79,
     "data": [
        {
            "id": "D8AA91C8-B181-4272-A4FE-FB565F2FDF21",
            "personId": "42088CCD-607C-4B60-9649-A92A9E82D842",
            "order": "3",
            "contactType": "Email",
            "contactDetail": "[email protected]",
            "createdDate": "01/01/1970 00:00",
            "lastChangedDate": "01/01/1970 00:00"
        }
    ]
 }
Language
Credentials
Header
URL
Click Try It! to start a request and see the response here!