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 exposure statistics for an email address and its domain.
External DocumentationTo learn more, visit the SpyCloud documentation.

Parameters

ParameterDescription
EmailThe email address to retrieve stats for.
Skip DomainSelect to skip domain stat results and return email stats only.

Note: Use this to improve response time.

Example Output

{
	"email": {
		"last_discovered_days_ago": 1,
		"records": 6239,
		"related_sources": 1178,
		"value": "test@email.com"
	},
	"domain": {
		"last_discovered_days_ago": 0,
		"records": 17441073,
		"related_sources": 32206,
		"value": "email.com"
	}
}

Workflow Library Example

Get Stats for Email with Spycloud and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop