Skip to main content
GET
Get organization by EIN

Path Parameters

ein
string
required

IRS Employer Identification Number, with or without hyphen.

Example:

"530196605"

Response

Organization details

id
string<uuid> | null
required

Unique identifier of the organization in Endaoment database.

Example:

"123e4567-e89b-12d3-a456-426614174000"

ein
object | null
required

IRS Employer Identification Number (EIN) without hyphen

Example:

"530196605"

name
string
required

Name of the organization

Example:

"American Red Cross"

description
object | null
required

Description or mission statement of the organization

Example:

"Providing disaster relief and emergency assistance"

address
object
required

Physical address of the organization

website
object | null
required

Website URL of the organization

Example:

"https://www.redcross.org"

URL to the organization logo

Example:

"https://example.com/logo.png"

nteeCode
string
required

NTEE (National Taxonomy of Exempt Entities) Code

Example:

"E91"

nteeDescription
string
required

Human-readable description of the NTEE code

Example:

"Nursing, Convalescent (Geriatric and Nursing)"

Priority index for featured organizations (higher = shows first)

Required range: x >= 0
Example:

100

claimedDateUtc
object | null
required

UTC timestamp when the organization was claimed

Example:

"2024-03-20T10:30:00Z"

claimedType
enum<string> | null
required

Type of organization claim

Available options:
WalletClaim,
WireClaim
Example:

"DIRECT"

claimed
boolean
required

Whether the organization has been claimed

Example:

true

contractAddress
object | null
required
deprecated

Smart contract address on the default chain (deprecated)

Example:

"0x1234567890123456789012345678901234567890"

deployments
object[]
required

List of smart contract deployments across different chains. Includes only deployed orgs.

compliant
boolean
required
deprecated

Deprecated compliance flag. Use isCompliant instead.

Example:

true

isCompliant
boolean
required

Whether the organization is currently compliant.

Example:

true

nonComplianceReasons
string[] | null
required

Reasons why the organization is non-compliant, when applicable.

Example:

null

lifetimeContributionsUsdc
string
required

Lifetime contributions to this organization in USDC micro-units (1000000 = 1 USD).

Example:

"1000000"

usdcBalance
string
required

Current USDC balance of the organization contract in micro-units (1000000 = 1 USD).

Example:

"2000000"

financials
object
required

Financial information for the organization.

socials
object
required

Social links for the organization.

staffNotes
object | null
required

Staff notes for this organization. Currently null for public organizations.

Example:

null

paypalId
object | null
required

PayPal ID of the organization, when available.

Example:

null

partnerId
enum<string> | null
required

Partner that onboarded the organization, when applicable.

Available options:
tgb,
gg
Example:

null

donationsReceived
number
required

Number of inbound donations made to the organization.

Example:

42

grantsReceived
number
required

Number of grants made to this organization.

Example:

7