v1

latestOpenAPI 3.1.0License and Price2026-07-1722542.4 KB

Synchronous Export Leaked Accounts

Use this function to query leaked accounts and return them immediately.

Note: You should use the asynchronous function /accounts/csv as this one might miss results that are not available within the given timeout. Searching for leaked accounts may take minutes, especially when searching for domains that have thousands of results. Internally the API must fetch the entire data for each individual result which often results internally in Gigabytes of traffic and potentially causes delays.

The default timeout is 10 minutes. The client must make sure to allow for such high HTTP timeouts on the client side. The timeout must not be higher than 1 hour, which is the HTTP server write timeout.

get/accounts/1

Query parameters

selectorstring required

Search term

bucketstring
limitinteger

Result limit

timeoutinteger required
  • Set a timeout value for the search. If omitted or set to 0, the default is used.
datefromstring
Example:2024-01-01 00:00:00

Date from of the result in YYYY-mm-dd HH:ii:ss format. (Not RFC3339)

datetostring
Example:2024-01-31 23:59:59

Date to of the result in YYYY-mm-dd HH:ii:ss format. (Not RFC3339)

terminatestring[]

Optional: ID of previous search to terminate to save system resources.

Response

JSON array of CSVRecord