Alloy · Schema
Alloy Business Entity
Represents a business entity (KYB) in the Alloy Identity platform
Identity DecisioningIdentity VerificationKYCKYBAMLFraud PreventionCredit UnderwritingOngoing MonitoringCase ManagementFintechBanking
Properties
| Name | Type | Description |
|---|---|---|
| entity_token | string | Unique token identifying the business entity, prefixed with 'B-' |
| external_entity_id | string | Your system's identifier for this entity |
| company_name | string | Legal business name |
| company_dba_name | string | Doing business as name |
| company_type | string | Business type (LLC, Corp, etc.) |
| company_ein | string | Employer Identification Number |
| company_industry | string | Business industry category |
| company_website | string | Business website URL |
| company_phone_number | string | Business phone number |
| company_email | string | Business email address |
| addresses | array | Business addresses |
JSON Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://raw.githubusercontent.com/api-evangelist/alloy/main/json-schema/alloy-business-entity.json",
"title": "Alloy Business Entity",
"description": "Represents a business entity (KYB) in the Alloy Identity platform",
"type": "object",
"properties": {
"entity_token": {
"type": "string",
"description": "Unique token identifying the business entity, prefixed with 'B-'"
},
"external_entity_id": {
"type": "string",
"description": "Your system's identifier for this entity"
},
"company_name": {
"type": "string",
"description": "Legal business name"
},
"company_dba_name": {
"type": "string",
"description": "Doing business as name"
},
"company_type": {
"type": "string",
"description": "Business type (LLC, Corp, etc.)"
},
"company_ein": {
"type": "string",
"description": "Employer Identification Number"
},
"company_industry": {
"type": "string",
"description": "Business industry category"
},
"company_website": {
"type": "string",
"format": "uri",
"description": "Business website URL"
},
"company_phone_number": {
"type": "string",
"description": "Business phone number"
},
"company_email": {
"type": "string",
"format": "email",
"description": "Business email address"
},
"addresses": {
"type": "array",
"description": "Business addresses",
"items": {
"type": "object",
"properties": {
"line_1": {
"type": "string"
},
"line_2": {
"type": "string"
},
"city": {
"type": "string"
},
"state": {
"type": "string"
},
"zip": {
"type": "string"
},
"country_code": {
"type": "string"
}
}
}
}
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/alloy-com-business-entity"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.