Update a webhook
Enable or disable a webhook and configure the destination URL for the authenticated organization.
Authentication
AuthorizationBearer
API Key authentication using Bearer token
Path parameters
webhookName
Request
Body
enabled
Whether the webhook is enabled for delivery.
url
The HTTPS endpoint Paid should deliver this webhook to. Set to null to clear it while disabled.
Response
200
id
name
description
enabled
url
lastSentAt
lastStatus
signingSecret
Included on the response of the first save that produced a signing key for this organization (when no webhook had a key yet). Store it now — subsequent reads will not return it; rotate to mint a new one if you lose it.
Errors
400
Bad Request Error
403
Forbidden Error
404
Not Found Error
500
Internal Server Error