Nonprofits
Get nonprofit
Retrieves the nonprofit organization with the given ID.
get/v1/nonprofits/{id}
Path parameters
idstring required
The unique identifier for the nonprofit
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
}