Skip to content

Add a domain to the users organization

POST
/v1/organizations/domains
curl --request POST \
--url https://api.adversarial.com/api/v1/organizations/domains \
--header 'Content-Type: application/json' \
--data '{ "name": "example" }'
Media typeapplication/json
object
name
required
string
Examplegenerated
{
"name": "example"
}

Domain added

Media typeapplication/json

Provides information about a domain

object
name
required
string
verified
required
boolean
Examplegenerated
{
"name": "example",
"verified": true
}

Organization not found

Domain already exists