Nonprofits
Get nonprofit by EIN
Retrieves a nonprofit organization by an Employee Identification Number (EIN). The EIN is a unique number that identifies the organization to the Internal Revenue Service (IRS).
In the case that the organization does not exist within Chariot's system, you can create one by calling the Create Nonprofit API endpoint.
get/v1/nonprofit/{ein}
Path parameters
einstring required
The unique federal employer identification number (EIN) of the nonprofit. This value should be exactly 9 digits and should not contain any special characters such as dashes.
Response
OK
Example response
{
"id": "g33ee4ee-f881-42a0-85e3-1dde7118w9k2",
"name": "Leading for Children",
"preferredName": "LfC",
"ein": "043567500",
"suborganizations": [
{
"id": "g33ee4ee-f881-42a0-85e3-1dde7118w9k2",
"name": "Leading for Children",
"preferredName": "LfC",
"createdAt": "2020-01-31T23:00:00Z",
"updatedAt": "2020-01-31T23:59:59Z"
}
],
"createdAt": "2020-01-31T23:00:00Z",
"updatedAt": "2020-01-31T23:59:59Z",
"inGoodStanding": true
}