v1

latestOpenAPI 3.1.0Apache 2.02026-07-245981,1853.0 MB
Domains

Create or Update Domain Group

Use this API to create a new domain group or update an existing domain group.

post/api/cmp/v1/domains/{domainId}/domaingroup

Path parameters

domainIdstring uuid required

The unique identifier of the domain.

Request body

removeExistingboolean

This flag indicates whether to remove existing configurations before applying new ones.

urlsstring[]

The list of URLs to be processed or managed.

Example request

{
  "urls": [
    "example.com",
    "test.com",
    "onetrust.com"
  ]
}

Response

Created