v1
latestOpenAPI 3.1.02026-08-042010999.7 KBWebhooks
Fires when a Monitored Entity's disposition is changed by a user
When a user changes the disposition of a monitored entity, this webhook will be triggered. Dispositions are the user's determinations to the final state of an entity, such as 'Cleared' or 'Blocked'.
postWebhookEntity Disposition Changed
Payload
Example payload
{
"eventPayload": {
"customerKey": "ABC1234567890",
"entityURN": "urn:sigma:entity:123e4567-e89b-12d3-a456-426614174000",
"newEntityDispositionState": "pending",
"timestamp": "2020-01-01T00:00:00Z",
"userName": "John Hammond"
}
}