---
title: "Retrieves the collection of Organization resources."
method: GET
path: "/organizations"
tags: ["Organization"]
---

# Retrieves the collection of Organization resources.

`GET /organizations`

Retrieves the collection of Organization resources.

## Query parameters

- `page` integer
- `itemsPerPage` integer

## Response `200`

Organization collection

- Organization[]
  - `id` string
  - `integration` string — The key of the integration source e.g. "quickbooks", or "xero"
  - `name` string — Company name
  - `legalName` string, nullable — legal name
  - `primaryPhone` string, nullable — Primary phone number of the company
  - `email` string, nullable — Primary email address associated to the company
  - `addressLine1` string, nullable — Line1 address of the company
  - `addressLine2` string, nullable
  - `city` string, nullable
  - `country` string, nullable — Country of the company location
  - `postalCode` string, nullable — Postalcode of the company location
  - `startDate` string, nullable
  - `created` string, nullable
  - `modified` string, nullable
  - `OrganisationType` string, nullable — Type of the organization e.g: charity e.g: not_for_profit e.g: partnership
  - `employeeCount` integer, nullable — Number of employees in the company
  - `website` string, nullable — Website address of the comapny
  - `annualRevenue` string, nullable
  - `description` string, nullable — Further details about the company
  - `industry` string, nullable — The industry company belongs to e.g: banking
  - `locationCount` integer, nullable — Number of locations company has
  - `industryCode` string, nullable — NAICS/SIC industry code for the company
  - `organisationType` string, nullable

---

[API](https://skmtc.net/bossinsights/apis/boss-insights.md) · [All operations](https://skmtc.net/bossinsights/apis/boss-insights/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bossinsights/boss-insights/revisions/d08a107895ad/schema)
