---
title: "Get a sub-organization."
method: GET
path: "/print-mail/v1/sub_organizations/{id}"
tags: ["Sub-Organizations"]
---

# Get a sub-organization.

`GET /print-mail/v1/sub_organizations/{id}`

## Path parameters

- `id` string, required

## Response `200`

The request has succeeded.

- SubOrganization — The Sub-Organization object.
  - `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.
- `404` — The server cannot find the requested resource.
- `422` — Client error
- `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)
