A business can go by one or multiple names.
"names": [
{
"name": "MIDDESK INC",
"sources": [
{
"id": "f074244d-5cf3-4703-950a-73a7d54ee555",
"type": "registration",
"metadata": {
"file_number": "C4221590",
"state": "CA"
}
},
{
"id": "02c1dcb2-6405-478b-9b94-78c7cbea99",
"type": "website",
"metadata": {
"url": "https://www.middesk.com"
}
}
]
},
{
"name": "MIDDESK",
"sources": {
"id": "w026445j-5ofb-2401-527b-27a6d84pw947",
"type": "registration",
"metadata": {
"file_number": "DE5267854",
"state": "DE"
}
}
}
]
Attribute | Type | Description |
---|---|---|
name | string | The known names that are tied to the business you are verifying |
sources | object[] | An array of source objects containing information about where this name is found |
sources[].id | string | Id of the source object |
sources[].type | string | The type of the source object |
sources[].metadata | object | Additional metadata to identify the source object |