wbhk
license_activated
ZyINS POSTs this event to your HTTPS endpoint when a license finishes activation. Use it to provision downstream CRM entries or entitlement systems the moment coverage becomes active. Respond with HTTP 200 within a few seconds to acknowledge receipt and stop retries. Verify X-ZyINS-Signature by parsing its t and v1 fields, recomputing HMAC-SHA256 over <t>.<raw_body> in constant time before mutating any state; reject requests whose t is more than 5 minutes from current UTC. Delivery is at-least-once — deduplicate on the event's id field in the JSON body.
200Acknowledge receipt with HTTP 200 (empty body allowed).