Create a Webhook
Last updated
Last updated
POST - https://api.verifik.co/v2/webhooks
This API allows you to create a new webhook within your account. You can associate a webhook with project Flows in this step or when you .
Headers
Content-Type
application/json
Authorization
Bearer <token>
Body
url
The url where we will send the information via POST.
name
The name of your webhook to identify it easily.
isActive
This boolean will enable/disable it whenever you require it.
description
Description to know what information you will be sending there.
link
Array of projectFlows that you want to link this webhook to.
Response