Skip to content

AddDomainBinding

POST
/api/admin/orgs/{slug}/domains
curl --request POST \
--url https://demo.consystence.com/api/admin/orgs/example/domains \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{ "domain": "example" }'
slug
required
string
Media typeapplication/json
object
domain
string
nullable
Examplegenerated
{
"domain": "example"
}

OK