# Shippo Accounts Shippo Accounts are used by Shippo Platform Accounts to create and manage Managed Shippo Accounts. Managed Shippo Accounts are headless accounts that represent your customers. They are opaque to your end customers, meaning customers do not need to create their own Shippo login or have a billing relationship with Shippo. They can be used by marketplaces, e-commerce platforms, and third-party logistics providers who want to offer, seamless, built-in shipping functionality to their customers. See our guide for more details. ## List all Shippo Accounts - [GET /shippo-accounts](https://docs.goshippo.com/shippoapi/public-api/shippo-accounts/listshippoaccounts.md): Returns a list of Shippo Managed Accounts objects. ## Create a Shippo Account - [POST /shippo-accounts](https://docs.goshippo.com/shippoapi/public-api/shippo-accounts/createshippoaccount.md): Creates a new Shippo Managed Account. ## Retrieve a Shippo Account - [GET /shippo-accounts/{ShippoAccountId}](https://docs.goshippo.com/shippoapi/public-api/shippo-accounts/getshippoaccount.md): Returns a Shippo Managed Account using an object ID. ## Update a Shippo Account - [PUT /shippo-accounts/{ShippoAccountId}](https://docs.goshippo.com/shippoapi/public-api/shippo-accounts/updateshippoaccount.md): Updates a Shippo Managed Account using an object ID.