For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Logo
Resources
Log inGet a demo
Get startedAPI referenceImplementation
Get startedAPI referenceImplementation
    • Overview
          • The CompanyInfo object
          • GET/company-info
          • GET/company-info/{id}

Get started

  • Overview
  • Introduction
  • Unified API
  • Linked Account
  • Merge Link
  • Use cases

Implementation

  • Sandboxes
  • SDKs
  • API access
  • Syncing data
  • Writing data
  • Data minimization
  • Supplemental data
  • Errors
  • Integration metadata

API reference

  • ATS
  • HRIS
  • Accounting
  • Ticketing
  • CRM
  • File Storage
  • Knowledge Base
  • Chat

Resources

  • Help Center
  • Merge.dev
  • Changelog
© Merge 2026Terms of usePrivacy policy
UnifiedAgent HandlerGateway
UnifiedAgent HandlerGateway
Resources
Log inGet a demo
Common ModelsCompany Info

The CompanyInfo object

The CompanyInfo Object
1{
2 "id": "string",
3 "remote_id": "string",
4 "created_at": "2023-01-01T00:00:00Z",
5 "modified_at": "2023-01-01T00:00:00Z",
6 "name": "string",
7 "legal_name": "string",
8 "tax_number": "string",
9 "fiscal_year_end_month": 0,
10 "fiscal_year_end_day": 0,
11 "currency": "XUA",
12 "remote_created_at": "2023-01-01T00:00:00Z",
13 "urls": [
14 "string"
15 ],
16 "addresses": [
17 {
18 "created_at": "2023-01-01T00:00:00Z",
19 "modified_at": "2023-01-01T00:00:00Z",
20 "type": "BILLING",
21 "street_1": "string",
22 "street_2": "string",
23 "city": "string",
24 "state": {},
25 "country_subdivision": "string",
26 "country": "AF",
27 "zip_code": "string"
28 }
29 ],
30 "phone_numbers": [
31 {
32 "created_at": "2023-01-01T00:00:00Z",
33 "modified_at": "2023-01-01T00:00:00Z",
34 "number": "string",
35 "type": "string"
36 }
37 ],
38 "remote_was_deleted": true,
39 "field_mappings": {
40 "organization_defined_targets": {
41 "string": {}
42 },
43 "linked_account_defined_targets": {
44 "string": {}
45 }
46 },
47 "remote_data": [
48 {
49 "path": "string",
50 "data": {}
51 }
52 ]
53}
Was this page helpful?
Previous

/cash-flow-statements/{id}

Next

/company-info

The CompanyInfo object contains information about the company of the linked account. If the company has multiple entities (also known as subsidiaries), each entity may show up as a single CompanyInfo record.

idstringOptionalRead-onlyformat: "uuid"
remote_idstring or nullOptional

The third-party API ID of the matching object.

created_atdatetimeOptionalRead-only
The datetime that this object was created by Merge.
modified_atdatetimeOptionalRead-only
The datetime that this object was modified by Merge.
namestring or nullOptional
The company's name.
legal_namestring or nullOptional
The company's legal name.
tax_numberstring or nullOptional
The company's tax number.
fiscal_year_end_monthinteger or nullOptional1-12
The company's fiscal year end month.
fiscal_year_end_dayinteger or nullOptional1-31
The company's fiscal year end day.
currencyenum or nullOptional
The currency set in the company's accounting platform. The currency code in ISO 4217 format.
remote_created_atdatetime or nullOptional
When the third party's company was created.
urlslist of strings or nullOptional
The company's urls.
addresseslist of objectsOptional
phone_numberslist of objectsOptional
remote_was_deletedbooleanOptionalRead-only

Indicates whether or not this object has been deleted in the third party platform. Full coverage deletion detection is a premium add-on. Native deletion detection is offered for free with limited coverage. Learn more.

field_mappingsobject or nullOptionalRead-only
remote_datalist of objects or nullOptionalRead-only