get
https://example.com
POST /v2/dnsManagement/check-dns — Check DNS status for a client
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Checks the DNS propagation status for a specific client's patient dashboard. Returns the current DNS check status and a status message.
Request body
| Field | Type | Required | Description |
|---|---|---|---|
clientId | string | Yes | ID of the client to check |
Response 200
200{
"success": true,
"status": "valid",
"details": null,
"message": null
}Errors
| Status | Description |
|---|---|
| 400 | clientId missing from the request body |
Required role
Affiliate token required
