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
        • GETCheck TIN match service availability
LogoLogo
Contact SalesGet Support
Middesk APIBusiness VerificationTin Match

Check TIN match service availability

GET
https://api.middesk.com/v1/tin_match/availability
GET
/v1/tin_match/availability
$curl https://api.middesk.com/v1/tin_match/availability \
> -H "Authorization: Bearer <token>"
200TIN match available
1{
2 "available": true
3}
Returns the availability status of the IRS TIN matching service
Was this page helpful?
Previous

Retrieve website analysis for a business

Next
Built with

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Response

TIN match service is unavailable
availableboolean
Whether the TIN match service is currently available