Create a webhook encryption key
Webhooks
Create a webhook encryption key
Register a new encryption key (JWK) for a webhook endpoint. The key will be used for encrypting webhook payloads.
POST
Create a webhook encryption key
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The ID of the webhook endpoint to create the encryption key for (e.g. whe_...).
Required string length:
1 - 128Pattern:
^[A-Za-z0-9_-]+$Body
application/json
The key identifier to use as kid in the JWE header.
Required string length:
1 - 128The public JWK for encrypting webhook payloads.
The JWE algorithm to use for webhook delivery.
Available options:
RSA-OAEP-256 The JWK key type for webhook delivery.
Available options:
RSA