Webhook subscriptions
Update Webhook Subscription Shared Key
This operation regenerates the shared key for a specific webhook subscription identified by its UUID.
patch/public/v1/webhook-subscriptions/{id}/shared-key
Path parameters
idstring uuid required
Webhook subscription uuid
Response
Webhook subscription shared key regenerated
Example response
{
"shared_key": "587c22285F57883db3ee"
}