# Webhook events

* [passport.ingested](passport.ingested.md) - Sent when a passport becomes active for the first time: a non-draft POST /api/v1/passports create, the first publish of a draft via PUT /ap…
* [passport.recalled](passport.recalled.md) - Sent when PUT /api/v1/passports/{id}/status transitions a passport to RECALLED, transactionally with the status write.
* [passport.sealed](passport.sealed.md) - Sent when a passport is sealed via POST /api/v1/passports/{id}/seal, transactionally with the seal write.
* [passport.status_updated](passport.status_updated.md) - Sent when PUT /api/v1/passports/{id}/status performs a non-recall transition: decommissioning (DECOMMISSIONED, which also sets retentionUnt…
* [passport.updated](passport.updated.md) - Sent when an already-published (non-draft) passport's content is edited in place via PUT /api/v1/passports/{id}, transactionally with the u…
