Quickstart
This guide walks through creating a DarkRecon scan and retrieving full results viascan_id.
1) Set your API key
2) Start a scan
CallPOST /scan with either:
queries: a list of emails and/or phone numbersdomain: a domain to enumerate and scan
scan_id: UUID used to fetch full resultsstatus:success,no_results, orno_queriestotal_breaches: count of breaches found
3) Retrieve full scan results
queriesand optionaldomainresults.data: values by category (emails, usernames, passwords, IPs, etc.)results.counts: aggregated counts per categoryresults.occurrences: breach-source occurrence metadata
Next steps
/darkrecon/api/start-scan/darkrecon/api/get-scan-results/darkrecon/schemas/scan-request/darkrecon/schemas/scan-result
