{"info":{"_postman_id":"57cbd72e-32c7-45d4-af71-72d845f34cad","name":"EIN Search - API","description":"<html><head></head><body><h4 id=\"authorization\">Authorization</h4>\n<p>Please follow the below steps to generate access key/token from your account.</p>\n<ol>\n<li><p>Go “My Accounts” and click on “API Access”</p>\n</li>\n<li><p>Click on “Generate” to generate a new API Access Token/Key</p>\n</li>\n<li><p>Click on “Copy” symbol/image to copy the key on clipboard.</p>\n</li>\n</ol>\n<img src=\"https://app.einsearch.com/assets/images/apikey-generation-example.png\">\n\n<hr>\n<p>To test the API you will have to either use the Authorization header in postman or simply pass a header “KEY” with your API token as its value .</p>\n<p>Postman:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Type</strong></th>\n<th><strong>API Key</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Key</td>\n<td>\"KEY\"</td>\n</tr>\n<tr>\n<td>Value</td>\n<td>\"user API key/token\"</td>\n</tr>\n</tbody>\n</table>\n</div><p>Curl:</p>\n<p>curl --location --request POST '<a href=\"https://api.einsearch.com/api/TinMatch/validate'\">https://api.einsearch.com/api/TinMatch/validate'</a> --header 'KEY: xxxxxxxxxxxxxxxxx' --header 'Content-Type: application/json' --data-raw '{ \"Tin\":\"987654321\", \"Name\":\"John Doe LLC\"}'</p>\n<blockquote>\n<p><strong>NOTE:</strong><br>We would also need to whitelist the IP address of the system from where you will be making API calls (else you will get an error “IP Address disallowed - 192.168.xxx.xxx”).</p>\n</blockquote>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"8282917","collectionId":"57cbd72e-32c7-45d4-af71-72d845f34cad","publishedId":"UVRBn6V5","public":true,"customColor":{"top-bar":"4D55A2","right-sidebar":"303030","highlight":"f8981d"},"publishDate":"2025-09-22T11:04:08.000Z"},"item":[{"name":"Tin Match","id":"cb6939f7-29ef-40ce-8f1e-27f8787c6841","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"KEY"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"Tin\":\"465270509\",\r\n\t\"Name\":\"Fox Valley & Vicinity Laborers Pension\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.einsearch.com/api/TinMatch/validate","description":"<h4 id=\"description\">Description:</h4>\n<p>Validates the TIN and Name combination against the IRS in real-time. If the IRS is down or unreachable, validation will be performed against our internal database. Please provide the full name, separated by spaces.<br />e.g. “John Doe”, “Libertydata Inc”, “Glass and Door LLC” , “LARRY KAPOOR”</p>\n<blockquote>\n<p><strong>Tip:</strong><br />For better matches please try to provide FULL name. Minimum 3 characters are required. </p>\n</blockquote>\n<h4 id=\"response\">Response:</h4>\n<ul>\n<li><p><strong>status</strong>: Request status will always be \"Success\" unless any errors occur.</p>\n</li>\n<li><p><strong>data</strong>: An object containing validated response code and its description. It could be any of the following TIN Match resoponse codes.</p>\n</li>\n</ul>\n<h4 id=\"tin-match-response-codes\"><strong>Tin Match Response Codes:</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>0</th>\n<th>TIN and Name combination matches our records.</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1</td>\n<td>TIN was missing or TIN not 9-digit numeric.</td>\n</tr>\n<tr>\n<td>2</td>\n<td>TIN entered is not currently issued as per IRS records.</td>\n</tr>\n<tr>\n<td>3</td>\n<td>TIN and Name combination does not match IRS records.</td>\n</tr>\n<tr>\n<td>4</td>\n<td>Invalid TIN Matching request.</td>\n</tr>\n<tr>\n<td>5</td>\n<td>Duplicate TIN Matching request.</td>\n</tr>\n<tr>\n<td>6</td>\n<td>TIN and Name combination matches IRS SSN records.</td>\n</tr>\n<tr>\n<td>7</td>\n<td>TIN and Name combination matches IRS EIN records.</td>\n</tr>\n<tr>\n<td>8</td>\n<td>TIN and Name combination matches both IRS SSN and EIN records.</td>\n</tr>\n<tr>\n<td>10</td>\n<td>TIN and Name combination NOT found in our records.</td>\n</tr>\n<tr>\n<td>90-99</td>\n<td>Connection/Query/Miscellaneous Error</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","TinMatch","validate"],"host":["api","einsearch","com"],"query":[],"variable":[]}},"response":[{"id":"3d8e2a97-354f-4b41-9f23-9c887a00f4e7","name":"Tin Match","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","description":"Content Type","type":"text"},{"key":"KEY","value":"<API key>","description":"API Access Key/Token","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"Tin\":\"987654321\",\r\n\t\"Name\":\"John Doe LLC\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.einsearch.com/api/TinMatch/validate"},"status":"Content Type","_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Mon, 18 Apr 2022 14:56:59 GMT"},{"key":"Content-Length","value":"84"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Success\",\n    \"data\": {\n        \"responseCode\": \"3\",\n        \"responseDesc\": \"VALID return code.\"\n    }\n}"}],"_postman_id":"cb6939f7-29ef-40ce-8f1e-27f8787c6841"},{"name":"EIN Search - Search By Company","id":"805e4d70-6dc5-4b7b-b9f9-bbedeff998c1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"KEY"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Company\": \"liberty\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.einsearch.com/api/Fein/SearchByNameV2","description":"<h4 id=\"description\">Description:</h4>\n<p>Searches the Company name in our database. Optionally, you can specify a state and/or zip code to narrow the search to that particular region.</p>\n<blockquote>\n<p><strong>Note:</strong><br />This search is classified as a header search, and there is no charge associated with it.  </p>\n</blockquote>\n<p>The API performs an exact match of both the state name and the zip code (if provided).<br />State, City and ZipCode are optional fields but we recommend that you provide these for better results. </p>\n<h4 id=\"response\">Response:</h4>\n<ul>\n<li><p><strong>status:</strong> Request status will always be \"Success\" unless any errors occur.</p>\n</li>\n<li><p><strong>searchLogID:</strong> A unique identifier for each search performed. It is also necessary for the get business details API.</p>\n</li>\n<li><p><strong>data</strong>: An array that contains all matching records. It will be empty if no match is found.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["api","Fein","SearchByNameV2"],"host":["api","einsearch","com"],"query":[],"variable":[]}},"response":[{"id":"490d0e55-6ba8-459c-88e3-c5c7121eead7","name":"EIN Search - Search By Company","originalRequest":{"method":"POST","header":[{"key":"Key","value":"<API key>","description":"API Access Key/Token","type":"text"},{"key":"Content-Type","value":"application/json","description":"Content Type","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Company\": \"liberty\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.einsearch.com/api/Fein/SearchByNameV2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"1991"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 24 Sep 2024 12:55:08 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Success\",\n    \"searchLogID\": 123123123,\n    \"data\": [\n        {\n            \"companyId\": 123456789,\n            \"companyName\": \"Liberty\",\n            \"city\": \"MIAMI\",\n            \"state\": \"FL\",\n            \"zipCode\": \"331812345\",\n            \"dateAcquired\": \"2021-03\",\n            \"resultViewed\": false,\n            \"otherPossibleNames\": \"\"\n        },\n        {\n            \"companyId\": 159753456,\n            \"companyName\": \"LIBERTY LIFE CO\",\n            \"city\": \"MIAMI\",\n            \"state\": \"FL\",\n            \"zipCode\": \"789562345\",\n            \"dateAcquired\": \"2016 or older\",\n            \"resultViewed\": false,\n            \"otherPossibleNames\": \"LIBERTY LIFE INS | LIBERTY LIFE COMPANY | Liberty Life | LIBERTY LIFE INS CO\"\n        }\n    ]\n}"}],"_postman_id":"805e4d70-6dc5-4b7b-b9f9-bbedeff998c1"},{"name":"EIN Search - Search By EIN","id":"325d5b6b-5439-4330-9edd-07b5994140b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"KEY"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"EIN\":\"123456789\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.einsearch.com/api/Fein/SearchByEINV2","description":"<h4 id=\"description\">Description:</h4>\n<p>Searches the EIN Number in our database. It performs an exact match of the EIN.</p>\n<blockquote>\n<p><strong>Note:</strong><br />Valid EIN must be of 9 digits. </p>\n</blockquote>\n<h5 id=\"response\">Response:</h5>\n<ul>\n<li><p><strong>status</strong>: Request status will always be \"Success\" unless any errors occur.</p>\n</li>\n<li><p><strong>searchLogID</strong>: A unique identifier for each search performed. It is also necessary for the get business details API.</p>\n</li>\n<li><p><strong>data</strong>: An array that contains all matching records. It will be empty if no match is found.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["api","Fein","SearchByEINV2"],"host":["api","einsearch","com"],"query":[],"variable":[]}},"response":[{"id":"6f6423f8-e3ff-4028-9ed1-8ec89d1f5938","name":"EIN Search - Search By EIN","originalRequest":{"method":"POST","header":[{"key":"KEY","value":"<API key>","description":"API Access Key/Token","type":"text"},{"key":"Content-Type","value":"application/json","description":"Content Type","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"EIN\":\"123456789\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.einsearch.com/api/Fein/SearchByEINV2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Mon, 18 Apr 2022 14:35:36 GMT"},{"key":"Content-Length","value":"4864"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Success\",\n    \"searchLogID\": 1234759,\n    \"data\": [\n        {\n            \"companyId\": 12345678,\n            \"companyName\": \"Liberty Llc\",\n            \"city\": \"MIAMI\",\n            \"state\": \"FL\",\n            \"zipCode\": \"331812347\",\n            \"dateAcquired\": \"2021-03\",\n            \"resultViewed\": true,\n            \"otherPossibleNames\": \"\"\n        }\n    ]\n}"}],"_postman_id":"325d5b6b-5439-4330-9edd-07b5994140b5"},{"name":"EIN Search - Get Business Details","id":"29df1e75-05f2-497a-9780-ff845c4f10e5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"KEY"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://api.einsearch.com/api/Fein/BusinessDetail?companyId=12345678&searchLogID=590182","description":"<h4 id=\"description\">Description:</h4>\n<p>To obtain details of a specific business, you need to provide the searchlogid from the previous header search and the companyId of the record you wish to retrieve.</p>\n<h4 id=\"response\">Response:</h4>\n<ul>\n<li><p><strong>status</strong>: Request status will always be \"Success\" unless any errors occur.</p>\n</li>\n<li><p><strong>data</strong>: An array that contains details of the specified business. It will be empty if no match is found.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["api","Fein","BusinessDetail"],"host":["api","einsearch","com"],"query":[{"description":{"content":"<p>companyId of the business from the previous header search.</p>\n","type":"text/plain"},"key":"companyId","value":"12345678"},{"description":{"content":"<p>searchLogID of the previous header search.</p>\n","type":"text/plain"},"key":"searchLogID","value":"590182"}],"variable":[]}},"response":[{"id":"12966f78-1489-4e78-9071-ebd3f2dddee8","name":"EIN Search - Get Business Details","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","description":"Content Type","type":"text"},{"key":"KEY","value":"<API key>","description":"API Access Key/Token","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[],"options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.einsearch.com/api/Fein/BusinessDetail?companyId=12345678&searchLogID=590182","protocol":"https","host":["api","einsearch","com"],"path":["api","Fein","BusinessDetail"],"query":[{"key":"companyId","value":"12345678","description":"companyId of the business from the previous header search."},{"key":"searchLogID","value":"590182","description":"searchLogID of the previous header search."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Mon, 18 Apr 2022 14:35:36 GMT"},{"key":"Content-Length","value":"4864"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Success\",\n    \"data\": [\n        {\n            \"companyId\": \"12345678\",\n            \"ein\": \"123456789\",\n            \"companyName\": \"XYZ example Company\",\n            \"address\": \"PO BOX 1989\",\n            \"address2\": \"\",\n            \"city\": \"SAN FRANCISCO\",\n            \"state\": \"CA\",\n            \"zipCode\": \"987654321\",\n            \"telephone\": null,\n            \"fax\": \"\",\n            \"website\": \"www.xyzexamplecompany.com\",\n            \"firstName\": null,\n            \"middleName\": null,\n            \"lastName\": null,\n            \"email\": \"abc@xyzexamplecompany.com\",\n            \"sic\": null,\n            \"totalEmployees\": \"10\",\n            \"salesRevenue\": null,\n            \"headQuarter\": \"\",\n            \"ncoa\": null,\n            \"dateAcquired\": \"2017-06\",\n            \"ncoaUpdateDate\": \"2020-01\"\n        }\n    ]\n}"}],"_postman_id":"29df1e75-05f2-497a-9780-ff845c4f10e5"},{"name":"OFAC Lookup","id":"176b3b35-c431-4fea-a2f8-50ebd85c7df4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"KEY"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Name\": \"\",\r\n    \"Address\": \"\",\r\n    \"City\": \"\",\r\n    \"Country\": \"\",\r\n    \"State\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.einsearch.com/api/ofac/Lookup","description":"<h4 id=\"description\">Description:</h4>\n<p>Searches the Person/Company Name Number in OFAC list. It performs a word match of the given Name.</p>\n<h5 id=\"response\">Response:</h5>\n<ul>\n<li><p><strong>status</strong>: Request status will always be \"Success\" unless any errors occur.</p>\n</li>\n<li><p><strong>data</strong>: An array that contains all matching records. It will be empty if no match is found.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["api","ofac","Lookup"],"host":["api","einsearch","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"176b3b35-c431-4fea-a2f8-50ebd85c7df4"},{"name":"OFAC Get Details","id":"9d976cfb-6ee1-4481-bd36-37fb4c309ade","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"KEY"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.einsearch.com/api/ofac/lookup/23733","urlObject":{"protocol":"https","path":["api","ofac","lookup","23733"],"host":["api","einsearch","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"9d976cfb-6ee1-4481-bd36-37fb4c309ade"}],"event":[{"listen":"prerequest","script":{"id":"6eb22d75-7460-4a21-a3e4-061c7a09452e","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"f1df4f24-b259-456b-bde8-b887b8f0a311","type":"text/javascript","exec":[""]}}],"variable":[{"key":"apikey","value":""}]}