Skip to main content
POST
Look up client account by EIN
Returns a client-account-wide compliance summary for the account containing the given EIN: every taxpayer on the account, plus any not-yet-onboarded pending taxpayers. Each taxpayer carries its own compliance status and detail, so you get compliance information for the individuals on the account as well as the business whose EIN matched your lookup. result is null and currentStatus.status is NotMonitored when no accessible business matches.
Status values, badges, tin censoring, and isLookupMatch are explained in Lookup results.

Authorizations

Authorization
string
header
required

The access token obtained from the OAuth flow, sent as a Bearer credential.

Body

application/json
businessEin
string
required

Business EIN: nine digits, with dashes and spaces ignored.

Example:

"11-1111111"

Response

Lookup completed. result carries the summary, or is null when nothing matched.

currentStatus
object
required

Compliance status plus embeddable badge graphics. Always present on a response.

result
object | null
required

The client-account summary, or null when nothing matched.