Webhooks Integration
Number of APIs: 8
-
Get a webhook integration GET {{baseUrl}}/api/v1/integration/webhooks/configuration/webhooks/:webhook_name
-
Delete a webhook DELETE {{baseUrl}}/api/v1/integration/webhooks/configuration/webhooks/:webhook_name
-
Get a custom variable GET {{baseUrl}}/api/v1/integration/webhooks/configuration/custom-variables/:custom_variable_name
-
Update a custom variable PUT {{baseUrl}}/api/v1/integration/webhooks/configuration/custom-variables/:custom_variable_name
-
Delete a custom variable DELETE {{baseUrl}}/api/v1/integration/webhooks/configuration/custom-variables/:custom_variable_name
-
Update a webhook PUT {{baseUrl}}/api/v1/integration/webhooks/configuration/webhooks/:webhook_name
-
Create a webhooks integration POST {{baseUrl}}/api/v1/integration/webhooks/configuration/webhooks
-
Create a custom variable POST {{baseUrl}}/api/v1/integration/webhooks/configuration/custom-variables