Webhooks Integration

Number of APIs: 8

  1. Get a webhook integration GET {{baseUrl}}/api/v1/integration/webhooks/configuration/webhooks/:webhook_name

  2. Delete a webhook DELETE {{baseUrl}}/api/v1/integration/webhooks/configuration/webhooks/:webhook_name

  3. Get a custom variable GET {{baseUrl}}/api/v1/integration/webhooks/configuration/custom-variables/:custom_variable_name

  4. Update a custom variable PUT {{baseUrl}}/api/v1/integration/webhooks/configuration/custom-variables/:custom_variable_name

  5. Delete a custom variable DELETE {{baseUrl}}/api/v1/integration/webhooks/configuration/custom-variables/:custom_variable_name

  6. Update a webhook PUT {{baseUrl}}/api/v1/integration/webhooks/configuration/webhooks/:webhook_name

  7. Create a webhooks integration POST {{baseUrl}}/api/v1/integration/webhooks/configuration/webhooks

  8. Create a custom variable POST {{baseUrl}}/api/v1/integration/webhooks/configuration/custom-variables