# Retrieve a Shippo Account Returns a Shippo Managed Account using an object ID. Endpoint: GET /shippo-accounts/{ShippoAccountId} Version: 2018-02-08 Security: APIKeyHeader ## Path parameters: - `ShippoAccountId` (string, required) Object ID of the ShippoAccount ## Header parameters: - `SHIPPO-API-VERSION` (string) Optional string used to pick a non-default API version to use. See our API version guide. Example: "2018-02-08" ## Response 200 fields (application/json): - `email` (string, required) Example: "hippo@shippo.com" - `first_name` (string, required) Example: "Shippo" - `last_name` (string, required) Example: "Meister" - `company_name` (string) Example: "Acme" - `object_created` (string) - `object_id` (string) Example: "adcfdddf8ec64b84ad22772bce3ea37a" - `object_updated` (string)