Create a webhook.
An Atlas Project/Group ID.
The ObjectID of your application. The App Services API Project and Application IDs section demonstrates how to find this value.
The unique `_id` value of a service.
The webhook to create.
Optional
options: AxiosRequestConfig<any>Override http request option.
Create a webhook
WebhooksApiInterface
Delete a webhook.
An Atlas Project/Group ID.
The ObjectID of your application. The App Services API Project and Application IDs section demonstrates how to find this value.
The unique `_id` value of a service.
The unique `_id` value of an incoming webhook
Optional
options: AxiosRequestConfig<any>Override http request option.
Delete a webhook
WebhooksApiInterface
Retrieve a webhook.
An Atlas Project/Group ID.
The ObjectID of your application. The App Services API Project and Application IDs section demonstrates how to find this value.
The unique `_id` value of a service.
The unique `_id` value of an incoming webhook
Optional
options: AxiosRequestConfig<any>Override http request option.
Retrieve a webhook
WebhooksApiInterface
List webhooks.
An Atlas Project/Group ID.
The ObjectID of your application. The App Services API Project and Application IDs section demonstrates how to find this value.
The unique `_id` value of a service.
Optional
options: AxiosRequestConfig<any>Override http request option.
List webhooks
WebhooksApiInterface
Update a webhook.
An Atlas Project/Group ID.
The ObjectID of your application. The App Services API Project and Application IDs section demonstrates how to find this value.
The unique `_id` value of a service.
The unique `_id` value of an incoming webhook
The updated state of the webhook.
Optional
options: AxiosRequestConfig<any>Override http request option.
Update a webhook
WebhooksApiInterface
Generated using TypeDoc
WebhooksApi - interface
Export
WebhooksApi