get
https://example.com
POST /v2/dnsManagement/check-http — Check HTTP reachability for a client
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Checks HTTP reachability for a specific client's patient dashboard. Verifies that the domain resolves and returns a 2xx response over HTTP/HTTPS.
Request body
| Field | Type | Required | Description |
|---|---|---|---|
clientId | string | Yes | ID of the client to check |
Response 200
200{
"success": true,
"status": "reachable",
"details": null,
"message": null
}Errors
| Status | Description |
|---|---|
| 400 | clientId missing from the request body |
Required role
Affiliate token required
