WebhookSubscriptions
UpdateWebhookSubscriptionSignatureKey
Updates a webhook subscription by replacing the existing signature key with a new one.
post/v2/webhooks/subscriptions/{subscription_id}/signature-key
Path parameters
subscription_idstring required
[REQUIRED] The ID of the Subscription to update.
Request body
Example request
{
"idempotency_key": "ed80ae6b-0654-473b-bbab-a39aee89a60d"
}Response
Success
Example response
{
"signature_key": "1k9bIJKCeTmSQwyagtNRLg"
}