Domains
Register the domains you scan with the Console API so keyword and platform defaults follow them across runs.
Console-managed domains are separate from dashboard-tracked domains. A Console domain is a lightweight record that stores default keywords and platforms for a target site, so you can reuse them on every scan submission without repeating yourself in the request body. The domain_id returned here is what you pass to POST /scans later.
Creation and deletion are both available on any Console account; there is no tier gate on the Console API.
GET
/
domainsHeader 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