Get organization

Retrieves the organization with the given ID.

Path parameters

idstringRequired
The unique identifier for the organization

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Response

OK
idstring
The unique identifier for the object.
einstring
The EIN of the organization.
namestring
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_idstring or null

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_addressobject or null
classificationobject or null
A classification of the nonprofit entity as defined by the IRS.
complianceobject or null

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.

mission_statementstring or null
The mission statement of the organization
webobject or null
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.
brandobject or null
Fair use brand assets that are associated with an organization and can be used for identification and informational purposes.
officerslist of objects or null
The list of officers of the organization
claimedboolean or null
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.

Errors