Webhooks
Number of APIs: 10
-
Execute a webhook POST {{baseUrl}}/webhook/webhooks/:id/x/:serviceId?l_id=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjA3NWUwNmEzLTUwNzUtNDY3Yi1hNTk5LWVkNmM5YTg5NTYyOCJ9._ppKdmBaCB2RHjBTifMNP2xKNeLBfNPim2CiHSUd0Zg&e=Employees::Events::EmployeeCreated
-
Resolve and Execute a connection webhook POST {{baseUrl}}/webhook/w/:id/:serviceId?e=Employees::Events::EmployeeCreated
-
Resolve and Execute a connection webhook GET {{baseUrl}}/webhook/w/:id/:serviceId?e=Employees::Events::EmployeeCreated
-
List event logs GET {{baseUrl}}/webhook/logs?limit=1
-
List webhook subscriptions GET {{baseUrl}}/webhook/webhooks?limit=1
-
Create webhook subscription POST {{baseUrl}}/webhook/webhooks
-
Get webhook subscription GET {{baseUrl}}/webhook/webhooks/:id
-
Update webhook subscription PATCH {{baseUrl}}/webhook/webhooks/:id
-
Delete webhook subscription DELETE {{baseUrl}}/webhook/webhooks/:id
-
Execute a webhook POST {{baseUrl}}/webhook/webhooks/:id/execute/:serviceId