Signup quality
Down-rank brand-new or high-risk domains during registration and affiliate onboarding.
Security API
Get a 0–100 risk-style score, level, and weighted signals for any domain. The Syndaq Domain Reputation API combines age, mail auth readiness, and related abuse indicators into structured JSON.
At a glance
Use cases
Down-rank brand-new or high-risk domains during registration and affiliate onboarding.
Add domain reputation context to KYC and payment risk decisions.
Prioritize complainants and spoof reports with a single score snapshot.
Attach domain risk level to CRM leads before sales outreach.
Integration
Subscribe to a Domain Reputation plan and copy your dr_sec_ secret key from the client area.
Call /v1/domainrep/lookup/{domain} or ?domain=.
Allow low, challenge medium, and block or escalate high—using signals for audit trails.
Example
Every response includes a request_id for support correlation.
Rate limit and quota headers are returned on authenticated routes so you can backoff gracefully.
Authenticated with your Syndaq secret key over HTTPS. Score is risk-oriented (higher = more risky). Individual signals may soft-fail; a score is still returned when possible.
curl -s "https://api.syndaq.com/v1/domainrep/lookup/example.com" \
-H "Authorization: Bearer dr_sec_YOUR_SECRET_KEY"
{
"success": true,
"domain": "example.com",
"cached": true,
"score": 18,
"level": "low",
"signals": [
{ "code": "domain_age", "detail": "Domain older than one year", "weight": 0 },
{ "code": "email_auth", "detail": "Mail authentication readiness is strong", "weight": 0 }
],
"request_id": "c4d5e6f789012345678901234567de"
}
Reference
Included with your Syndaq Domain Reputation plan.
| Method | Path | Description |
|---|---|---|
| GET | /v1/domainrep/lookup |
Score a domain via ?domain= query parameter. |
| GET | /v1/domainrep/lookup/{domain} |
Score a domain in the URL path. |
| GET | /v1/domainrep/status |
Returns plan limits and quota for the authenticated key. |
Pricing
Transparent limits. Upgrade when your traffic grows—no surprise overages without a plan change.
Development and light production lookups.
Higher throughput for production apps.
High-volume lookups with priority limits.
FAQ
Pick a plan, create your keys in the client area, and start calling the API in minutes.
Choose a plan Ask a question