Event

Events are how we communicate notable activity on an independent contractor's insurance application and policy. When an event occurs, we create a new Event object. For example, when an insurance application is started, we create an application.started event; and when a policy is issued, we create a policy.active event.

API resource state changes trigger events. The state of that resource at the time of the change is embedded in the event's data field. For example, an application.started event will contain an insurance application Session object, and a policy.active event will contain a Policy object.

Use the events endpoints to retrieve an individual event or a list of events. You can listen for events by registering your server endpoint via the 1099Policy dashboard. Our webhooks system send the Event objects directly to your registered endpoint.