Rotate the calling application's webhook signing secret
Authentication
Rotate the calling application's webhook signing secret
Generates a new webhook signing secret for the authenticated application, stores only its hash, and returns the raw secret once.
Use the returned webhookSecret to verify X-IDaaS-Signature on inbound webhooks.
The previous webhook secret becomes invalid immediately.
POST
Rotate the calling application's webhook signing secret
Authorizations
Obtain a token from POST /v1/auth/token using your client_id and client_secret, then enter Bearer <token> here.