v1
latestOpenAPI 3.0.32026-07-1419076.2 KBCreate Domain
This endpoint creates a new domain and associates it with the client.
post/domains
Request body
Response
201
Example response
{
"data": {
"name": "seebot.test",
"url": "seebot.test",
"status": "active",
"scope": "client",
"id": 1000
}
}