Gets All Webhook Executions
getAllWebhookExecutions(environment, xAuthToken) .then(response => console.log(response.data)) .catch(error => console.error(error)); Copy
getAllWebhookExecutions(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 Executions
Example