Search organizations

Search for organizations by name or EIN. This endpoint exists to support a typeahead search or quick lookup by nonprofit EIN or name. The Get Organization API should be used to retrieve detailed information about an organization.

Headers

AuthorizationstringRequired

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

Query parameters

einstringOptional

The Employer Identification Number (EIN) or TaxID for the nonprofit entity.

namestringOptional

The name of the organization.

limitintegerOptional

Limit the size of the list that is returned. The default (and maximum) is 100 objects.

Response

The response for Organizations.search

resultslist of objectsOptional

Errors