{ "name": "fullcontact", "category": "enrichment", "endpoint": "https://api.fullcontact.com/v3/person.enrich", "method": "POST", "requires_auth": true, "selectors": { "social": "$.socialProfiles" }, "rate_limit": 1.0, "headers": { "Authorization": "Bearer {FULLCONTACT_API_KEY}" }, "payload_template": { "email": "{target}" }, "api_key_slots": [ "{FULLCONTACT_API_KEY}" ], "input_type": "email", "output_type": [ "username", "domain" ], "normalization_map": {}, "tags": [ "passive" ], "health_check_url": "https://api.fullcontact.com", "expected_status": 200, "reliability_score": 4, "backup_endpoints": [], "confidence": 0.85 }