Événements webhook
Abonnez un point de terminaison webhook pour recevoir ces événements. Chaque livraison porte un en-tête X-PIE-Event nommant l'événement et un en-tête X-PIE-Signature-256 de la forme sha256=<hmac> — un HMAC-SHA256 du corps brut de la requête, avec la clé secrète de votre abonnement. Vérifiez la signature à chaque livraison avant de faire confiance à la charge utile : calculez le même HMAC sur le corps brut et comparez en temps constant. La livraison est au moins une fois — dédupliquez sur l'identifiant de livraison.
| Événement | Groupe | Déclenché quand |
|---|---|---|
product.published | Product | A product version was published (or re-published) by its producing org. |
product.archived | Product | A product was archived (soft-deleted) by its producing org. |
grant.created | Grant | A data-access grant was created; delivered to both the granting PIP and the receiving PIC. |
grant.revoked | Grant | A data-access grant was revoked; delivered to both sides of the relationship. |
sync.completed | Sync | A daily catalogue sync finished for the org. |
workflow.transitioned | Workflow | An approval-workflow instance moved to a new state. |
workflow.task_assigned | Workflow | A workflow task was assigned (or reassigned) to a reviewer. |
workflow.task_overdue | Workflow | A workflow task passed its SLA due time and the assignee was reminded. |
workflow.task_escalated | Workflow | An overdue workflow task was escalated to the policy role after the grace window. |