For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Contact SalesGet Support
HomeGuidesAPI reference
HomeGuidesAPI reference
  • Middesk API
        • Action
        • Address
        • Adverse Media Screening
        • Bankruptcy
        • Business
        • Certification
        • Document
        • Formation
        • Industry Classification
        • Lien
        • Litigation
        • Monitor
        • Names
        • Order
        • Person
        • Policy Result
        • Politically Exposed Persons Screening
        • Registration
        • Review Task
        • Signal
        • Tax exempt organization
        • TIN
        • Watchlist
        • Website
        • Profile
LogoLogo
Contact SalesGet Support
On this page
  • Tax exempt organization attributes
Middesk APIBusiness VerificationObject reference

Tax exempt organization object

Was this page helpful?
Previous

TIN object

Next
Built with

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.