---
title: "Retrieve a Shippo Account"
method: GET
path: "/shippo-accounts/{ShippoAccountId}"
tags: ["Shippo Accounts"]
---

# Retrieve a Shippo Account

`GET /shippo-accounts/{ShippoAccountId}`

Returns a Shippo Managed Account using an object ID.

## Path parameters

- `ShippoAccountId` string, required

## Headers

- `SHIPPO-API-VERSION` string

## Response `200`

Shippo account

- ShippoAccount
  - `email` string, required
  - `first_name` string, required
  - `last_name` string, required
  - `company_name` string
  - `object_created` string, date-time
  - `object_id` string
  - `object_updated` string, date-time

## Other responses

- `400` — Bad request

---

[API](https://skmtc.net/goshippo/apis/shippo-external-api.md) · [All operations](https://skmtc.net/goshippo/apis/shippo-external-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/goshippo/shippo-external-api/revisions/13280a44853c/schema)
