Optional
configuration: ConfigurationProtected
axiosProtected
baseProtected
configurationCreate 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
WebhooksApi
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
WebhooksApi
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
WebhooksApi
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
WebhooksApi
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
WebhooksApi
Generated using TypeDoc
WebhooksApi - object-oriented interface
Export