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_id}
curl \
--request GET 'https://api.1099policy.com/api/v1/events/{event_id}' \
--header "Content-Type: application/json" \
--data '{"event":"string"}'
Request examples
{
"event": "string"
}
Response examples (200)
{
"$ref": "#/components/examples/event"
}