Class WebhookEndpointsApi

WebhookEndpointsApi - object-oriented interface

Export

Hierarchy

  • BaseAPI
    • WebhookEndpointsApi

Constructors

Properties

axios: AxiosInstance = globalAxios
basePath: string = BASE_PATH
configuration: undefined | Configuration

Methods

  • Deletes a Webhook Endpoint. This cannot be undone.

    Summary

    Delete a Webhook Endpoint

    Throws

    Memberof

    WebhookEndpointsApi

    Parameters

    Returns Promise<AxiosResponse<object, any>>

  • Updates the Webhook Endpoint by setting the values of the provided parameters. Any parameters not provided will be left unchanged.

    Summary

    Update a Webhook Endpoint

    Throws

    Memberof

    WebhookEndpointsApi

    Parameters

    Returns Promise<AxiosResponse<WebhookEndpoint, any>>

Generated using TypeDoc