---
title: "Get a page of Public Organization Profiles for your organization"
method: GET
path: "/v4/public-organizations"
tags: ["PublicOrganizations"]
---

# Get a page of Public Organization Profiles for your organization

`GET /v4/public-organizations`

## Query parameters

- `searchTerm` string
- `continuationToken` string
- `size` integer

## Response `200`

Success

- ContinuationTokenResponsePublicOrganizationResponse
  - `continuationToken` string, nullable
  - `items` PublicOrganizationResponse[], nullable
    - `id` string, uuid, nullable
    - `createdAt` string, date-time, nullable
    - `updatedAt` string, date-time, nullable
    - `name` string, nullable
    - `idType` string, nullable
    - `governmentId` string, nullable
    - `governmentIdType` string, nullable
    - `country` string, nullable
    - `address` string, nullable
    - `address2` string, nullable
    - `city` string, nullable
    - `region` string, nullable
    - `postalCode` string, nullable
    - `orgVersion` integer
    - `charityCheckData` PublicOrganizationCharityCheck
      - `ein` string, nullable
      - `organizationName` string, nullable
      - `addressLine1` string, nullable
      - `addressLine2` string, nullable
      - `city` string, nullable
      - `state` string, nullable
      - `zip` string, nullable
      - `ofacStatus` string, nullable
      - `pub78Verified` boolean
      - `irsBmfPub78Conflict` boolean
      - `mostRecentPub78` string, date-time, nullable
      - `irbLastModified` string, date-time, nullable
      - `mostRecentIrb` string, date-time, nullable
      - `subsectionDescription` string, nullable
      - `organizationTypes` PublicOrganizationOrganizationType[], nullable
        - `type` string, nullable
        - `deductibilityLimitation` string, nullable
        - `deductibilityStatusDescription` string, nullable
      - `foundation509aStatus` string, nullable
      - `mostRecentBmf` string, date-time, nullable
      - `rulingYear` string, nullable
      - `rulingMonth` string, nullable
      - `organizationNameAka` string, nullable
    - `ueiData` PublicOrganizationUei
      - `businessName` string, nullable
      - `doingBusinessAs` string, nullable
      - `addressLine1` string, nullable
      - `addressLine2` string, nullable
      - `city` string, nullable
      - `state` string, nullable
      - `zipCode` string, nullable
      - `websiteUrl` string, nullable
      - `uei` string, nullable
      - `ueiStatus` string, nullable
      - `organizationType` string, nullable
      - `stateOfIncorporation` string, nullable
      - `countryOfIncorporation` string, nullable
      - `cageCode` string, nullable
      - `primaryNaics` string, nullable
      - `registrationPurpose` string, nullable
      - `registrationExpirationDate` string, nullable
      - `excluded` string, nullable
    - `data` string, nullable

## Other responses

- `403` — Insufficient permissions

---

[API](https://skmtc.net/submittable/apis/submittable-api-documentation.md) · [All operations](https://skmtc.net/submittable/apis/submittable-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/submittable/submittable-api-documentation/revisions/254ce50c8212/schema)
