Create 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
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.