Options
All
  • Public
  • Public/Protected
  • All
Menu

Class WebhooksApi

WebhooksApi - object-oriented interface

export

Hierarchy

  • BaseAPI
    • WebhooksApi

Index

Constructors

constructor

  • Parameters

    • Optional configuration: Configuration
    • basePath: string = ...
    • axios: AxiosInstance = ...

    Returns WebhooksApi

Properties

Protected axios

axios: AxiosInstance = ...

Protected basePath

basePath: string = ...

Protected configuration

configuration: undefined | Configuration

Methods

webhooksSiteSiteIdDelete

webhooksSiteSiteIdGet

  • webhooksSiteSiteIdGet(siteId: string, options?: any): Promise<AxiosResponse<InlineResponse2006[]>>
  • Get webhooks

    throws

    {RequiredError}

    memberof

    WebhooksApi

    Parameters

    • siteId: string

      Site ID

    • Optional options: any

    Returns Promise<AxiosResponse<InlineResponse2006[]>>

webhooksSiteSiteIdHistoryGet

  • webhooksSiteSiteIdHistoryGet(siteId: string, options?: any): Promise<AxiosResponse<InlineResponse2007[]>>
  • List webhook history

    throws

    {RequiredError}

    memberof

    WebhooksApi

    Parameters

    • siteId: string

      Site ID

    • Optional options: any

    Returns Promise<AxiosResponse<InlineResponse2007[]>>

webhooksSiteSiteIdPost

webhooksSiteSiteIdPut

Generated using TypeDoc