Tax exempt organization object

This page describes the tax_exempt_organization object, which surfaces IRS-listed tax-exempt status for a business. Middesk matches a business to the IRS Exempt Organizations dataset (Publication 78 and the Automatic Revocation list) by EIN and name. This includes charitable organizations, churches and religious organizations, private foundations, political organizations, and other non-profits.

The tax_exempt_organization field on a Business is null when no matching record is found in the IRS data.

Example JSON response
1{
2 "object": "tax_exempt_organization",
3 "id": "5b6a7370-8596-013d-7bba-6ea6aac5eb9c",
4 "ein": "12-3456789",
5 "name": "Example Foundation Inc.",
6 "section": "501(c)(3)",
7 "ruling_date": "1998-05-01",
8 "tax_period": "2023-12-31",
9 "revoked_at": null
10}

Tax exempt organization attributes

AttributeTypeDescription
objectstringThe object type. Always tax_exempt_organization.
idstring (uuid)The unique identifier for the tax exempt organization record.
einstringThe Employer Identification Number of the tax-exempt organization, as listed by the IRS.
namestringThe legal name of the organization, as listed by the IRS.
sectionstring | nullThe Internal Revenue Code subsection under which the organization is exempt (for example, 501(c)(3)).
ruling_datedate | nullThe date the IRS granted tax-exempt status to the organization.
tax_perioddate | nullThe end date of the most recent tax period the organization reported to the IRS.
revoked_attimestamp | nullThe date the IRS revoked the organization’s tax-exempt status, if applicable. null for organizations in good standing.
Get a demo
Contact your account manager or contact sales to inquire about access.