Gets All Webhook Executions

getAllWebhookExecutions(environment, xAuthToken)
.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

    Returns AxiosPromise