cURL
curl --request GET \ --url https://app.pulseguard.nl/api/v2/domains \ --header 'Authorization: Bearer <token>'
{ "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" } ] }
Retrieve a list of all domains for the authenticated user (Expert Plan required)
up
down
valid
expiring_soon
API token generated from your PulseGuard dashboard
Page number for pagination
Number of items per page
x <= 100
Domains retrieved successfully
true
Success message
Response data as array
Show child attributes