cURL
curl --request PUT \ --url https://staging-api.covver.io/api/ext/v1/webhook/{id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "url": "<string>" }'
{ "success": true }
Update a webhook
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Default Response
The response is of type object.
object