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

TypeDescription
INACTIVEA key that has been created but not yet activated. The key cannot be used to encrypt or decrypt webhook payloads in this state.
ACTIVEA 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.
DELETEDA 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.