Skip to main content
POST
Create an address for a person

Authorizations

Authorization
string
header
required

OAuth 2.0 Bearer Token from Clerk authentication

Path Parameters

person_id
string
required

The person ID

Body

application/json
line1
string
Example:

"123 Main St"

line2
string
Example:

"Apt 4B"

city
string
Example:

"New York"

state
string
Example:

"NY"

zip
string
Example:

"10001"

country_code
string
Example:

"US"

address_type
enum<string>
Available options:
home,
work,
mailing,
other
Example:

"home"

is_primary
boolean
Example:

true

Response

address created

id
string
person_id
string
line1
string
line2
string
city
string
state
string
zip
string
country_code
string
address_type
string
is_primary
boolean