Gets a Webhook Execution by Webhook Execution ID

getWebhookExecution(environment, xAuthToken, webhookExecutionId)
.then(response => console.log(response.data))
.catch(error => console.error(error));
  • Parameters

    • environment: string

      Environment name: https://{{environment}}.bloomreach.io

    • xAuthToken: string

      BrX API Token

    • webhookExecutionId: string

      Webhook Execution ID

    Returns AxiosPromise