WEBHOOK_KEY_STATUSES
Webhook Key Statuses indicate the current state of a webhook encryption key. Keys progress through these states as they are created, activated, and eventually retired.
Available Types
| Type | Description |
|---|---|
| INACTIVE | A key that has been created but not yet activated. The key cannot be used to encrypt or decrypt webhook payloads in this state. |
| ACTIVE | A key that is currently active and being used to encrypt webhook payloads. Only one key per account can be in ACTIVE status at any given time. |
| DELETED | A key that has been deactivated and can no longer be used. Keys move to this state when a new key is activated or when explicitly deleted. |
Updated 4 months ago