Getting started
Make your first request
You need an active ThreatPrevent API key and a single HTTPS request.
1
Get an API key
Subscribe to a plan and copy the API key shown after checkout.
2
Send a request
Pass your key in the x-api-key header and submit JSON.
3
Use the result
Apply the Low, Medium or High risk signal to your workflow.
Example: payment risk
cURL
curl -X POST https://api.threatprevent.io/v1/payment-risk \
-H "Content-Type: application/json" \
-H "x-api-key: YOUR_API_KEY" \
-d '{"email":"accounts@example.com"}'Next
Review Authentication, Billing & usage, and the endpoint reference before moving a production workflow onto the API.
