---
title: "Get organization"
method: GET
path: "/v1/organizations/{id}"
tags: ["Organizations"]
---

# Get organization

`GET /v1/organizations/{id}`

Retrieves the organization with the given ID.

## Path parameters

- `id` string, required

## Response `200`

OK

- Organization — An `Organization` represents an operating nonprofit or an operating sub-organization of a parent or sponsoring nonprofit. The generally accepted identifier for an organization is its domain. This domain provides proof of identity, ownership and relationship to an entity. Organizations can receive payments from payers on the network.
  - `id` string, required — The unique identifier for the object.
  - `ein` string, required — The EIN of the organization.
  - `name` string, required — The name of the organization. For organizations that operate under a different name than the one tied to the legal entity, this name will differ from the name of the linked entity. This is also known as the "DBA" or "Doing Business As" name of the organization.
  - `parent_organization_id` string — The unique identifier of the parent organization, if this is a sponsored organization. This value is `null` or empty if the organization is not sponsored or not a child of a parent organization.
  - `physical_address` Address
    - `city` string — City, district, suburb, town, or village. Maximum length: 255 characters.
    - `country` string — Two-letter country code (https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2). Maximum length: 255 characters.
    - `line1` string — Address line 1 (e.g. street, PO Box, or company name). Maximum length: 255 characters.
    - `line2` string — Address line 2 (e.g. apartment, suite, unit, or building). Maximum length: 255 characters.
    - `postal_code` string — ZIP or postal code. Maximum length: 40 characters.
    - `state` string — State, county, province, or region. Maximum length: 255 characters.
  - `classification` NonprofitClassification — A classification of the nonprofit entity as defined by the IRS.
    - `group_exemption_number` string — This is a four-digit internal IRS number assigned to central/parent entity holding group exemption letters.
    - `subsection_code` TaxExemptCode — A tax exempt code is a code that is used to classify the tax-exempt status of a nonprofit entity.
      - `code` integer, required — The code of the tax exempt code
      - `name` string, required — The name of the tax exempt code
      - `description` string — The description of the tax exempt code
    - `filing_requirement_code` TaxExemptCode — A tax exempt code is a code that is used to classify the tax-exempt status of a nonprofit entity.
      - `code` integer, required — The code of the tax exempt code
      - `name` string, required — The name of the tax exempt code
      - `description` string — The description of the tax exempt code
    - `foundation_code` TaxExemptCode — A tax exempt code is a code that is used to classify the tax-exempt status of a nonprofit entity.
      - `code` integer, required — The code of the tax exempt code
      - `name` string, required — The name of the tax exempt code
      - `description` string — The description of the tax exempt code
    - `affiliation_code` TaxExemptCode — A tax exempt code is a code that is used to classify the tax-exempt status of a nonprofit entity.
      - `code` integer, required — The code of the tax exempt code
      - `name` string, required — The name of the tax exempt code
      - `description` string — The description of the tax exempt code
    - `organization_code` TaxExemptCode — A tax exempt code is a code that is used to classify the tax-exempt status of a nonprofit entity.
      - `code` integer, required — The code of the tax exempt code
      - `name` string, required — The name of the tax exempt code
      - `description` string — The description of the tax exempt code
    - `exempt_status_code` TaxExemptCode — A tax exempt code is a code that is used to classify the tax-exempt status of a nonprofit entity.
      - `code` integer, required — The code of the tax exempt code
      - `name` string, required — The name of the tax exempt code
      - `description` string — The description of the tax exempt code
    - `deductibility_code` TaxExemptCode — A tax exempt code is a code that is used to classify the tax-exempt status of a nonprofit entity.
      - `code` integer, required — The code of the tax exempt code
      - `name` string, required — The name of the tax exempt code
      - `description` string — The description of the tax exempt code
    - `ntee_code` NteeCode — A code that is used to classify the nonprofit entity as defined by the IRS.
      - `code` string, required — The code of the NTEE code
      - `description` string, required — The description of the NTEE code
      - `parent_code` string — The parent code of the NTEE code
      - `parent_description` string — The description of the parent NTEE code
    - `naics_code` NaicsCode — A code that is used to classify the nonprofit entity as defined by the NAICS.
      - `naics2` string — The code of the NAICS code
      - `naics2_description` string — The description of the NAICS code
      - `naics4` string — The code of the NAICS code
      - `naics4_description` string — The description of the NAICS code
      - `naics6` string — The code of the NAICS code
      - `naics6_description` string — The description of the NAICS code
  - `compliance` NonprofitCompliance — An object that contains legal information about the nonprofit entity and its tax-exemption status. This information is used to comply with regulations and ensure the legitimacy of the nonprofit for purposes of donations and disbursements.
    - `daf_eligible` boolean — Whether the entity is eligible to receive donations from a Donor Advised Fund
    - `irs_pub_78` ComplianceRequirement — A compliance requirement is a requirement that a nonprofit entity must meet in order to be eligible for Chariot services.
      - `compliant` boolean — Whether the entity is compliant with the requirement
      - `reason` string — The reason for the compliance requirement
      - `last_found_at` string, date-time — The date and time when the compliance requirement was last found
    - `ofac` ComplianceRequirement — A compliance requirement is a requirement that a nonprofit entity must meet in order to be eligible for Chariot services.
      - `compliant` boolean — Whether the entity is compliant with the requirement
      - `reason` string — The reason for the compliance requirement
      - `last_found_at` string, date-time — The date and time when the compliance requirement was last found
    - `foundation_code` ComplianceRequirement — A compliance requirement is a requirement that a nonprofit entity must meet in order to be eligible for Chariot services.
      - `compliant` boolean — Whether the entity is compliant with the requirement
      - `reason` string — The reason for the compliance requirement
      - `last_found_at` string, date-time — The date and time when the compliance requirement was last found
    - `california_attorney_general_registry` ComplianceRequirement — A compliance requirement is a requirement that a nonprofit entity must meet in order to be eligible for Chariot services.
      - `compliant` boolean — Whether the entity is compliant with the requirement
      - `reason` string — The reason for the compliance requirement
      - `last_found_at` string, date-time — The date and time when the compliance requirement was last found
    - `california_franchise_tax_board` ComplianceRequirement — A compliance requirement is a requirement that a nonprofit entity must meet in order to be eligible for Chariot services.
      - `compliant` boolean — Whether the entity is compliant with the requirement
      - `reason` string — The reason for the compliance requirement
      - `last_found_at` string, date-time — The date and time when the compliance requirement was last found
  - `mission_statement` string — The mission statement of the organization
  - `web` WebDomain — A web domain is a unique identifier for a website or web application that is associated with an organization. Domains are important identity constructs that underpin the web and online interactions. The domain can be used as an identifier and its validity can be asserted via DNS.
    - `domain` string, required — The DNS domain name
  - `brand` Brand — Fair use brand assets that are associated with an organization and can be used for identification and informational purposes.
    - `icon_url` string — The URL of the organization's icon
    - `logo_url` string — The URL of the organization's logo
  - `officers` Person[] — The list of officers of the organization
    - `name` string, required — The full name of the person
    - `title` string — The title or role of the person with respect to the nonprofit entity
  - `claimed` boolean — A flag to indicate if the nonprofit has been claimed by a user. A nonprofit is claimed if a user signs up for a Chariot account with this nonprofit and is verified by the Chariot team.

## Other responses

- `400` — The request is invalid or contains invalid parameters
- `401` — Unauthorized. The request is missing the security (OAuth2 Bearer token) requirements and the server is unable to verify the identify of the caller.
- `403` — Access denied
- `404` — Resource Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/chariot-giving/apis/chariot-api-4.md) · [All operations](https://skmtc.net/chariot-giving/apis/chariot-api-4/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/chariot-giving/chariot-api-4/versions/c194d399d515/schema)
