Gets All Webhook Configurations
getAllWebhookConfigurations(environment, xAuthToken) .then(response => console.log(response.data)) .catch(error => console.error(error)); Copy
getAllWebhookConfigurations(environment, xAuthToken) .then(response => console.log(response.data)) .catch(error => console.error(error));
Environment name: https://{{environment}}.bloomreach.io
BrX API Token
Gets All Webhook Configurations
Example