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}
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}

Built with

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
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
zip_codestring or nullOptional
The address's zip code.