Start a subdomain search
Begin reading the public record of subdomains for a domain. Returns immediately with a pending search; poll the search endpoint until it reaches a terminal status. It usually answers in seconds, but a domain the fast index does not cover falls back to reading raw certificate logs, which is slow and frequently has to be retried — which is why this does not answer inline.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
Start a search for one domain's subdomains.
The domain to search, e.g. slack.com. A pasted URL is trimmed.
1 - 512Response
Successful Response
One search and whatever it has found so far.
Discovered hostnames, newest first sighting first. Empty until the search succeeds.
Whether running the same search again could plausibly work.
Where one subdomain search has got to.
pending, running, succeeded, failed