Optional
configuration: 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
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
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
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
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
Generated using TypeDoc
WebhooksApi - axios parameter creator