Skip to main content

Update a webhook

PUThttps://api.radom.com/webhook/{id}

Authorization

Send your API key in the Authorization header. Scheme: radomToken.

Parameters

idstring<uuid>pathrequired

Unique identifier for the webhook.

Request body

urlstringnullable

The URL of the webhook endpoint.

verificationKeystringnullable

Secret string used to verify POST request source.

isPausedbooleannullable

Whether webhook has been paused to stop receiving POST requests.

isDeletedbooleannullable

Whether webhook has been deleted

Responses

200Webhook updated successfully

No response body.

400Bad Request
errorstringrequired
401Unauthorized
errorstringrequired
404Not Found
errorstringrequired
500Internal server error
errorstringrequired