GreenXHQ REST API
Automate supplier risk screening at scale. Screen thousands of companies in minutes with our REST API integration.
Bulk Processing
Screen entire supplier databases in one API call. Upload CSV, get results in JSON.
Automated Workflows
Integrate directly into your procurement, onboarding, or compliance systems.
Real-Time Updates
Webhooks for risk score changes. Stay informed when your counterparties get flagged.
Enterprise Security
API keys, rate limits, audit logs. Built for compliance teams.
What You'll Get
POST https://api.greenxhq.com/v1/screen
{
"companies": ["Example Corp", "Another Ltd"],
"include_parent": true,
"webhook_url": "https://your-system.com/webhook"
}
Response:
{
"results": [
{
"company": "Example Corp",
"risk_score": 88,
"risk_level": "high",
"exclusions": [...],
"recommendation": "enhanced_due_diligence"
}
]
}
Join the API Waitlist
Be among the first to access our REST API. We're currently testing company name matching and will notify you when it's ready.