PulseGuard Documentation home page
Search...
⌘K
Support
Email
Dashboard
Dashboard
Search...
Navigation
Guides
API Reference
Dashboard
Support
API Documentation
Introduction
Authentication
Endpoints
GET
List
GET
Get
POST
Create
PUT
Update
DEL
Delete
GET
List
POST
Create
GET
Get
Update Device
DEL
Delete
POST
Regenerate token
Accessing Report Data
Toolbox
POST
Dns lookup
POST
Whois
POST
Ssl check
POST
Port scan
POST
Ip location
GET
Get ip
Statistics
GET
History
GET
Stats
Service Monitors
GET
List
POST
Create
GET
Get
PUT
Update
DEL
Delete
POST
Check
AI & Anomalies
POST
Analyze domain
GET
Get explanation
GET
Get summary
GET
Get anomalies
POST
Resolve anomaly
POST
Mark false positive
POST
Device insights
On this page
Response
Endpoints
List
This endpoint retrieves a list of all domains associated with your account.
Response
success
boolean
Indicates if the request was successful.
data
array
An array of domain objects.
id
integer
The unique identifier for the domain.
url
string
The URL of the domain.
uuid
string
The universally unique identifier for the domain.
monitor
object
An object containing the monitor status.
uptime_status
string
The current uptime status (e.g.,
up
,
down
).
certificate_status
string
The status of the SSL certificate (e.g.,
valid
,
expiring_soon
).
certificate_expiration_date
string
The expiration date of the SSL certificate.
pivot
object
An object containing user-specific information about the domain.
user_domain_name
string
The custom name given to the domain by the user.
Authentication
Get
Assistant
Responses are generated using AI and may contain mistakes.