Skip to main content
PUT
Update contact address

Authorizations

Authorization
string
header
required

API key authentication via Bearer token

Path Parameters

id
string<uuid>
required

Contact UUID

addressId
string<uuid>
required

Address UUID

Body

application/json
country
string
Example:

"US"

label
string | null
Example:

"Home"

address1
string | null
Example:

"123 Main St"

address2
string | null
Example:

"Apt 4B"

city
string | null
Example:

"San Francisco"

state
string | null
Example:

"CA"

postalCode
string | null
Example:

"94102"

data
object | null

Response

Address updated successfully

data
object
required
meta
object
Last modified on August 9, 2026