Domains
Register and inspect the domains your account tracks.
A tracked domain is the unit of subscription billing and scan scheduling. Adding a domain enrolls it into your plan's scan cadence; the return payload includes the domain_id you pass into every other endpoint on this page. Professional keys can list and inspect domains; Business keys can add and remove them.
The same domains appear in the dashboard under "Tracked domains". The Data API and the dashboard share one source of truth: a change made in either place shows up in the other on the next read.
GET
/
domainsQuery Parameters
cursorCursor
Opaque cursor returned by the previous page
Header Parameters
X-API-KeyX-Api-Key
Successful Response
POST
/
domainsRequest Body
application/jsonRequired[key: string]any
Header Parameters
X-API-KeyX-Api-Key
Idempotency-KeyIdempotency-Key
Successful Response
GET
/
domains/{domain_id}Successful Response
DELETE
/
domains/{domain_id}Path Parameters
domain_idRequiredDomain Id
Header Parameters
X-API-KeyX-Api-Key
Idempotency-KeyIdempotency-Key
Successful Response