Domains /
Verify subdomain
Gets details about the given subdomain
Required permission
Account > Subdomains > General > Update
Path parameters
domain
string requiredName of the domainsubdomain
string requiredName of the subdomain
Response body
- {object}Response object.
data
{object} requiredResult data.
API
CLI
JS Client
POST /v1/domains/{domain}/subdomains/{subdomain}/verify
Example response
200 OK
The operation was performed successfully.
JSON
{
"data": {}
}
Example response
400 Bad Request
Failed to verify the subdomain.