Get organization

Retrieves the organization with the given ID.

Authentication

AuthorizationBearer

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

Path parameters

idstringRequired
The unique identifier for the organization

Response

OK
idstringRead-only
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

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

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
The mission statement of the organization
webobject
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
Fair use brand assets that are associated with an organization and can be used for identification and informational purposes.
officerslist of objects
The list of officers of the organization
claimedbooleanRead-only
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.
incorporationobject
Incorporation and IRS determination information for the nonprofit entity.

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
500
Internal Server Error