Skip to content

List the domains associated with the users organization

GET
/v1/organizations/domains
curl --request GET \
--url https://api.adversarial.com/api/v1/organizations/domains

List all domains for the organization

Media typeapplication/json
object
domains
required
Array<object>

Provides information about a domain

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

Organization not found