Files
nox-project-nox-framework/sources/tines_breach.json
T
2026-04-07 10:17:43 +02:00

30 lines
672 B
JSON

{
"name": "tines_breach",
"category": "breaches",
"endpoint": "https://api.tines.com/breaches/{target}",
"method": "GET",
"requires_auth": true,
"selectors": {
"breaches": "$.breaches"
},
"rate_limit": 1.0,
"headers": {
"Authorization": "Bearer {TINES_API_KEY}"
},
"api_key_slots": [
"{TINES_API_KEY}"
],
"input_type": "email",
"output_type": [
"email"
],
"normalization_map": {},
"tags": [
"passive"
],
"health_check_url": "https://api.tines.com",
"expected_status": 200,
"reliability_score": 3,
"backup_endpoints": [],
"confidence": 0.7
}