Skip to main content
POST
Create group
You can create multiple groups to organize your monitors effectively.
Each group must have a unique slug.
You can create unlimited groups on all plans.

Authorizations

X-Api-Key
string
header
required

API key used to authenticate yourself on DNSRadar. Obtain your API key from your DNSRadar dashboard.

Body

application/json
name
string
required
Maximum string length: 250
Example:

"Premium Accounts"

slug
string

URL-friendly identifier for the group (auto-generated from name if not provided)

Example:

"premium-accounts"

webhooks
string[]

Array of webhook UUIDs to attach to this group

Example:

Response

Group created

Group for organizing monitors

id
string

Group identifier with 'grp_' prefix

Example:

"grp_abc123..."

slug
string

URL-friendly identifier

Example:

"production-servers"

name
string

Display name

Example:

"Production Servers"

is_default
boolean

Whether this is the default group

monitors
integer

Number of monitors in this group

Example:

42

webhooks
string[]

List of webhook UUIDs associated with this group

Webhook UUID with 'whk_' prefix

Example: