Webhooks

Number of APIs: 10

  1. Execute a webhook POST {{baseUrl}}/webhook/webhooks/:id/x/:serviceId?l_id=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjA3NWUwNmEzLTUwNzUtNDY3Yi1hNTk5LWVkNmM5YTg5NTYyOCJ9._ppKdmBaCB2RHjBTifMNP2xKNeLBfNPim2CiHSUd0Zg&e=Employees::Events::EmployeeCreated

  2. Resolve and Execute a connection webhook POST {{baseUrl}}/webhook/w/:id/:serviceId?e=Employees::Events::EmployeeCreated

  3. Resolve and Execute a connection webhook GET {{baseUrl}}/webhook/w/:id/:serviceId?e=Employees::Events::EmployeeCreated

  4. List event logs GET {{baseUrl}}/webhook/logs?limit=1

  5. List webhook subscriptions GET {{baseUrl}}/webhook/webhooks?limit=1

  6. Create webhook subscription POST {{baseUrl}}/webhook/webhooks

  7. Get webhook subscription GET {{baseUrl}}/webhook/webhooks/:id

  8. Update webhook subscription PATCH {{baseUrl}}/webhook/webhooks/:id

  9. Delete webhook subscription DELETE {{baseUrl}}/webhook/webhooks/:id

  10. Execute a webhook POST {{baseUrl}}/webhook/webhooks/:id/execute/:serviceId