cURL
curl --request POST \ --url https://app.pulseguard.nl/api/v1beta/domains \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "name": "example.com", "url": "https://example.com" }'
{ "success": true, "message": "<string>", "data": { "uuid": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "url": "<string>", "status": "up", "response_time": 123, "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" } }
Create a new domain monitor (Expert Plan required)
API token generated from your PulseGuard dashboard
Domain created successfully
The response is of type object.
object