Skip to main content
GET
/
v1
/
orgs
/
ein
/
{ein}
/
check
Check whether an organization with a given EIN exists in the Endaoment database
curl --request GET \
  --url https://api.endaoment.org/v1/orgs/ein/{ein}/check
{
  "exists": true,
  "org": {
    "id": "550e8400-e29b-41d4-a716-446655440000",
    "name": "Example Nonprofit",
    "location": "Los Angeles, CA",
    "totalDonated": "125000000"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.endaoment.org/llms.txt

Use this file to discover all available pages before exploring further.

Response

200 - application/json
exists
boolean
required

Whether an organization with the given EIN exists in the Endaoment database

Example:

true

org
object

Summary of the matching organization when one exists