Create a Webhook
Create a Webhook
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 update the webhook.
Implementation
Headers
Name
Value
Content-Type
application/json
Authorization
Bearer <token>
Body
Name
Description
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