post
https://app.bitgo-test.com/api/policy/v1/enterprises//webhooks/keys
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.
Key ID selection: The keyId (derived from the kid field in the JWK, or
supplied explicitly for JWKS URI registrations) must be unique within the
enterprise. Once a keyId is used — even if the key is later revoked — it is
permanently tombstoned and cannot be reused. Plan for this by choosing a
stable, unique keyId from the start (e.g. my-key-v2).
Recommended rotation workflow:
- Register the new key under a new
keyId(e.g.my-key-v2). - Update your service configuration to sign webhooks with the new key.
- Revoke the old key only after you have confirmed the new key is working.
Authorization: Caller must be an admin of the specified enterprise.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…