Update Webhook Subscription
Header Parameters
Authorizationstring Required
x-client-idstring Required
x-signaturestring Required
x-timestampstring Required
Content-Typestring Required
Path Parameters
uuidstring Required
Subscription UUID
Body Parameters
callbackUrlstring
New HTTPS callback URL
statusstring
active | paused | disabled
signingSecretstring
Rotate or clear (null)
Response
200
Object
{
"status": "success",
"data": { "webhook": { "...": "..." } }
}
Was this section helpful?
Response
Was this section helpful?