Skip to content

WebhooksModule

new WebhooksModule(client): WebhooksModule

ApiClient

WebhooksModule

createWebhook(payload): Promise<any>

string[]

string

string

string

string

Promise<any>


deleteWebhook(id): Promise<any>

string

Promise<any>


getWebhooks(): Promise<any[]>

Promise<any[]>


updateWebhook(id, payload): Promise<any>

string

string[]

string

string

string

string

Promise<any>