← Back to docs
Verification Reports
GET/v1/reports
List Verification Reports
Returns up to 100 reports. Each entry includes the outcome status, risk level, company details, and evidence metadata. Full snapshot data is included in each record.
When to use it
Practical implementation contexts
Display report history in an internal compliance dashboard
Audit which companies have been verified and when
Build a portfolio view of monitored companies
Auth
Access model
Authentication
API key or session token
Request
curl https://api.entylink.com/v1/reports \
-H "Authorization: Bearer etl_live_xxx"
Response
Response exampleapplication/json
{
"data": [
{
"id": "vr_abc123def456gh78",
"company_number": "08804411",
"company_name": "REVOLUT LTD",
"outcome": { "status": "pass", "risk_level": "none" },
"evidence": {
"generated_at": "2026-05-03T12:00:00.000Z",
"source": "Companies House"
}
}
]
}Related pages
Keep moving from docs into implementation and evaluation
Next step
Move from docs into a real registry workflow.
Entylink is built for teams embedding UK company data, verification, and monitoring into products rather than manually browsing the register.