White-label
Verify Custom Domain DNS
Check whether the configured custom_domain points to api.astroway.info via CNAME. Persists the result. If only A records resolve, returns them with a hint to switch to CNAME.
post/whitelabel/domain/verify
Request body
EmptyBody required
This endpoint reads nothing from the request body. Send {} (or any object, which is ignored).
Response
Successful calculation
Example response
{
"ok": true
}Changes
Changed in 1 of the 13 revisions of this API.1
- ▲
added required request body
request-body-added-required
- ▲