cURL
curl --request GET \ --url https://app.pulseguard.nl/api/check-domain
{ "success": true, "message": "<string>", "data": { "domain": "<string>", "available": true, "reachable": true, "response_time": 123 } }
Check if a domain is available for monitoring (Public endpoint)
Domain name to check
Domain check completed
The response is of type object.
object