Register a webhook signing key

Registers a new webhook signing key for an enterprise. The key can be provided inline via a JWKS payload or referenced via a JWKS URI.

Authorization: Caller must be an admin of the specified enterprise.

Path Params
string
required

The enterprise ID.

Body Params
jwks
object

Inline JWKS payload containing the public key(s). Mutually exclusive with jwksUri.

string

URI pointing to a hosted JWKS endpoint. Mutually exclusive with jwks.

string

Human-readable name for the key.

Headers
string
required

OTP code for verification. Required for webhook key management operations.

Responses

Language
Credentials
Bearer
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json