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