added

11.15.2021 - Organizational demographics and seal claimed dates now available in Premier API v3

We have recently added two new fields to track last updated dates for profile seal holders:

  • When the organization claimed/updated their seal
  • When the organization added/updated their organizational demographics

These dates are in UTC time zone, and are ISO 8601 format.

Example:

In /premier/v3, you will find two new fields in the "profile_data_change_dates" section.

  • "seal_last_modified" - the date the organization claimed their seal of transparency
  • "dei_last_modified" - the date the organization last added/updated their organizational demographics
"profile_data_change_dates": {
                "primary_address_last_modified": "2019-05-06T15:27:34",
                "payment_address_last_modified": "2019-05-06T15:27:34",
                "primary_contact_email_last_modified": "2019-05-06T15:27:34",
                "fundraising_contact_email_last_modified": "2019-05-06T15:27:34",
                "org_website_last_modified": "2019-05-06T15:27:34",
        /*NEW*/ "seal_last_modified": "2021-07-30T23:00:01Z",
        /*NEW*/ "dei_last_modified": "2021-03-19T14:10:09Z"
            },

Want to try it out?

Try it out for free and contact us to get a quote