Update a webhook
PUT
https://api.radom.com/webhook/{id}Authorization
Send your API key in the Authorization header. Scheme: radomToken.
Parameters
idstring<uuid>pathrequiredUnique identifier for the webhook.
Request body
urlstringnullableThe URL of the webhook endpoint.
verificationKeystringnullableSecret string used to verify POST request source.
isPausedbooleannullableWhether webhook has been paused to stop receiving POST requests.
isDeletedbooleannullableWhether webhook has been deleted
Responses
200Webhook updated successfully
No response body.
400Bad Request
errorstringrequired401Unauthorized
errorstringrequired404Not Found
errorstringrequired500Internal server error
errorstringrequired