Reseller webhooks — get notified when a key is assigned
Resellers can now subscribe their own systems to events on their account. Today the only event is key.assigned (fires whenever you assign a license key to a customer email), but the framework is in place to add more.
Configure under Reseller → Webhooks. Each webhook gets its own HMAC signing secret; we POST a JSON body with X-CC-Signature header so you can verify it's us. Failed deliveries retry up to 5 times with exponential backoff.
Full example payload + verification snippets (Node, PHP, Python) are on the webhooks page.