Embed live cybersecurity ratings directly into your platform, dashboard, or workflow. Our REST API gives you real-time access to 250+ data points on any rated US organization.
All API requests must be made over HTTPS. HTTP requests will be rejected. The API uses JSON for all request and response bodies.
Authenticate using your API key as a Bearer token in the Authorization header. Find your key in your account dashboard.
Never expose your API key in client-side code. Always make API calls from your server. Rotate keys immediately if compromised.
| Plan | Requests / Minute | Requests / Month | Batch Size | Webhooks |
|---|---|---|---|---|
| Professional | 60 | 1,000 | 10 domains | |
| Business | 300 | 10,000 | 100 domains | |
| Enterprise | Unlimited | Unlimited | 1,000 domains |
Rate limit headers are included in every response:
X-RateLimit-Limit,
X-RateLimit-Remaining,
X-RateLimit-Reset
All endpoints return JSON and accept JSON request bodies. Authentication via Bearer token is required on all endpoints.
/ratings
domain
include_details
include_history
/ratings/batch
/search
q
industry
min_grade
state
limit
offset
/monitor
/monitor/{id}
/account
400
error.message field for
details.
401
Authorization header is
correct.
403
404
429
X-RateLimit-Reset for retry
time.
500
List endpoints use offset-based pagination. Use
limit
and
offset
parameters. Max page size is 100.
Report bugs, request features, and view open issues on our public GitHub repository.
Open GitHubEmail our developer success team for integration help, advanced questions, and enterprise onboarding.
[email protected]Join our Discord server to connect with other developers, share integrations, and get real-time help from our team.
Join DiscordAPI access is available on Business and Enterprise plans. Upgrade your account or contact our team to get your API key and start integrating today.