Appearance
GET/api/v1/tenant/domains/{host}/verification
Parameters 1
| Name | Type | Description |
|---|---|---|
hostrequired | path · string |
ReturnsResponseDomainVerificationView
Response examples
200OK
{
"statusCode": 0,
"statusMessage": "string",
"data": {
"host": "string",
"token": "string",
"dnsTxtValue": "string",
"dnsNameHint": "string"
},
"errors": [
{
"code": "string",
"message": "string",
"field": "string"
}
]
}