v1

latestOpenAPI 3.1.02026-07-2277219695.0 KB
Shippo Accounts

List all Shippo Accounts

Returns a list of Shippo Managed Accounts objects.

get/shippo-accounts

Query parameters

pageinteger

The page number you want to select

resultsinteger

The number of results to return per page (max 100)

Headers

SHIPPO-API-VERSIONstring
Example:2018-02-08

Optional string used to pick a non-default API version to use. See our API version guide.

Response

Paginated list of Shippo accounts

nextstring
previousstring

Example response

{
  "next": "baseurl?page=3&results=10",
  "previous": "baseurl?page=1&results=10",
  "results": [
    {
      "email": "hippo@shippo.com",
      "first_name": "Shippo",
      "last_name": "Meister",
      "company_name": "Acme",
      "object_id": "adcfdddf8ec64b84ad22772bce3ea37a"
    }
  ]
}