Class WebhooksApi

WebhooksApi - object-oriented interface

Export

Hierarchy

  • BaseAPI
    • WebhooksApi

Constructors

  • Parameters

    • Optional configuration: Configuration
    • basePath: string = BASE_PATH
    • axios: AxiosInstance = globalAxios

    Returns WebhooksApi

Properties

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

Methods

  • Parameters

    Returns Promise<AxiosResponse<void, any>>

    Summary

    Method redeliver a specific webhook delivery

    Throws

    Memberof

    WebhooksApi

  • Parameters

    Returns Promise<AxiosResponse<void, any>>

    Summary

    Method deletes a webhook

    Throws

    Memberof

    WebhooksApi

  • Parameters

    Returns Promise<AxiosResponse<Events, any>>

    Summary

    Method return a list of available webhook events

    Throws

    Memberof

    WebhooksApi

Generated using TypeDoc