post

POST /v2/dnsManagement/check-dns — Check DNS status for a client

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

Checks the DNS propagation status for a specific client's patient dashboard. Returns the current DNS check status and a status message.

Request body

FieldTypeRequiredDescription
clientIdstringYesID of the client to check

Response 200

{
  "success": true,
  "status": "valid",
  "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!