Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt

Use this file to discover all available pages before exploring further.

Get breach records associated with a domain name.
External DocumentationTo learn more, visit the SpyCloud documentation.

Basic Parameters

ParameterDescription
CursorThe pagination token used to specify a results page. Can be obtained from the cursor property from a previous response.

Note: Cursor values expire after approximately 2 minutes. Each page contains up to 1,000 records.
DomainThe domain name to search for.

Note: You can also search using the sha1, sha256, or sha512 hash of the domain.
SaltThe salt to use for hashing when hashing is enabled for your API key.

Important Notes:
* Using this parameter will override the salt parameter that is tied to the API key.
* Must be 10 to 24 characters with high entropy.
SeverityA comma-separated list of numeric severity codes to filter results by.
Source IDA comma-separated list of numeric source IDs to filter results by.
TypeThe record type to filter results by.

Advanced Parameters

ParameterDescription
SinceThe starting date to filter results from.
Since Modification DateThe starting date for a range query on record_modification_date.
UntilThe ending date to filter results until.
Until Modification DateThe ending date for a range query on record_modification_date.

Workflow Library Example

Get Records by Domain with Spycloud and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop