Skip to main content
POST
Create contact address

Authorizations

Authorization
string
header
required

API key authentication via Bearer token

Path Parameters

id
string<uuid>
required

Contact UUID

Example:

"123e4567-e89b-12d3-a456-426614174000"

Body

application/json
country
string
required
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 created successfully

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