Profiles REST Endpoints

Store/Profiles
Profile endpoints
addCreditCard
Method: post
Path: /ccstore/v1/profiles/current/creditCards
addProfileAddress
Method: post
Path: /ccstore/v1/profiles/current/addresses
createProfile
Method: post
Path: /ccstore/v1/profiles
deleteProfileAddress
Method: delete
Path: /ccstore/v1/profiles/current/addresses/{addressId}
getCreditCard
Method: get
Path: /ccstore/v1/profiles/current/creditCards/{id}
getCurrentProfile
Method: get
Path: /ccstore/v1/profiles/current
getProfileAddress
Method: get
Path: /ccstore/v1/profiles/current/addresses/{addressId}
listCreditCards
Method: get
Path: /ccstore/v1/profiles/current/creditCards
listProfileAddresses
Method: get
Path: /ccstore/v1/profiles/current/addresses
listSiteProperties
Method: get
Path: /ccstore/v1/profiles/current/siteProperties
removeCreditCard
Method: delete
Path: /ccstore/v1/profiles/current/creditCards/{id}
resetPassword
Method: post
Path: /ccstore/v1/profiles/resetPassword
updateCreditCard
Method: put
Path: /ccstore/v1/profiles/current/creditCards/{id}
updateExpiredPassword
Method: post
Path: /ccstore/v1/profiles/updateExpiredPassword
updateProfile
Method: put
Path: /ccstore/v1/profiles/current
updateProfileAddress
Method: put
Path: /ccstore/v1/profiles/current/addresses/{addressId}
updateSiteProperties
Method: put
Path: /ccstore/v1/profiles/current/siteProperties