v1

latestOpenAPI 3.1.0raw.githubusercontent.com2026-03-02333644.7 KB
Addresses

Add an address

post/api/cis/v1/identities/{id}/addresses

Request body

type'PRIMARY' | 'SECONDARY' | 'BILLING' | 'SHIPPING' required
street1string required
street2string
citystring required
statestring
postalCodestring
countrystring required

Response

Address created

idstring uuid
identityIdstring uuid
type'PRIMARY' | 'SECONDARY' | 'BILLING' | 'SHIPPING'
street1string
street2string nullable
citystring
statestring nullable
postalCodestring nullable
countrystring

ISO 3166-1 alpha-2

createdAtstring date-time
updatedAtstring date-time