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
Example request
{
"urls": [
"example.com",
"test.com",
"onetrust.com"
]
}Response
Created