v1
latestOpenAPI 3.0.12026-07-268028223.9 KBPeople
Create an address for a person
Add a new address to an existing person
post/v1/people/{person_id}/addresses
Request body
Example request
{
"line1": "123 Main St",
"line2": "Apt 4B",
"city": "New York",
"state": "NY",
"zip": "10001",
"country_code": "US",
"address_type": "home",
"is_primary": true
}Response
address created