Retrieve an event
Retrieves the details of an event. You need only provide the unique event ID which you would have received in a webhook.
GET
/api/v1/events/{event}
curl \
--request GET 'https://api.1099policy.com/api/v1/events/ev_1a2b3c4d5e6f'
Response examples (200)
{
"created": 1646818364,
"data": {},
"id": "string",
"type": "policy.cancelled"
}