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 Address object
          • GET/addresses/{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 ModelsAddresses

The Address object

The Address Object
1{
2 "created_at": "2023-01-01T00:00:00Z",
3 "modified_at": "2023-01-01T00:00:00Z",
4 "type": "BILLING",
5 "street_1": "string",
6 "street_2": "string",
7 "city": "string",
8 "state": {},
9 "country_subdivision": "string",
10 "country": "AF",
11 "zip_code": "string"
12}
Was this page helpful?
Previous

/accounts/meta/post

Next

/addresses/{id}

The Address object is used to represent a contact’s or company’s address.

created_atdatetimeOptionalRead-only
The datetime that this object was created by Merge.
modified_atdatetimeOptionalRead-only
The datetime that this object was modified by Merge.
typeenum or nullOptional
The address type.
Allowed values:
street_1string or nullOptional
Line 1 of the address's street.
street_2string or nullOptional
Line 2 of the address's street.
citystring or nullOptional
The address's city.
stateany or nullOptionalRead-only
The address's state or region.
country_subdivisionstring or nullOptional
The address's state or region.
countryenum or nullOptional

The address's country. The country code in ISO 3166-1 alpha-2 format.

zip_codestring or nullOptional
The address's zip code.