Request URL
Notification Group can be created using two methods:
PUT | https://api.dotcom-monitor.com/config_api_v1/groups |
POST | https://api.dotcom-monitor.com/config_api_v1/groups?verb=PUT |
Header Parameters
Content-Type: application/json
Required Body Parameters
To specify a JSON object parameters for a new notification group, we recommend you get an existed group info first and use the response as a sample for a new group object. Find the description of the fields in the API: Notification Group Methods Overview.
The following fields are required in the request body:
Field | Type | Required/Optional | Description | |
Name |
string |
required |
The name of a new group.
Example:
|
Success Response
Field |
Type |
Description |
Result |
int32 |
The unique id for the group. |