cURL
curl --request GET \ --url https://api.ipulse.one/api/domains \ --header 'Authorization: Bearer <token>'
{ "data": [ { "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" } ], "pagination": { "total": 123, "limit": 123, "offset": 123, "has_more": true } }
JWT Bearer token authentication
active
inactive
pending
1 <= x <= 200
x >= 0
List of domains
Show child attributes
Was this page helpful?