---
title: "List all Shippo Accounts"
method: GET
path: "/shippo-accounts"
tags: ["Shippo Accounts"]
---

# List all Shippo Accounts

`GET /shippo-accounts`

Returns a list of Shippo Managed Accounts objects.

## Query parameters

- `page` integer
- `results` integer

## Headers

- `SHIPPO-API-VERSION` string

## Response `200`

Paginated list of Shippo accounts

- ShippoAccountPaginatedList
  - `next` string
  - `previous` string
  - `results` 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-address-api.md) · [All operations](https://skmtc.net/goshippo/apis/shippo-address-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/goshippo/shippo-address-api/revisions/26fcc6af452a/schema)
