Outbound webhooks
Register an HTTPS URL so the platform can push events to your system.
Subscribe (Console)
- Open Operations → Integrations.
- Add a webhook endpoint URL.
- Copy the integrator secret once — use it to verify HMAC signatures.
Machine catalog: /artifacts/catalogs/webhook-events.v1.json
Human summary: Webhook catalog
MVP event types (Partner-relevant)
licensing.license.assigned.v1/extended.v1/suspended.v1/revoked.v1(+ cataloguedcreated.v1)commerce.order.paid.v1/commerce.order.fulfilled.v1- Plus existing device/release types in the catalog
Security
Verify the HMAC using your integrator secret (not PSP signing secrets). Never log full secrets or license key plaintext.
Delivery Worker
Endpoint subscription is available in Console/API. Reliable HTTPS delivery Worker hardening continues on the platform track — treat subscription + catalog as the Partner contract for types and secrets.