v1
latestOpenAPI 3.0.32026-07-24156161.2 MBDomains
Add domain
Register a new domain. Only name is required; the assigned ip is returned for you to configure DNS.
Authentication: TextPeak API key in the Authorization header (see Authentication in the API Overview).
post/domains
Request body
Example request
{
"name": "example.com"
}Response
The created domain.
Example response
{
"id": 12,
"name": "example.com",
"ip": "192.0.2.10",
"status": "CONFIGURED"
}