Gets a Webhook Execution by Webhook Execution ID
getWebhookExecution(environment, xAuthToken, webhookExecutionId) .then(response => console.log(response.data)) .catch(error => console.error(error)); Copy
getWebhookExecution(environment, xAuthToken, webhookExecutionId) .then(response => console.log(response.data)) .catch(error => console.error(error));
Environment name: https://{{environment}}.bloomreach.io
BrX API Token
Webhook Execution ID
Gets a Webhook Execution by Webhook Execution ID
Example