post

POST /v2/dnsManagement/check-http — Check HTTP reachability for a client

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

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

FieldTypeRequiredDescription
clientIdstringYesID of the client to check

Response 200

{
  "success": true,
  "status": "reachable",
  "details": null,
  "message": null
}

Errors

StatusDescription
400clientId missing from the request body

Required role

Affiliate token required

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here!