/
ST
stalela
/
Stalela CIS (Customer Identity Service) API
Search skmtc…
⌘K
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Subscribe
v1
latest
OpenAPI 3.1.0
raw.githubusercontent.com
2026-03-02
33
36
44.7 KB
Addresses
Add an address
post
/api/cis/v1/identities/{id}/addresses
Request body
CreateAddressRequest
required
type
'PRIMARY'
|
'SECONDARY'
|
'BILLING'
|
'SHIPPING'
required
street1
string
required
street2
string
city
string
required
state
string
postalCode
string
country
string
required
Response
Address created
Address
required
id
string
uuid
identityId
string
uuid
type
'PRIMARY'
|
'SECONDARY'
|
'BILLING'
|
'SHIPPING'
street1
string
street2
string
nullable
city
string
state
string
nullable
postalCode
string
nullable
country
string
ISO 3166-1 alpha-2
createdAt
string
date-time
updatedAt
string
date-time