Create a Webhook (Crear un Webhook)
Create a Webhook
POST - https://api.verifik.co/v2/webhooks
Esta API te permite crear un nuevo webhook dentro de tu cuenta. Puedes asociar un webhook con Project Flows en este paso o cuando lo desees. 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
Last updated