Appearance
POST/api/v1/platform/tenants/{tenantId}/domains/{host}/verify
Parameters 2
| Name | Type | Description |
|---|---|---|
tenantIdrequired | path · integer | |
hostrequired | path · string |
ReturnsResponseDomainView
Response examples
200OK
{
"statusCode": 0,
"statusMessage": "string",
"data": {
"host": "string",
"primary": true,
"verified": true
},
"errors": [
{
"code": "string",
"message": "string",
"field": "string"
}
]
}