v3

OpenAPI 3.0.0Dex Terms of Service2026-07-311481984.7 KB
contact-legacy-addresses

Create a contact address (v2)

Add a postal address to a contact. Requires Idempotency-Key. Returns the created row: { data: { contact_legacy_address: {...} } }, status 201. Addresses are not ranked (no reorder).

post/v2/contact-legacy-addresses/{contactId}

Path parameters

contactIdstring uuid required

Request body

formattedstring
streetstring
citystring
regionstring
countrystring
postal_codestring
address_typestring

Response

Created