Skip to main content
POST

Authorizations

string | header
required
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

string
required
The display name of the suppression group. Must be between 1 and 200 characters.
string
An optional human-readable description of the suppression group.
boolean
Whether the suppression group is active. Defaults to true if not specified.

Response

Suppression group created successfully
boolean
Example: true
object
The created suppression group.