Create group
Groups
Create group
Create a new group.
POST
Create group
You can create multiple groups to organize your monitors effectively.Documentation Index
Fetch the complete documentation index at: https://developers.dnsradar.dev/llms.txt
Use this file to discover all available pages before exploring further.
Each group must have a unique slug.
You can create unlimited groups on all plans.
Authorizations
API key used to authenticate yourself on DNSRadar. Obtain your API key from your DNSRadar dashboard.
Body
application/json
Response
Group created
Group for organizing monitors
Group identifier with 'grp_' prefix
Example:
"grp_abc123..."
URL-friendly identifier
Example:
"production-servers"
Display name
Example:
"Production Servers"
Whether this is the default group
Number of monitors in this group
Example:
42
List of webhook UUIDs associated with this group
Webhook UUID with 'whk_' prefix
Example:
["whk_abc123...", "whk_def456..."]

