x-connectly-hmac-sha256 header.
There is only ever one active webhook key per business at a time. Creating a new key automatically revokes the previous one. Old revoked keys are retained in the system (soft-deleted) but are no longer valid β this is why you may see multiple keys listed when you call the list endpoint.
Endpoints
List your keys
Use this to see the status of all keys associated with your business β useful if youβre seeing unexpected keys in your account:status (active, expired, or revoked) and created_at timestamp. Only one key will have status: active β the rest are historical rotations.
Rotate your key
Creating a new key immediately revokes the current active one:Verify webhook payloads
Use the active key to verify thex-connectly-hmac-sha256 header on every incoming webhook request. See Webhooks overview for the verification code example.