v1

latestOpenAPI 3.0.02026-07-14198572488.4 KB
Domains

Force validation status recheck

Forces a re-check of the domain's DNS records or HTTP responses for SSL and hostname validation

get/v1/sites/{id}/maindomain/recheck

Path parameters

idinteger required

ID of the Site you are interacting with

Example:8880000888

Query parameters

forceboolean

Response

OK

successboolean

whether the request succeeded

errorsstring[]
messagesstring[] nullable
resultstring

Example response

{
  "success": true,
  "errors": [],
  "messages": []
}