cURL
curl --request GET \ --url https://api.ipulse.one/api/domains/{id} \ --header 'Authorization: Bearer <token>'
{ "id": "domain_123", "url": "https://example.com", "name": "My Website", "status": "active", "check_interval": 300, "last_check": "2023-11-07T05:31:56Z", "uptime_percentage": 50, "response_time_ms": 123, "ssl_expires_at": "2023-11-07T05:31:56Z", "tags": [ "<string>" ], "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" }
JWT Bearer token authentication
Domain details
"domain_123"
"https://example.com"
"My Website"
active
inactive
pending
"active"
300
0 <= x <= 100
Was this page helpful?