Update a Webhook
Last updated
Last updated
PUT - https://api.verifik.co/v2/webhooks/{id}
Method for updating an existing webhook. To make the service work, the _id parameter is required, which is generated when a webhook is created correctly.
Headers
Name | Value |
---|---|
Body
In the body of this service, you can send all the fields generated when creating a webhook. The only thing to consider is that the fields we want to modify are the ones that must be included in the body.
Name | Value |
---|---|
Response
Content-Type
application/json
Authorization
Bearer <token>
name
The new name you want this webhook to have
url
You can update the url to where you want to receive the POST calls.
description
The new description you want this webhook to have
link
Array of projectFlows that you want to link this webhook to.
unlink
Array of projectFlows that you want to unlink from this webhook.