Events notify you about happenings with monitored providers. When something noteworthy occurs, such as ProviderTrust updating a source or issuing a new alert for a provider, a new Event object is generated. For instance, a profile.updated event is created in these cases.
Events occur when the state of another API resource changes. The event’s data field embeds the resource’s state at the time of the change.
As with other API resources, you can use endpoints to retrieve an individual event or a list of events from the API. We also have a separate webhooks system for sending the Event objects directly to an endpoint on your server. You can manage webhooks via the webhook resource. Webhooks will be limited to 5 endpoints per client.