CBC GROUP

Account & Addresses

Manage user identity profile and multiple shipping addresses.

GET/v1/me/profile

Get Profile

Retrieve the authenticated user's profile information.

GET/v1/me/addresses

List Addresses

Get a list of all saved shipping addresses for the current user.

POST/v1/me/addresses

Create Address

Add a new shipping address.

PUT/v1/me/addresses/:id

Update Address

Modify an existing address by its specific ID.

DELETE/v1/me/addresses/:id

Delete Address

Permanently remove an address.