AVAILABLE
Vendor Risk
Vendor Entity Resolve
Read-only customer-evidence identity checks for names, addresses, and email-domain baselines. It does not claim official verification.
CONTRACT
Predictable for agents. Legible for reviewers.
- REST
POST /v1/vendors/entity-resolutions- MCP tool
resolve_vendor_entity- Inputs
- Vendor name, aliases, optional address/domain, and optional customer-controlled expected values.
- Returns
- CLEAR, REVIEW_REQUIRED, or BLOCKED with exact mismatch evidence and a next action.
- Latency
- Synchronous
- Usage unit
- Control check
AGENT-READABLE EXCEPTIONS
VENDOR_NAME_MISMATCHVENDOR_ADDRESS_MISMATCHVENDOR_DOMAIN_UNAPPROVEDEXAMPLE REQUEST
POST /v1/vendors/entity-resolutions
Authorization: Bearer apc_...
Content-Type: application/json
{
"vendor_name": "Acme, Inc.",
"aliases": [
"Acme"
],
"expected_name": "Acme Inc"
}REPRESENTATIVE RESPONSE
{
"product": "Vendor Entity Resolve",
"status": "COMPLETED",
"decision": "CLEAR",
"exceptions": [],
"evidence": {
"canonical_name": "Acme Inc",
"aliases_checked": 1,
"domain_checked": false
},
"next_action": "Use the customer-supplied canonical mapping in the authorized workflow."
}Use Vendor Entity Resolve through RapidAPI.
Choose a capped marketplace plan, copy the generated request, and route the structured result through your own authorized workflow.