---
title: "List sub-organizations."
method: GET
path: "/print-mail/v1/sub_organizations"
tags: ["Sub-Organizations"]
---

# List sub-organizations.

`GET /print-mail/v1/sub_organizations`

## Query parameters

- `skip` integer
- `limit` integer
- `search` union
  - string
  - string — You can supply a structured search query instead of supplying unstructured text to any list endpoint help refine your search for a resource. For example, let's say you created a series of letters that all had `metadata: { campaignID: 'abc' }`. You could search for all those letters by passing in `{ "metadata.campaignID": "abc" }` into the `search` parameter. Note that this string must be valid JSON.

## Response `200`

The request has succeeded.

- SubOrganizationList
  - `object` 'list', required
  - `totalCount` integer, required
  - `skip` integer, required
  - `limit` integer, required
  - `data` SubOrganization[], required
    - `id` string, required — A unique ID prefixed with `sub_org_`.
    - `object` 'sub_org', required — Always `sub_org`.
    - `name` string, required — The name of the sub-organization.
    - `countryCode` string, required — The country code of the sub-organization.
    - `limit` integer, required — The limit of mailings the sub-organization can send before being charged overages for the month.
    - `spend` integer, required — The current rolling charge for the sub-organization for the month, in cents.
    - `usage` integer, required — The amount of mail the sub-organization has sent out this month.
    - `createdAt` string, date-time, required — The UTC time at which this resource was created.
    - `updatedAt` string, date-time, required — The UTC time at which this resource was last update.

## Other responses

- `400` — The server could not understand the request due to invalid syntax.
- `401` — Access is unauthorized.
- `403` — Access is forbidden.
- `429` — Client error
- `500` — Server error

---

[API](https://skmtc.net/postgrid/apis/postgrid-address-verification-api.md) · [All operations](https://skmtc.net/postgrid/apis/postgrid-address-verification-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/postgrid/postgrid-address-verification-api/revisions/537d2bbc624a/schema)
