{"info":{"_postman_id":"c360f422-8529-45c4-ada7-3a526190282f","name":"API Documentation","description":"<html><head></head><body><p>The following documentation describes Infinite Media's company lookup service. The service allows for searching based on URL, telephone number, or company name and any of: street address, city, state, postal code, country. The system can provide back eight different layouts comprising over 60 demographic fields from over half a billion companies internationally.</p>\n<p>Please note: The API uses basic authentication - a username and password will be provided when your account is provisioned. If you need to change your credentials, please contact your account rep. </p>\n<p>If you'd like a demo account, please contact <a href=\"mailto:info@mailinglists.com\">info@mailinglists.com</a></p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"9231875","collectionId":"c360f422-8529-45c4-ada7-3a526190282f","publishedId":"TzCS6mCH","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2022-12-19T22:11:41.000Z"},"item":[{"name":"Batch","item":[{"name":"Batch Submit","event":[{"listen":"test","script":{"id":"9e4f5e2b-c7c9-4f72-bafa-c58826c65e88","exec":["var jsonData = pm.response.json()\r","pm.environment.set(\"tracking_id\", jsonData.trackingID);"],"type":"text/javascript"}}],"id":"550930ce-8593-47fe-b452-a3db9d92daa2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"matchInput\": [\n        {\n            \"companyName\": \"IBM\",\n            \"country\": \"USA\",\n            \"city\": \"Armonk\",\n            \"state\": \"NY\",\n            \"postalCode\": \"10504\",\n            \"matchMethod\": \"cco\"\n        },\n        {\n            \"companyName\": \"Apple\",\n            \"country\": \"USA\",\n            \"city\": \"Cupertino\",\n            \"state\": \"CA\",\n            \"postalCode\": \"10504\"\n        }\n    ],\n    \"confidenceCode\": 1,\n    \"maxMatches\": 1\n}"},"url":"https://api.mlxp.com/api/v1/batch/json-submit","description":"<p>Submit a set of records in JSON format for batch matching.</p>\n<p>Note: this is limited to payloads of approximately 6MB or less. For larger payloads, please contact your account rep about setting up an SFTP integration.</p>\n<p><strong>Payload Structure</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"matchInput\": [\n        {\n            \"companyName\": \"Infinite Media Concepts, Inc.\",\n            \"country\": \"USA\",\n        },\n        {\n            \"companyName\": \"Apple\",\n            \"country\": \"USA\",\n        }\n    ],\n    \"confidenceCode\": 1,\n    \"skipSizeSort\": 1,\n    \"maxMatches\": 25\n}\n\n</code></pre><p><code>matchInput</code> is required, all other fields are optional.</p>\n<p>Within the <code>matchInput</code> list, <code>companyName</code> and <code>country</code> are required, the following fields are optional:</p>\n<ul>\n<li><p><code>companyName</code> - the name of the company to search for</p>\n</li>\n<li><p><code>country</code> - Default USA. the country the company location is in</p>\n</li>\n<li><p><code>address</code> - the street or mailing address of the company</p>\n</li>\n<li><p><code>city</code> - the physical or mailing city of the company</p>\n</li>\n<li><p><code>state</code> - the physical or mailing state of the company</p>\n</li>\n<li><p><code>postalCode</code> - the physical or mailing postal code of the company</p>\n</li>\n<li><p><code>duns</code> - the duns number of the company</p>\n</li>\n<li><p><code>url</code> - the url of the company</p>\n</li>\n<li><p><code>phone</code> - the phone number of the company</p>\n</li>\n<li><p><code>pobox</code> - the po box or address line 2 of the company</p>\n</li>\n<li><p><code>ISO2Country</code> - the two letter ISO 3166 country code of the company (if this is provided, it takes precedence over the “<code>country</code>” parameter)</p>\n</li>\n<li><p><code>bypassCache</code> - if 1 is provided for this parameter, the long lived cache will be bypassed</p>\n</li>\n<li><p><code>matchMethod</code> - if specified, forces the match back end to use a specific algorithm. Omitting or leaving blank will result in the match method being inferred by what parameters are provided. Any other values for <code>matchMethod</code> will result in a <code>v1</code> search. This can be one of the following:</p>\n<ul>\n<li><p><code>test</code> - used to force a specific response code (specify via the “companyName” parameter) for this request.</p>\n</li>\n<li><p><code>v2</code> - use the new enhanced match back end</p>\n</li>\n<li><p><code>v1</code> - use the old match back end, full address code path (this assumes <code>city</code>, <code>state</code>, <code>address</code>, <code>postalCode</code>, <code>country</code> are all provided in addition to <code>companyName</code>)</p>\n</li>\n<li><p><code>duns</code> - search by <code>duns</code> only, even if other parameters are provided</p>\n</li>\n<li><p><code>url</code> - search by <code>url</code> only, even if other parameters are provided</p>\n</li>\n<li><p><code>phone</code> - search by <code>phone</code> only, even if other parameters are provided</p>\n</li>\n<li><p><code>postal</code> - search by <code>postalCode</code> and <code>companyName</code> only, even if other parameters are provided</p>\n</li>\n<li><p><code>cco</code> - search by <code>companyName</code>, and <code>country</code> only, even if other parameters are provided</p>\n</li>\n<li><p><code>ccs</code> - search by <code>companyName</code>, <code>state</code>, and <code>country</code> only, even if other parameters are provided (<code>address</code> and <code>postalCode</code> parameters are considered in the search if they are provided)</p>\n</li>\n<li><p><code>ccsc</code> - search by <code>companyName</code>, <code>city</code>, <code>state</code>, and <code>country</code> only, even if other parameters are provided (<code>address</code> and <code>postalCode</code> parameters are considered in the search if they are provided)</p>\n</li>\n<li><p><code>cacheOnly</code> - limit the results to the long running cache only. Will return a 404 if the request is not in the cache.</p>\n</li>\n</ul>\n</li>\n<li><p><code>confidenceCode</code> - Default 1. the minimum confidence code to return records with.</p>\n</li>\n<li><p><code>maxMatches</code> - Default 25. the maximum number of matches to return with each <code>matchInput</code> record.</p>\n</li>\n<li><p><code>skipSizeSort</code> - if a value of <code>1</code> is provided, only sort results by descending confidence code, otherwise results are sorted by descending confidence code, then descending size score. NOTE: this only applies to <code>cco</code>, <code>ccs</code>, and <code>ccsc</code> match methods. All other methods sort on descending confidence code only</p>\n</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{externalUsername}}"},{"key":"password","value":"{{externalPassword}}"}]},"isInherited":true,"source":{"_postman_id":"c360f422-8529-45c4-ada7-3a526190282f","id":"c360f422-8529-45c4-ada7-3a526190282f","name":"API Documentation","type":"collection"}},"urlObject":{"path":["api","v1","batch","json-submit"],"host":["https://api.mlxp.com"],"query":[],"variable":[]}},"response":[{"id":"1e38d556-6d26-4c95-98b9-f7a2974b030a","name":"Minimal Example","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"matchInput\": [\n        {\n            \"companyName\": \"IBM\",\n            \"country\": \"USA\",\n            \"city\": \"Armonk\",\n            \"state\": \"NY\",\n            \"postalCode\": \"10504\",\n            \"matchMethod\": \"cco\"\n        },\n        {\n            \"companyName\": \"Apple\",\n            \"country\": \"USA\",\n            \"city\": \"Cupertino\",\n            \"state\": \"CA\",\n            \"postalCode\": \"10504\"\n        }\n    ],\n    \"outputProcessor\": \"dom\",\n    \"confidenceCode\": 1,\n    \"maxMatches\": 25\n}","options":{"raw":{"language":"json"}}},"url":"https://api.mlxp.com/api/v1/batch/json-submit"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"79"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Sun, 22 Aug 2021 14:11:25 GMT"},{"key":"x-amzn-RequestId","value":"72db3d0e-1981-406a-9dc6-3a4e376e9a0f"},{"key":"X-Malarkey","value":"none"},{"key":"x-amz-apigw-id","value":"EeMpXF93IAMFp0Q="},{"key":"X-Amzn-Trace-Id","value":"Root=1-61225b08-6204e4e32f1714ef32ac411d"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 2f66aa06710fece8ed203ab0ea81eb56.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"IAD89-C3"},{"key":"X-Amz-Cf-Id","value":"DGC-zHcIAAKUqkR2QAq1gfz8MWzLRoL1x1-WxNsPSj19eBbdyStAYg=="}],"cookie":[],"responseTime":null,"body":"{\n    \"trackingID\": \"57bb7b13-bccc-477c-bc72-05d0a17e1343\",\n    \"status\": \"New Request\"\n}"}],"_postman_id":"550930ce-8593-47fe-b452-a3db9d92daa2"},{"name":"Batch Status","id":"0738d902-efea-4c3e-98bf-b1c4dfbf09e7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.mlxp.com/api/v1/batch/status?tracking_id={{tracking_id}}","description":"<p>Used to check the status of a batch job submitted via \"Batch Submit\"</p>\n<p>Note: These results are only available for 90 days.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{externalUsername}}"},{"key":"password","value":"{{externalPassword}}"}]},"isInherited":true,"source":{"_postman_id":"c360f422-8529-45c4-ada7-3a526190282f","id":"c360f422-8529-45c4-ada7-3a526190282f","name":"API Documentation","type":"collection"}},"urlObject":{"path":["api","v1","batch","status"],"host":["https://api.mlxp.com"],"query":[{"description":{"content":"<p>(Required) The Tracking ID of the batch run</p>\n","type":"text/plain"},"key":"tracking_id","value":"{{tracking_id}}"}],"variable":[]}},"response":[{"id":"46a060d9-91be-4e36-b068-83e19ae2af71","name":"Invalid Tracking ID","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://api.mlxp.com/api/v1/batch/status?tracking_id=6ca2454e-f412-4f74-a98c-b5a5da854361","host":["https://api.mlxp.com"],"path":["api","v1","batch","status"],"query":[{"key":"tracking_id","value":"6ca2454e-f412-4f74-a98c-b5a5da854361"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"182e3da6-4f02-4bfc-8f19-43e06274dfec","name":"Valid Tracking ID","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.mlxp.com/api/v1/batch/status?tracking_id={{tracking_id}}","host":["https://api.mlxp.com"],"path":["api","v1","batch","status"],"query":[{"key":"tracking_id","value":"{{tracking_id}}","description":"(Required) The Tracking ID of the batch run"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"156"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Thu, 29 Apr 2021 22:48:07 GMT"},{"key":"x-amzn-RequestId","value":"34d51d5c-a2a0-44fa-b7fd-db0c39ebeaee"},{"key":"X-Malarkey","value":"none"},{"key":"x-amz-apigw-id","value":"ekWiGGvlIAMF-NA="},{"key":"X-Amzn-Trace-Id","value":"Root=1-608b37a6-31e56742559cb0972953c6f3"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 960b27f23df49cd65e51133bf80b9878.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"EWR53-P1"},{"key":"X-Amz-Cf-Id","value":"WBxtkZuwgzDG5kLyiEVh4V2p506feeeCnxhxdMk1KAZ1ypHXW8L4-Q=="}],"cookie":[],"responseTime":null,"body":"{\n    \"updated\": \"2021-04-29T22:44:44.991845+00:00\",\n    \"rowsTotal\": \"0\",\n    \"status\": \"received\",\n    \"created\": \"2021-04-29T22:44:44.991845+00:00\",\n    \"rowsProcessed\": \"0\"\n}"}],"_postman_id":"0738d902-efea-4c3e-98bf-b1c4dfbf09e7"},{"name":"Batch Results","id":"2fca758c-393f-416d-a268-7301dda55bbf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.mlxp.com/api/v1/batch/json-results?tracking_id={{tracking_id}}","description":"<p>Used to download the actual results from the batch as Json.</p>\n<p>If the batch is still running, this returns a 202-response code. Use the status method to obtain more information about the batch job.</p>\n<p>When the tracking id is finished processing, this method will return a 302 redirect to a presigned S3 URL containing the Json results.</p>\n<p>Note: These results are only available for 90 days.</p>\n<p>The Json results will have the following structure</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>[\n    {\n        \"inputRecord\": {\n            \"COMPANY_NAME\": \"IBM\",\n            \"COUNTRY_NAME\": \"USA\",\n            \"CITY\": \"Armonk\",\n            \"STATE\": \"NY\",\n            \"ZIP\": \"10504\"\n        },\n        \"matchResults\": [\n            {\n                \"dnb_match_grade\": \"AZZAAZZ\",\n                \"Bemfab_activity_ind \": \"M\",\n                \"dnb_confidence_code\": 8,\n                \"dnb_duns_nbr\": \"123456789\",\n                \"dnb_reason\": \"\",\n                \"size_score\": 85\n            }\n        ]\n    },\n    {\n        \"inputRecord\": {\n            \"COMPANY_NAME\": \"Apple\",\n            \"COUNTRY_NAME\": \"USA\",\n            \"CITY\": \"Cupertino\",\n            \"STATE\": \"CA\",\n            \"ZIP\": \"10504\"\n        },\n        \"matchResults\": [\n            {\n                \"dnb_match_grade\": \"AZZAAZZ\",\n                \"Bemfab_activity_ind \": \"M\",\n                \"dnb_confidence_code\": 8,\n                \"dnb_duns_nbr\": \"123456789\",\n                \"dnb_reason\": \"\",\n                \"size_score\": 85\n            }\n        ]\n    }\n]\n\n</code></pre><p>The <code>inputRecord</code> will be repeated for each record submitted, <code>matchResults</code> will be a list of records (up to <code>maxMatches</code>) for each possible match.</p>\n<p><code>matchResults</code> will have the following fields:</p>\n<ul>\n<li><p><code>dnb_match_grade</code> - a 7 digit code corresponding to the quality of the matched record's fields as they correlate to the input record's fields. The positions correlate to the following fields:</p>\n<ul>\n<li><code>companyName</code></li>\n<li>street number (parsed from <code>address</code>)</li>\n<li>street name (parsed from <code>address</code>)</li>\n<li><code>city</code> / <code>postalCode</code></li>\n<li><code>state</code></li>\n<li><code>pobox</code></li>\n<li><code>telephone</code></li>\n</ul>\n</li>\n<li><p><code>Bemfab_activity_ind</code> - Batch Entity Matching Fabrication and provides the reasons for non-marketability, e.g.,  undeliverable address, out of business, etc. See the glossary for full details. </p>\n</li>\n<li><p><code>dnb_confidence_code</code> - a number in the range of 1-10 indicating the quality of a match. 1 is worst, 10 is best. </p>\n</li>\n<li><p><code>dnb_duns_nbr</code> - the duns number of the matched company</p>\n</li>\n<li><p><code>dnb_reason</code> - if a match cannot be found, a human readable message may be populated here indicating why</p>\n</li>\n<li><p><code>size_score</code> - a number ranging from 1-100 indicating the relative size of the company (as defined by total employees and annual revenue in US dollars) as compared to a theoretical maximum. 1 is smallest, 100 is largest</p>\n</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{externalUsername}}"},{"key":"password","value":"{{externalPassword}}"}]},"isInherited":true,"source":{"_postman_id":"c360f422-8529-45c4-ada7-3a526190282f","id":"c360f422-8529-45c4-ada7-3a526190282f","name":"API Documentation","type":"collection"}},"urlObject":{"path":["api","v1","batch","json-results"],"host":["https://api.mlxp.com"],"query":[{"description":{"content":"<p>(Required) The Tracking ID of the batch run</p>\n","type":"text/plain"},"key":"tracking_id","value":"{{tracking_id}}"}],"variable":[]}},"response":[{"id":"c04f2bc5-bbfd-4240-b722-91418d5bf418","name":"Tracking ID is ready for download","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.mlxp.com/api/v1/batch/json-results?tracking_id=9b79c520-64e7-41d1-a4fb-1a85b2cfe23a","host":["https://api.mlxp.com"],"path":["api","v1","batch","json-results"],"query":[{"key":"tracking_id","value":"9b79c520-64e7-41d1-a4fb-1a85b2cfe23a","description":"(Required) The Tracking ID of the batch run"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"x-amz-id-2","value":"FF6jZGgZNkaUZb3vXtksPlbXmaFyZt6gHIOZmoS4UlDsbcAQ+3r81w+DYAI2EB1AQoKQVsIW54Y="},{"key":"x-amz-request-id","value":"RS0A77KSE20571BC"},{"key":"Date","value":"Thu, 29 Apr 2021 21:43:59 GMT"},{"key":"Last-Modified","value":"Thu, 29 Apr 2021 21:43:10 GMT"},{"key":"x-amz-expiration","value":"expiry-date=\"Thu, 29 Jul 2021 00:00:00 GMT\", rule-id=\"ExpireAfter90Days\""},{"key":"ETag","value":"\"9b70c0fe258ccb7f4d19044975b99fb1\""},{"key":"x-amz-server-side-encryption","value":"AES256"},{"key":"x-amz-version-id","value":"null"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Type","value":"binary/octet-stream"},{"key":"Content-Length","value":"5421"},{"key":"Server","value":"AmazonS3"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"inputRecord\": {\n            \"COMPANY_NAME\": \"IBM\",\n            \"COUNTRY_NAME\": \"USA\",\n            \"CITY\": \"Armonk\",\n            \"STATE\": \"NY\",\n            \"ZIP\": \"10504\"\n        },\n        \"matchResults\": [\n            {\n                \"dnb_match_grade\": \"AZZAAZZ\",\n                \"Bemfab_activity_ind \": \"M\",\n                \"dnb_confidence_code\": 8,\n                \"dnb_duns_nbr\": \"001368083\",\n                \"dnb_reason\": \"\",\n                \"size_score\": 85\n            },\n            {\n                \"dnb_match_grade\": \"AZZAAZZ\",\n                \"Bemfab_activity_ind \": \"M\",\n                \"dnb_confidence_code\": 8,\n                \"dnb_duns_nbr\": \"612973552\",\n                \"dnb_reason\": \"\",\n                \"size_score\": 0\n            },\n            {\n                \"dnb_match_grade\": \"AZZAAZZ\",\n                \"Bemfab_activity_ind \": \"M\",\n                \"dnb_confidence_code\": 8,\n                \"dnb_duns_nbr\": \"800046666\",\n                \"dnb_reason\": \"\",\n                \"size_score\": 0\n            },\n            {\n                \"dnb_match_grade\": \"AZZAAZZ\",\n                \"Bemfab_activity_ind \": \"A\",\n                \"dnb_confidence_code\": 8,\n                \"dnb_duns_nbr\": \"788210032\",\n                \"dnb_reason\": \"\",\n                \"size_score\": 0\n            },\n            {\n                \"dnb_match_grade\": \"BZZAAZZ\",\n                \"Bemfab_activity_ind \": \"M\",\n                \"dnb_confidence_code\": 5,\n                \"dnb_duns_nbr\": \"037518412\",\n                \"dnb_reason\": \"\",\n                \"size_score\": 62\n            },\n            {\n                \"dnb_match_grade\": \"BZZAAZZ\",\n                \"Bemfab_activity_ind \": \"M\",\n                \"dnb_confidence_code\": 5,\n                \"dnb_duns_nbr\": \"001697945\",\n                \"dnb_reason\": \"\",\n                \"size_score\": 79\n            },\n            {\n                \"dnb_match_grade\": \"BZZAAZZ\",\n                \"Bemfab_activity_ind \": \"M\",\n                \"dnb_confidence_code\": 5,\n                \"dnb_duns_nbr\": \"961588188\",\n                \"dnb_reason\": \"\",\n                \"size_score\": 34\n            },\n            {\n                \"dnb_match_grade\": \"BZZAAZZ\",\n                \"Bemfab_activity_ind \": \"M\",\n                \"dnb_confidence_code\": 5,\n                \"dnb_duns_nbr\": \"117197402\",\n                \"dnb_reason\": \"\",\n                \"size_score\": 30\n            },\n            {\n                \"dnb_match_grade\": \"BZZAAZZ\",\n                \"Bemfab_activity_ind \": \"M\",\n                \"dnb_confidence_code\": 5,\n                \"dnb_duns_nbr\": \"079450120\",\n                \"dnb_reason\": \"\",\n                \"size_score\": 23\n            },\n            {\n                \"dnb_match_grade\": \"BZZAAZZ\",\n                \"Bemfab_activity_ind \": \"M\",\n                \"dnb_confidence_code\": 5,\n                \"dnb_duns_nbr\": \"080655424\",\n                \"dnb_reason\": \"\",\n                \"size_score\": 0\n            },\n            {\n                \"dnb_match_grade\": \"BZZAAZZ\",\n                \"Bemfab_activity_ind \": \"M\",\n                \"dnb_confidence_code\": 5,\n                \"dnb_duns_nbr\": \"117312109\",\n                \"dnb_reason\": \"\",\n                \"size_score\": 24\n            },\n            {\n                \"dnb_match_grade\": \"BZZAAZZ\",\n                \"Bemfab_activity_ind \": \"A\",\n                \"dnb_confidence_code\": 5,\n                \"dnb_duns_nbr\": \"081059018\",\n                \"dnb_reason\": \"\",\n                \"size_score\": 25\n            },\n            {\n                \"dnb_match_grade\": \"BZZAAZZ\",\n                \"Bemfab_activity_ind \": \"A\",\n                \"dnb_confidence_code\": 5,\n                \"dnb_duns_nbr\": \"801217964\",\n                \"dnb_reason\": \"\",\n                \"size_score\": 25\n            },\n            {\n                \"dnb_match_grade\": \"BZZAAZZ\",\n                \"Bemfab_activity_ind \": \"A\",\n                \"dnb_confidence_code\": 5,\n                \"dnb_duns_nbr\": \"832845148\",\n                \"dnb_reason\": \"\",\n                \"size_score\": 26\n            },\n            {\n                \"dnb_match_grade\": \"BZZAAZZ\",\n                \"Bemfab_activity_ind \": \"A\",\n                \"dnb_confidence_code\": 5,\n                \"dnb_duns_nbr\": \"833026516\",\n                \"dnb_reason\": \"\",\n                \"size_score\": 23\n            },\n            {\n                \"dnb_match_grade\": \"BZZAAZZ\",\n                \"Bemfab_activity_ind \": \"A\",\n                \"dnb_confidence_code\": 5,\n                \"dnb_duns_nbr\": \"117022494\",\n                \"dnb_reason\": \"\",\n                \"size_score\": 24\n            },\n            {\n                \"dnb_match_grade\": \"BZZAAZZ\",\n                \"Bemfab_activity_ind \": \"A\",\n                \"dnb_confidence_code\": 5,\n                \"dnb_duns_nbr\": \"787273457\",\n                \"dnb_reason\": \"\",\n                \"size_score\": 46\n            },\n            {\n                \"dnb_match_grade\": \"BZZAAZZ\",\n                \"Bemfab_activity_ind \": \"A\",\n                \"dnb_confidence_code\": 5,\n                \"dnb_duns_nbr\": \"965511806\",\n                \"dnb_reason\": \"\",\n                \"size_score\": 25\n            },\n            {\n                \"dnb_match_grade\": \"BZZAAZZ\",\n                \"Bemfab_activity_ind \": \"O\",\n                \"dnb_confidence_code\": 5,\n                \"dnb_duns_nbr\": \"783248040\",\n                \"dnb_reason\": \"\",\n                \"size_score\": 0\n            },\n            {\n                \"dnb_match_grade\": \"BZZAAZZ\",\n                \"Bemfab_activity_ind \": \"O\",\n                \"dnb_confidence_code\": 5,\n                \"dnb_duns_nbr\": \"783248115\",\n                \"dnb_reason\": \"\",\n                \"size_score\": 0\n            },\n            {\n                \"dnb_match_grade\": \"BZZAAZZ\",\n                \"Bemfab_activity_ind \": \"O\",\n                \"dnb_confidence_code\": 5,\n                \"dnb_duns_nbr\": \"787841915\",\n                \"dnb_reason\": \"\",\n                \"size_score\": 0\n            }\n        ]\n    },\n    {\n        \"inputRecord\": {\n            \"COMPANY_NAME\": \"Apple\",\n            \"COUNTRY_NAME\": \"USA\",\n            \"CITY\": \"Cupertino\",\n            \"STATE\": \"CA\",\n            \"ZIP\": \"10504\"\n        },\n        \"matchResults\": [\n            {\n                \"dnb_match_grade\": \"AZZAAZZ\",\n                \"Bemfab_activity_ind \": \"M\",\n                \"dnb_confidence_code\": 8,\n                \"dnb_duns_nbr\": \"060704780\",\n                \"dnb_reason\": \"\",\n                \"size_score\": 85\n            },\n            {\n                \"dnb_match_grade\": \"AZZAAZZ\",\n                \"Bemfab_activity_ind \": \"A\",\n                \"dnb_confidence_code\": 8,\n                \"dnb_duns_nbr\": \"080427245\",\n                \"dnb_reason\": \"\",\n                \"size_score\": 23\n            },\n            {\n                \"dnb_match_grade\": \"AZZAAZZ\",\n                \"Bemfab_activity_ind \": \"M\",\n                \"dnb_confidence_code\": 8,\n                \"dnb_duns_nbr\": \"080154296\",\n                \"dnb_reason\": \"\",\n                \"size_score\": 0\n            },\n            {\n                \"dnb_match_grade\": \"AZZAAZZ\",\n                \"Bemfab_activity_ind \": \"M\",\n                \"dnb_confidence_code\": 8,\n                \"dnb_duns_nbr\": \"080992975\",\n                \"dnb_reason\": \"\",\n                \"size_score\": 0\n            },\n            {\n                \"dnb_match_grade\": \"AZZAAZZ\",\n                \"Bemfab_activity_ind \": \"O\",\n                \"dnb_confidence_code\": 8,\n                \"dnb_duns_nbr\": \"079746030\",\n                \"dnb_reason\": \"\",\n                \"size_score\": 3\n            },\n            {\n                \"dnb_match_grade\": \"AZZAAZZ\",\n                \"Bemfab_activity_ind \": \"O\",\n                \"dnb_confidence_code\": 8,\n                \"dnb_duns_nbr\": \"080341462\",\n                \"dnb_reason\": \"\",\n                \"size_score\": 26\n            },\n            {\n                \"dnb_match_grade\": \"AZZAAZZ\",\n                \"Bemfab_activity_ind \": \"O\",\n                \"dnb_confidence_code\": 8,\n                \"dnb_duns_nbr\": \"831717462\",\n                \"dnb_reason\": \"\",\n                \"size_score\": 3\n            },\n            {\n                \"dnb_match_grade\": \"AZZAAZZ\",\n                \"Bemfab_activity_ind \": \"O\",\n                \"dnb_confidence_code\": 8,\n                \"dnb_duns_nbr\": \"078276980\",\n                \"dnb_reason\": \"\",\n                \"size_score\": 0\n            },\n            {\n                \"dnb_match_grade\": \"AZZAAZZ\",\n                \"Bemfab_activity_ind \": \"O\",\n                \"dnb_confidence_code\": 8,\n                \"dnb_duns_nbr\": \"079370452\",\n                \"dnb_reason\": \"\",\n                \"size_score\": 0\n            },\n            {\n                \"dnb_match_grade\": \"AZZAAZZ\",\n                \"Bemfab_activity_ind \": \"O\",\n                \"dnb_confidence_code\": 8,\n                \"dnb_duns_nbr\": \"079663366\",\n                \"dnb_reason\": \"\",\n                \"size_score\": 0\n            },\n            {\n                \"dnb_match_grade\": \"AZZAAZZ\",\n                \"Bemfab_activity_ind \": \"O\",\n                \"dnb_confidence_code\": 8,\n                \"dnb_duns_nbr\": \"080517215\",\n                \"dnb_reason\": \"\",\n                \"size_score\": 0\n            },\n            {\n                \"dnb_match_grade\": \"AZZAAZZ\",\n                \"Bemfab_activity_ind \": \"O\",\n                \"dnb_confidence_code\": 8,\n                \"dnb_duns_nbr\": \"196472872\",\n                \"dnb_reason\": \"\",\n                \"size_score\": 0\n            },\n            {\n                \"dnb_match_grade\": \"AZZAAZZ\",\n                \"Bemfab_activity_ind \": \"O\",\n                \"dnb_confidence_code\": 8,\n                \"dnb_duns_nbr\": \"363573882\",\n                \"dnb_reason\": \"\",\n                \"size_score\": 27\n            }\n        ]\n    }\n]"},{"id":"e5e204a3-21a7-45b9-a03a-60731f8397d4","name":"Tracking ID is still processing","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.mlxp.com/api/v1/batch/json-results?tracking_id={{tracking_id}}","host":["https://api.mlxp.com"],"path":["api","v1","batch","json-results"],"query":[{"key":"tracking_id","value":"{{tracking_id}}","description":"(Required) The Tracking ID of the batch run"}]}},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Thu, 29 Apr 2021 22:47:26 GMT"},{"key":"x-amzn-RequestId","value":"98801fd6-3036-49b3-8b17-36b429113950"},{"key":"X-Malarkey","value":"none"},{"key":"x-amz-apigw-id","value":"ekWbbFudIAMFoug="},{"key":"X-Amzn-Trace-Id","value":"Root=1-608b377c-227ec7456bd9c80e60ab5a67"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 960b27f23df49cd65e51133bf80b9878.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"EWR53-P1"},{"key":"X-Amz-Cf-Id","value":"5EqNf4CaBmM6RIlNAOG1nmcdHp_h0mEU8fu38cs8m1ERISn2f6no6Q=="}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"2fca758c-393f-416d-a268-7301dda55bbf"}],"id":"7790d52c-a790-4688-81ca-ab541ec0d675","description":"<p>These endpoints allow for uploading a set of records in bulk for matching, checking the status of the batch operation, and retrieving the results.</p>\n","_postman_id":"7790d52c-a790-4688-81ca-ab541ec0d675","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{externalUsername}}"},{"key":"password","value":"{{externalPassword}}"}]},"isInherited":true,"source":{"_postman_id":"c360f422-8529-45c4-ada7-3a526190282f","id":"c360f422-8529-45c4-ada7-3a526190282f","name":"API Documentation","type":"collection"}}},{"name":"Lookup","item":[{"name":"Company Lookup v2","id":"345fdd5b-fe6d-422a-95ad-90977fe22da2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.mlxp.com/api/v2/lookup?duns=&phone&companyName&address&pobox&city&state=&postalCode&country&confidenceCode&layout&matchMethod&ISO3Country&ISO2Country&bypassCache","description":"<p>Lookup a company in the database by any of company name, address, city, state, zip, country, duns, phone, url</p>\n<p>Input parameters are hashed and if the identical request is made again results will be served from the long running cache instead of performing a match engine search. The cache retains results for 30 days.</p>\n<p><strong>Parameters</strong></p>\n<ul>\n<li><code>companyName</code> - the name of the company to search for</li>\n<li><code>country</code> - Default USA. the country the company location is in</li>\n<li><code>address</code> - the street or mailing address of the company</li>\n<li><code>city</code> - the physical or mailing city of the company</li>\n<li><code>state</code> - the physical or mailing state of the company</li>\n<li><code>postalCode</code> - the physical or mailing postal code of the company</li>\n<li><code>duns</code> - the duns number of the company</li>\n<li><code>url</code> - the url of the company</li>\n<li><code>phone</code> - the phone number of the company</li>\n<li><code>pobox</code> - the po box or address line 2 of the company</li>\n<li><code>ISO2Country</code> - the two letter ISO 3166 country code of the company (if this is provided, it takes precedence over the “<code>country</code>” parameter)</li>\n<li><code>ISO3Country</code> - the three letter ISO 3166 country code of the company (if this is provided, it takes precedence over the “<code>ISO2Country</code>” and “<code>country</code>” parameters)</li>\n<li><code>bypassCache</code> - if 1 is provided for this parameter, the long lived cache will be bypassed</li>\n<li><code>matchMethod</code> - if specified, forces the match back end to use a specific algorithm. Omitting or leaving blank will result in the match method being inferred by what parameters are provided. Any other values for <code>matchMethod</code> will result in a <code>v1</code> search. This can be one of the following:<ul>\n<li><code>test</code> - used to force a specific response code (specify via the “companyName” parameter) for this request.</li>\n<li><code>v2</code> - use the new enhanced match back end</li>\n<li><code>v1</code> - use the old match back end, full address code path (this assumes <code>city</code>, <code>state</code>, <code>address</code>, <code>postalCode</code>, <code>country</code> are all provided in addition to <code>companyName</code>)</li>\n<li><code>duns</code> - search by <code>duns</code> only, even if other parameters are provided</li>\n<li><code>url</code> - search by <code>url</code> only, even if other parameters are provided</li>\n<li><code>phone</code> - search by <code>phone</code> only, even if other parameters are provided</li>\n<li><code>postal</code> - search by <code>postalCode</code> and <code>companyName</code> only, even if other parameters are provided</li>\n<li><code>cco</code> - search by <code>companyName</code>, and <code>country</code> only, even if other parameters are provided</li>\n<li><code>ccs</code> - search by <code>companyName</code>, <code>state</code>, and <code>country</code> only, even if other parameters are provided (<code>address</code> and <code>postalCode</code> parameters are considered in the search if they are provided)</li>\n<li><code>cacheOnly</code> - limit the results to the long running cache only. Will return a 404 if the request is not in the cache.</li>\n</ul>\n</li>\n<li><code>skipSizeSort</code> - if a value of <code>1</code> is provided, only sort results by descending confidence code, otherwise results are sorted by descending confidence code, then descending size score. NOTE: this only applies to <code>cco</code>, <code>ccs</code>, and <code>ccsc</code> match methods. All other methods sort on descending confidence code only</li>\n<li><code>layout</code> - Default <code>NA</code>. Specify the fields to return. Must be one of the following:<ul>\n<li>PA - Fields returned for this record type:<ul>\n<li>BEMFAB</li>\n<li>CONFIDENCE CODE</li>\n<li>DUNS NUMBER</li>\n<li>COMPANY NAME</li>\n<li>TRADESTYLE NAME</li>\n<li>PRIMARY ADDRESS</li>\n<li>CITY</li>\n<li>STATE/PROVINCE</li>\n<li>POSTAL CODE</li>\n<li>COUNTRY</li>\n<li>PHONE</li>\n<li>URL</li>\n<li>SALES VOLUME</li>\n<li>SALES VOLUME LOCAL</li>\n<li>EMPLOYEES ON SITE</li>\n<li>EMPLOYEES TOTAL</li>\n<li>YEAR STARTED</li>\n<li>LOCATION TYPE</li>\n<li>CEO FIRST NAME</li>\n<li>CEO LAST NAME</li>\n<li>CEO NAME</li>\n<li>CEO TITLE</li>\n<li>LINE OF BUSINESS</li>\n<li>SIC 1</li>\n<li>SIC 1 DESCRIPTION</li>\n<li>SIC 2</li>\n<li>SIC 2 DESCRIPTION</li>\n<li>NAICS CODE</li>\n<li>NAICS DESCRIPTION</li>\n<li>NAICS CODE 2</li>\n<li>NAICS CODE 2 DESCRIPTION</li>\n<li>NON MATCH REASON</li>\n</ul>\n</li>\n<li>SA - Fields returned for this record type:<ul>\n<li>BEMFAB</li>\n<li>CONFIDENCE CODE</li>\n<li>DUNS NUMBER</li>\n<li>COMPANY NAME</li>\n<li>TRADESTYLE NAME</li>\n<li>PRIMARY ADDRESS</li>\n<li>CITY</li>\n<li>STATE/PROVINCE</li>\n<li>POSTAL CODE</li>\n<li>COUNTRY</li>\n<li>PHONE</li>\n<li>SALES VOLUME</li>\n<li>SALES VOLUME LOCAL</li>\n<li>YEAR STARTED</li>\n<li>LOCATION TYPE</li>\n<li>CEO FIRST NAME</li>\n<li>CEO LAST NAME</li>\n<li>CEO NAME</li>\n<li>CEO TITLE</li>\n<li>LINE OF BUSINESS</li>\n<li>SIC 1</li>\n<li>SIC 1 DESCRIPTION</li>\n<li>SIC 2</li>\n<li>SIC 2 DESCRIPTION</li>\n<li>NAICS CODE</li>\n<li>NAICS DESCRIPTION</li>\n<li>NAICS CODE 2</li>\n<li>NAICS CODE 2 DESCRIPTION</li>\n<li>NON MATCH REASON</li>\n</ul>\n</li>\n<li>EA - Fields returned for this record type:<ul>\n<li>BEMFAB</li>\n<li>CONFIDENCE CODE</li>\n<li>DUNS NUMBER</li>\n<li>COMPANY NAME</li>\n<li>TRADESTYLE NAME</li>\n<li>PRIMARY ADDRESS</li>\n<li>CITY</li>\n<li>STATE/PROVINCE</li>\n<li>POSTAL CODE</li>\n<li>COUNTRY</li>\n<li>PHONE</li>\n<li>EMPLOYEES ON SITE</li>\n<li>EMPLOYEES TOTAL</li>\n<li>YEAR STARTED</li>\n<li>LOCATION TYPE</li>\n<li>CEO FIRST NAME</li>\n<li>CEO LAST NAME</li>\n<li>CEO NAME</li>\n<li>CEO TITLE</li>\n<li>LINE OF BUSINESS</li>\n<li>SIC 1</li>\n<li>SIC 1 DESCRIPTION</li>\n<li>SIC 2</li>\n<li>SIC 2 DESCRIPTION</li>\n<li>NAICS CODE</li>\n<li>NAICS DESCRIPTION</li>\n<li>NAICS CODE 2</li>\n<li>NAICS CODE 2 DESCRIPTION</li>\n<li>NON MATCH REASON</li>\n</ul>\n</li>\n<li>TA - Fields returned for this record type:<ul>\n<li>BEMFAB</li>\n<li>CONFIDENCE CODE</li>\n<li>DUNS NUMBER</li>\n<li>COMPANY NAME</li>\n<li>TRADESTYLE NAME</li>\n<li>PRIMARY ADDRESS</li>\n<li>CITY</li>\n<li>STATE/PROVINCE</li>\n<li>POSTAL CODE</li>\n<li>COUNTRY</li>\n<li>PHONE</li>\n<li>YEAR STARTED</li>\n<li>LOCATION TYPE</li>\n<li>CEO FIRST NAME</li>\n<li>CEO LAST NAME</li>\n<li>CEO NAME</li>\n<li>CEO TITLE</li>\n<li>LINE OF BUSINESS</li>\n<li>SIC 1</li>\n<li>SIC 1 DESCRIPTION</li>\n<li>SIC 2</li>\n<li>SIC 2 DESCRIPTION</li>\n<li>NAICS CODE</li>\n<li>NAICS DESCRIPTION</li>\n<li>NAICS CODE 2</li>\n<li>NAICS CODE 2 DESCRIPTION</li>\n<li>NON MATCH REASON</li>\n</ul>\n</li>\n<li>NA - Fields returned for this record type:<ul>\n<li>BEMFAB</li>\n<li>CONFIDENCE CODE</li>\n<li>DUNS NUMBER</li>\n<li>SIC 1</li>\n<li>SIC 1 DESCRIPTION</li>\n<li>SIC 2</li>\n<li>SIC 2 DESCRIPTION</li>\n<li>NAICS CODE</li>\n<li>NAICS DESCRIPTION</li>\n<li>NAICS CODE 2</li>\n<li>NAICS CODE 2 DESCRIPTION</li>\n<li>NON MATCH REASON</li>\n</ul>\n</li>\n<li>PS - Fields returned for this record type:<ul>\n<li>BEMFAB</li>\n<li>CONFIDENCE CODE</li>\n<li>DUNS NUMBER</li>\n<li>SIC 1</li>\n<li>NON MATCH REASON</li>\n</ul>\n</li>\n<li>PHN - Fields returned for this record type:<ul>\n<li>PHONE</li>\n</ul>\n</li>\n<li><strong>ADD ON LAYOUTS</strong>In addition, there are add-on layouts that can be added to any of the above.<ul>\n<li>C<ul>\n<li>BANKRUPTCY INDICATOR</li>\n<li>BANKRUPTCY DATE</li>\n<li>BANKRUPTCY CHAPTER</li>\n<li>BANKRUPTCY STATUS</li>\n<li>BANKRUPTCY ACTION</li>\n<li>VIABILITY RATING</li>\n</ul>\n</li>\n<li>I<ul>\n<li>WOMEN OWNED</li>\n<li>VETERAN OWNED</li>\n<li>MINORITY OWNED</li>\n<li>COTTAGE INDICATOR</li>\n</ul>\n</li>\n<li>M<ul>\n<li>IMPORT / EXPORT</li>\n<li>OWNS / RENTS</li>\n<li>FRANCHISE</li>\n<li>PUBLIC / PRIVATE</li>\n<li>NON-PROFIT</li>\n<li>LEGAL STATUS</li>\n<li>SQ FOOTAGE</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<p><strong>Match Method Selection</strong></p>\n<p>Note: if matchMethod is specified, then that algorithm is used, regardless of the below</p>\n<ul>\n<li><code>duns</code> - no other parameters are considered and a duns match is performed</li>\n<li><code>url</code> - no other parameters are considered and a url match is performed</li>\n<li><code>phone</code> - no other parameters are considered, and phone lookup is performed</li>\n<li><code>cacheOnly</code> - only search in the long running cache</li>\n<li><code>companyName</code> and <code>postalCode</code> ONLY - postal code lookup is performed, then city and state from postal database is passed with company name and zip to lookup, standard lookup is performed</li>\n<li><code>companyName</code> and <code>country</code> ONLY - cco lookup is performed</li>\n<li><code>companyName</code> and <code>country</code> and <code>state</code> ONLY - ccs lookup is performed</li>\n<li><code>companyName</code> and <code>country</code> and <code>state</code> and <code>city</code> ONLY - ccsc lookup is performed</li>\n<li>if none of the above is true, then a standard lookup is performed</li>\n</ul>\n<p><strong>Country field priority</strong></p>\n<ul>\n<li>If <code>ISO3country</code> is nonblank and present in the request, that is used over <code>ISO2country</code></li>\n<li>If both are present, then the value passed for <code>ISO3country</code> is used</li>\n<li>If all three (<code>country</code>, <code>ISO3Country</code>, <code>ISO2Country</code>) are present, then <code>ISO3country</code> is used</li>\n<li>To use just <code>country</code>, do not provide values for <code>ISO2country</code> Or <code>ISO3Country</code></li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{externalUsername}}"},{"key":"password","value":"{{externalPassword}}"}]},"isInherited":true,"source":{"_postman_id":"c360f422-8529-45c4-ada7-3a526190282f","id":"c360f422-8529-45c4-ada7-3a526190282f","name":"API Documentation","type":"collection"}},"urlObject":{"path":["api","v2","lookup"],"host":["https://api.mlxp.com"],"query":[{"description":{"content":"<p>Duns number to match on. Dashes are allowed, and ignored if present.</p>\n","type":"text/plain"},"key":"duns","value":""},{"description":{"content":"<p>Phone number to match on - non numbers are ignored</p>\n","type":"text/plain"},"key":"phone","value":null},{"description":{"content":"<p>Company name</p>\n","type":"text/plain"},"key":"companyName","value":null},{"description":{"content":"<p>Company address</p>\n","type":"text/plain"},"key":"address","value":null},{"description":{"content":"<p>Company address line two</p>\n","type":"text/plain"},"key":"pobox","value":null},{"description":{"content":"<p>Company city</p>\n","type":"text/plain"},"key":"city","value":null},{"description":{"content":"<p>Company state</p>\n","type":"text/plain"},"key":"state","value":""},{"description":{"content":"<p>Company postal code</p>\n","type":"text/plain"},"key":"postalCode","value":null},{"description":{"content":"<p>Company country name</p>\n","type":"text/plain"},"key":"country","value":null},{"description":{"content":"<p>Confidence code threshold. Results less than this value are not returned.</p>\n","type":"text/plain"},"key":"confidenceCode","value":null},{"description":{"content":"<p>Requested layout to return</p>\n","type":"text/plain"},"key":"layout","value":null},{"description":{"content":"<p>The match method to use when performing this search</p>\n","type":"text/plain"},"key":"matchMethod","value":null},{"description":{"content":"<p>The ISO 3166-1 alpha-2 code</p>\n","type":"text/plain"},"key":"ISO3Country","value":null},{"description":{"content":"<p>The ISO 3166-1 alpha-3 code</p>\n","type":"text/plain"},"key":"ISO2Country","value":null},{"description":{"content":"<p>If 1, request will bypass the long running cache, regardless of the cachability of the request</p>\n","type":"text/plain"},"key":"bypassCache","value":null}],"variable":[]}},"response":[{"id":"197c715b-a5c7-4f54-9c28-54d7812fbae8","name":"Lookup by name and address","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.mlxp.com/api/v2/lookup?companyName=Infinite Media Inc&address=190 East Post Rd&pobox=Floor 2&city=White Plains&state=NY&postalCode=12533&country=USA","host":["https://api.mlxp.com"],"path":["api","v2","lookup"],"query":[{"key":"companyName","value":"Infinite Media Inc"},{"key":"address","value":"190 East Post Rd"},{"key":"pobox","value":"Floor 2"},{"key":"city","value":"White Plains"},{"key":"state","value":"NY"},{"key":"postalCode","value":"12533"},{"key":"country","value":"USA","description":"ISO alpha 2 country codes are allowed, as well as full length country names."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"361"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Wed, 14 Apr 2021 00:00:20 GMT"},{"key":"x-amzn-RequestId","value":"5800d3a1-a07a-433a-89ac-0f573b81b374"},{"key":"MLXP-Record-Type","value":"NA"},{"key":"MLXP-Version","value":"2.0.0"},{"key":"X-Malarkey","value":"none"},{"key":"x-amz-apigw-id","value":"dvyFdGf9oAMFSjg="},{"key":"X-Amzn-Trace-Id","value":"Root=1-60763089-592cc5fc456f78713ce908b4"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 9c1dd3a19b345bbdabc718a69ac89c3d.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"EWR52-C3"},{"key":"X-Amz-Cf-Id","value":"h_WmUIQmTYPd9l2AHZfJCozCHvgeM1CRmUd6hiPM7LiWzT1_Ci5wIA=="}],"cookie":[],"responseTime":null,"body":"{\n    \"BEMFAB\": \"M\",\n    \"CONFIDENCE CODE\": 10,\n    \"DUNS NUMBER\": \"826074809\",\n    \"SIC 1\": \"73319904\",\n    \"SIC 1 DESCRIPTION\": \"Mailing service\",\n    \"SIC 2\": \"\",\n    \"SIC 2 DESCRIPTION\": \"\",\n    \"NAICS CODE\": \"541860\",\n    \"NAICS DESCRIPTION\": \"Direct Mail Advertising\",\n    \"NAICS CODE 2\": \"\",\n    \"NAICS CODE 2 DESCRIPTION\": \"\",\n    \"NON MATCH REASON\": \"\",\n    \"MATCH GRADE\": \"AAAAAZZ\",\n    \"ADDRESS SOURCE\": \"\"\n}"},{"id":"4814518a-6a21-4d22-a785-4fddd4287d53","name":"Company name and country only","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.mlxp.com/api/v2/lookup?companyName=walmart&country=USA","host":["https://api.mlxp.com"],"path":["api","v2","lookup"],"query":[{"key":"companyName","value":"walmart"},{"key":"country","value":"USA","description":"ISO alpha 2 country codes are allowed, as well as full length country names."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"497"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Wed, 14 Apr 2021 00:02:39 GMT"},{"key":"x-amzn-RequestId","value":"b6475eb0-aaea-4cbb-b8e6-395e8f2e1227"},{"key":"MLXP-Record-Type","value":"NA"},{"key":"MLXP-Version","value":"2.0.0"},{"key":"X-Malarkey","value":"none"},{"key":"x-amz-apigw-id","value":"dvycqH1xoAMFSgg="},{"key":"X-Amzn-Trace-Id","value":"Root=1-6076311d-09b08f5c71b25198136e8519"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 9c1dd3a19b345bbdabc718a69ac89c3d.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"EWR52-C3"},{"key":"X-Amz-Cf-Id","value":"bSMPKF8zNhWfjgzQ2LNo_7w5JkT0G0vQ72LSK2f6IThXDvH8Jqax3g=="}],"cookie":[],"responseTime":null,"body":"{\n    \"BEMFAB\": \"M\",\n    \"CONFIDENCE CODE\": 8,\n    \"DUNS NUMBER\": \"138173773\",\n    \"SIC 1\": \"59619913\",\n    \"SIC 1 DESCRIPTION\": \"General merchandise, mail order\",\n    \"SIC 2\": \"51999914\",\n    \"SIC 2 DESCRIPTION\": \"General merchandise, non-durable\",\n    \"NAICS CODE\": \"454110\",\n    \"NAICS DESCRIPTION\": \"Electronic Shopping and Mail-Order Houses\",\n    \"NAICS CODE 2\": \"424990\",\n    \"NAICS CODE 2 DESCRIPTION\": \"Other Miscellaneous Nondurable Goods Merchant Wholesalers\",\n    \"NON MATCH REASON\": \"\",\n    \"MATCH GRADE\": \"AZZZZZZ\",\n    \"ADDRESS SOURCE\": \"\"\n}"},{"id":"150a434d-12ad-4adc-af41-f9166970daa6","name":"Lookup by phone","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.mlxp.com/api/v2/lookup?phone=9149488300","host":["https://api.mlxp.com"],"path":["api","v2","lookup"],"query":[{"key":"phone","value":"9149488300"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"356"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Wed, 14 Apr 2021 00:03:27 GMT"},{"key":"x-amzn-RequestId","value":"bf307cb5-1d40-40d7-901b-f78b9234dcfe"},{"key":"MLXP-Record-Type","value":"NA"},{"key":"MLXP-Version","value":"2.0.0"},{"key":"X-Malarkey","value":"none"},{"key":"x-amz-apigw-id","value":"dvykOEtooAMFyUA="},{"key":"X-Amzn-Trace-Id","value":"Root=1-6076314e-5795cc793c8fff026f8b01d6"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 9c1dd3a19b345bbdabc718a69ac89c3d.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"EWR52-C3"},{"key":"X-Amz-Cf-Id","value":"LK-dwAriMYcwLeAQFIa9LDR4PHoeGoOkkU42LMaPTQ_sJp8CjKy6Wg=="}],"cookie":[],"responseTime":null,"body":"{\n    \"BEMFAB\": \"M\",\n    \"CONFIDENCE CODE\": \"10\",\n    \"DUNS NUMBER\": \"826074809\",\n    \"SIC 1\": \"73319904\",\n    \"SIC 1 DESCRIPTION\": \"Mailing service\",\n    \"SIC 2\": \"\",\n    \"SIC 2 DESCRIPTION\": \"\",\n    \"NAICS CODE\": \"541860\",\n    \"NAICS DESCRIPTION\": \"Direct Mail Advertising\",\n    \"NAICS CODE 2\": \"\",\n    \"NAICS CODE 2 DESCRIPTION\": \"\",\n    \"NON MATCH REASON\": \"\",\n    \"MATCH GRADE\": \"\",\n    \"ADDRESS SOURCE\": \"\"\n}"},{"id":"6f03647e-bec5-439e-9e19-8a1559747cfc","name":"Lookup by URL","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.mlxp.com/api/v2/lookup?url=mailinglists.com","host":["https://api.mlxp.com"],"path":["api","v2","lookup"],"query":[{"key":"url","value":"mailinglists.com"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"356"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Wed, 14 Apr 2021 00:04:10 GMT"},{"key":"x-amzn-RequestId","value":"9efc43c1-0420-4435-bc47-ebfde8e55d51"},{"key":"MLXP-Record-Type","value":"NA"},{"key":"MLXP-Version","value":"2.0.0"},{"key":"X-Malarkey","value":"none"},{"key":"x-amz-apigw-id","value":"dvyrEH-1oAMFjXw="},{"key":"X-Amzn-Trace-Id","value":"Root=1-60763179-2ef9de9f41a002f0079f7462"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 9c1dd3a19b345bbdabc718a69ac89c3d.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"EWR52-C3"},{"key":"X-Amz-Cf-Id","value":"NWeu958dmgjphzPQFyd2Q_JBuAJt7TAY5eDSg3zMkqwVxf-ELU8P_g=="}],"cookie":[],"responseTime":null,"body":"{\n    \"BEMFAB\": \"M\",\n    \"CONFIDENCE CODE\": \"10\",\n    \"DUNS NUMBER\": \"826074809\",\n    \"SIC 1\": \"73319904\",\n    \"SIC 1 DESCRIPTION\": \"Mailing service\",\n    \"SIC 2\": \"\",\n    \"SIC 2 DESCRIPTION\": \"\",\n    \"NAICS CODE\": \"541860\",\n    \"NAICS DESCRIPTION\": \"Direct Mail Advertising\",\n    \"NAICS CODE 2\": \"\",\n    \"NAICS CODE 2 DESCRIPTION\": \"\",\n    \"NON MATCH REASON\": \"\",\n    \"MATCH GRADE\": \"\",\n    \"ADDRESS SOURCE\": \"\"\n}"},{"id":"1fe5cf83-b96d-48bc-91bd-36ae9bc3d2dd","name":"Lookup by DUNS","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.mlxp.com/api/v2/lookup?duns=826074809","host":["https://api.mlxp.com"],"path":["api","v2","lookup"],"query":[{"key":"duns","value":"826074809"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"356"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Wed, 14 Apr 2021 00:04:37 GMT"},{"key":"x-amzn-RequestId","value":"120c12db-2170-4965-92ed-ecc2371235cc"},{"key":"MLXP-Record-Type","value":"NA"},{"key":"MLXP-Version","value":"2.0.0"},{"key":"X-Malarkey","value":"none"},{"key":"x-amz-apigw-id","value":"dvyvKF1HoAMFsOg="},{"key":"X-Amzn-Trace-Id","value":"Root=1-60763194-1827e0903245d299321b371e"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 9c1dd3a19b345bbdabc718a69ac89c3d.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"EWR52-C3"},{"key":"X-Amz-Cf-Id","value":"BPw0-Bc9ImzwmGjVNO2FLFT-xXhg5nNdzFX8vKVfpoz_QC1svUmpqQ=="}],"cookie":[],"responseTime":null,"body":"{\n    \"BEMFAB\": \"M\",\n    \"CONFIDENCE CODE\": \"10\",\n    \"DUNS NUMBER\": \"826074809\",\n    \"SIC 1\": \"73319904\",\n    \"SIC 1 DESCRIPTION\": \"Mailing service\",\n    \"SIC 2\": \"\",\n    \"SIC 2 DESCRIPTION\": \"\",\n    \"NAICS CODE\": \"541860\",\n    \"NAICS DESCRIPTION\": \"Direct Mail Advertising\",\n    \"NAICS CODE 2\": \"\",\n    \"NAICS CODE 2 DESCRIPTION\": \"\",\n    \"NON MATCH REASON\": \"\",\n    \"MATCH GRADE\": \"\",\n    \"ADDRESS SOURCE\": \"\"\n}"}],"_postman_id":"345fdd5b-fe6d-422a-95ad-90977fe22da2"}],"id":"0d8e1805-f66e-4b3d-b6d1-f6e9fc057c96","description":"<p>Lookup businesses by address.</p>\n","_postman_id":"0d8e1805-f66e-4b3d-b6d1-f6e9fc057c96","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{externalUsername}}"},{"key":"password","value":"{{externalPassword}}"}]},"isInherited":true,"source":{"_postman_id":"c360f422-8529-45c4-ada7-3a526190282f","id":"c360f422-8529-45c4-ada7-3a526190282f","name":"API Documentation","type":"collection"}}},{"name":"Glossary","item":[],"id":"dc5538d4-dae0-4957-b5f5-75e00b94169d","description":"<h1 id=\"bankruptcy-action\">BANKRUPTCY ACTION</h1>\n<p>I = INVOLUNTARY<br />V = VOLUNTARY</p>\n<h1 id=\"bankruptcy-chapter\">BANKRUPTCY CHAPTER</h1>\n<p>Bankruptcy Chapter 07,09,11,12,13</p>\n<h1 id=\"bankruptcy-date\">BANKRUPTCY DATE</h1>\n<p>Bankruptcy Date YYYYMMDD</p>\n<h1 id=\"bankruptcy-indicator\">BANKRUPTCY INDICATOR</h1>\n<p>Y = indicates that, according to D&amp;B ‘s file, the business is operating under bankruptcy proceedings. This indicator remains until the business either emerges from the proceedings or ceases operations.</p>\n<h1 id=\"bankruptcy-status\">BANKRUPTCY STATUS</h1>\n<p>1 = OPEN<br />2 = DISMISSED<br />3 = DISCHARGED<br />4 = PLAN CONFIRMED<br />5 = CLOSE<br />6 = VOID</p>\n<h1 id=\"bemfab\">BEMFAB</h1>\n<p>Batch Entity Matching Fabrication and provides the reasons for non-marketability, e.g., undeliverable address, out of business, etc.</p>\n<p>M = Marketable: Marketable records are intended to be the most useful records to a customer for marketing campaigns.</p>\n<p>D = Delisted: Delisted records are active business records that are excluded from marketing products at the request of the management of the business entity.</p>\n<p>S = SIC 9999: When D&amp;B is unable to determine a company’s line of business, SIC 9999 will be assigned indicating the line of business has yet to be determined.</p>\n<p>X = Other: A record may have insufficient information to categorize or needs revision</p>\n<p>A = UTC: An indicator that identifies a record as Undeliverable or Unable to Confirm. Address Undeliverable (Nixie) – indicates that mail sent to the captioned address has been returned.</p>\n<p>Y = UTC: Unable to Confirm (UTC) – Identifies records that are showing limited to no activity.</p>\n<p>O = OOB: A business which D&amp;B determined as inactive and/or out of business using at least 2 separate authorities to confirm.</p>\n<h1 id=\"ceo-first-name\">CEO FIRST NAME</h1>\n<p>The first name of the individual who has the highest ranking authority of the business at this location.</p>\n<h1 id=\"ceo-last-name\">CEO LAST NAME</h1>\n<p>The last name of the individual who has the highest ranking authority of the business at this location.</p>\n<h1 id=\"ceo-name\">CEO NAME</h1>\n<p>The full name of the individual who has the highest ranking authority of the business at this location.</p>\n<h1 id=\"ceo-title\">CEO TITLE</h1>\n<p>The title of the individual with the highest ranking authority at this location. May be abbreviated.</p>\n<h1 id=\"city\">CITY</h1>\n<p>The name of the city where the business is physically located.</p>\n<h1 id=\"company-name\">COMPANY NAME</h1>\n<p>A legal name of the business, in common order.</p>\n<h1 id=\"confidence-code\">CONFIDENCE CODE</h1>\n<p>The following Confidence Codes reflect the quality of a match:<br />Code Quality Match<br />8-10 High quality match<br />5-7 Acceptable for some business applications. User evaluation is usually needed to<br />select from among candidates.<br />1-4 Weak match. Not to be used when a positive business identity is required.<br />0 No match.</p>\n<h1 id=\"cottage-indicator\">COTTAGE INDICATOR</h1>\n<p>Y = Yes<br />N = No</p>\n<h1 id=\"country\">COUNTRY</h1>\n<p>The name of the country where the business is located.</p>\n<h1 id=\"duns-number\">DUNS NUMBER</h1>\n<p>A randomly generated nine-digit number assigned by Dun &amp; Bradstreet to identify unique business establishments.</p>\n<h1 id=\"employees-on-site\">EMPLOYEES ON SITE</h1>\n<p>The number of employees at this location.</p>\n<h1 id=\"employees-total\">EMPLOYEES TOTAL</h1>\n<p>The total number of employees in the business organization; it should include subsidiary and branch locations.</p>\n<h1 id=\"franchise\">FRANCHISE</h1>\n<p>C=Company Owned<br />F=Franchisee Owner</p>\n<h1 id=\"hierarchy-code\">HIERARCHY CODE</h1>\n<p>The hierarchy code is a two-digit field which determines the records relative position in a family tree by indicating its relationship to other records. The hierarchy code functions in the following way- Global Ultimates have a hierarchy code of- 01. Subsidiaries have a hierarchy code of one greater than their parents. Branches have a hierarchy code equal to their headquarters.</p>\n<h1 id=\"importexport\">IMPORT/EXPORT</h1>\n<p>A code value that identifies whether the business imports goods or services for re-manufacture or sale, exports products or services to a foreign country, and/or is an agent for goods.</p>\n<h1 id=\"legal-status\">LEGAL STATUS</h1>\n<p>A code value which describes the legal structure of the business</p>\n<h1 id=\"line-of-business\">LINE OF BUSINESS</h1>\n<p>A narrative description of the operations or activities of the business. Relates to the primary four-digit 1987 US SIC.</p>\n<h1 id=\"location-type\">LOCATION TYPE</h1>\n<p>B = Business Location<br />C = Consumer Location</p>\n<h1 id=\"match-grade\">MATCH GRADE</h1>\n<p>A 7 digit code corresponding to the quality of the matched record's fields as they correlate to the input record's fields. The positions correlate to the following fields:<br />- <code>companyName</code><br />- street number (parsed from <code>address</code>)<br />- street name (parsed from <code>address</code>)<br />- <code>city</code> / <code>postalCode</code><br />- <code>state</code><br />- <code>pobox</code><br />- <code>telephone</code></p>\n<h1 id=\"minority-owned\">MINORITY OWNED</h1>\n<p>MIN = Minority Owned<br />Blank = Not Minority Owned</p>\n<h1 id=\"naics-code\">NAICS CODE</h1>\n<p>Primary North American Industry Classification System code</p>\n<h1 id=\"naics-description\">NAICS DESCRIPTION</h1>\n<p>A textual description of the primary NAICS code</p>\n<h1 id=\"naics-code-2\">NAICS CODE 2</h1>\n<p>Secondary North American Industry Classification System code</p>\n<h1 id=\"naics-code-2-description\">NAICS CODE 2 DESCRIPTION</h1>\n<p>A textual description of the secondary NAICS code</p>\n<h1 id=\"non-match-reason\">NON MATCH REASON</h1>\n<p>A reason indicating why a match could not be found. May not always be provided.</p>\n<h1 id=\"non-profit\">NON-PROFIT</h1>\n<p>Y = Is a Non Profit<br />N = Not a Non Profit</p>\n<h1 id=\"number-of-family-members\">NUMBER OF FAMILY MEMBERS</h1>\n<p>The number of family members including the global ultimate and all subsidiaries and branches of the entire family tree worldwide. All family members within a particular tree carry the same count.</p>\n<h1 id=\"owns--rents\">OWNS / RENTS</h1>\n<p>0 = N/A<br />1= Owns<br />2 = Rents</p>\n<h1 id=\"phone\">PHONE</h1>\n<p>The phone number of the Parent organization.</p>\n<h1 id=\"postal-code\">POSTAL CODE</h1>\n<p>The postal code of the Parent organization.</p>\n<h1 id=\"primary-address\">PRIMARY ADDRESS</h1>\n<p>The primary address of the Parent organization.</p>\n<h1 id=\"public--private\">PUBLIC / PRIVATE</h1>\n<p>Y = Public<br />N = Private</p>\n<h1 id=\"sales-volume\">SALES VOLUME</h1>\n<p>The total annual sales/revenue for this business, expressed in US dollars as a signed, decimal field. If the sales/revenue figure is collected in the local currency, the local value is converted to US dollars.</p>\n<h1 id=\"sales-volume-local\">SALES VOLUME LOCAL</h1>\n<p>The total annual sales/revenue for this business in the local currency. Not available on branch locations.</p>\n<h1 id=\"sic-1\">SIC 1</h1>\n<p>Standard Industrial Classification (“SIC”) code developed by the United States Government that assigns a code to businesses and other organizations, classifying and subdividing the activity performed by the establishment at that location. Up to a max of four, eight-digit SICs.</p>\n<h1 id=\"sic-1-description\">SIC 1 DESCRIPTION</h1>\n<p>A textual description of the primary SIC</p>\n<h1 id=\"sic-2\">SIC 2</h1>\n<p>Standard Industrial Classification (“SIC”) code developed by the United States Government that assigns a code to businesses and other organizations, classifying and subdividing the activity performed by the establishment at that location. Up to a max of four, eight-digit SICs.</p>\n<h1 id=\"sic-2-description\">SIC 2 DESCRIPTION</h1>\n<p>A textual description of the secondary SIC</p>\n<h1 id=\"sq-footage\">SQ FOOTAGE</h1>\n<p>1-9 sq ft rounded to 10<br />10-1000 sq ft rounded to nearest 10<br />&gt;1000 sq ft rounded to nearest 100<br />blank if N/A</p>\n<h1 id=\"stateprovince\">STATE/PROVINCE</h1>\n<p>The name of the state/province where the business is located. Generally in the local language.</p>\n<h1 id=\"subsidiary-indicator\">SUBSIDIARY INDICATOR</h1>\n<p>Indicates whether the subject business is more than 50% owned by another organization.</p>\n<h1 id=\"tradestyle-name\">TRADESTYLE NAME</h1>\n<p>A trading style name used by a business. It is an additional name used by a company. Also referred to as \"Doing Business As\" (DBA) and \"Also Known As\" (AKA).</p>\n<h1 id=\"url\">URL</h1>\n<p>Domain name or Web address of the Subject Duns Number</p>\n<h1 id=\"veteran-owned\">VETERAN OWNED</h1>\n<p>VET = Vet<br />Blank = Not Vet</p>\n<h1 id=\"viability-rating\">VIABILITY RATING</h1>\n<p>Viability Score, Portfolio Comparison, Data Depth, Company Profile</p>\n<h1 id=\"women-owned\">WOMEN OWNED</h1>\n<p>FEM = Women Owned<br />Blank = Not Women Owned</p>\n<h1 id=\"year-started\">YEAR STARTED</h1>\n<p>The year when current ownership or management assumed control of the business or the year established if no control change has taken place. This is not provided for branch records.</p>\n","_postman_id":"dc5538d4-dae0-4957-b5f5-75e00b94169d","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{externalUsername}}"},{"key":"password","value":"{{externalPassword}}"}]},"isInherited":true,"source":{"_postman_id":"c360f422-8529-45c4-ada7-3a526190282f","id":"c360f422-8529-45c4-ada7-3a526190282f","name":"API Documentation","type":"collection"}}},{"name":"Health check","id":"0542453c-4260-4676-909d-227c43e494d9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.mlxp.com/health","description":"<p>Performs a health check against the internals of the lookup engine.</p>\n<p>Returns a status of \"UP\" if all is well.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{externalUsername}}"},{"key":"password","value":"{{externalPassword}}"}]},"isInherited":true,"source":{"_postman_id":"c360f422-8529-45c4-ada7-3a526190282f","id":"c360f422-8529-45c4-ada7-3a526190282f","name":"API Documentation","type":"collection"}},"urlObject":{"path":["health"],"host":["https://api.mlxp.com"],"query":[],"variable":[]}},"response":[{"id":"30ea9281-b26e-4a6f-94f1-ec5d2e1280cf","name":"Healthy result","originalRequest":{"method":"GET","header":[],"url":"https://api.mlxp.com/health"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"16"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Wed, 14 Apr 2021 02:13:02 GMT"},{"key":"x-amzn-RequestId","value":"544c8db7-9772-475c-a78b-e94a945ab6c7"},{"key":"X-Malarkey","value":"none"},{"key":"x-amz-apigw-id","value":"dwFi7GIBIAMFq4A="},{"key":"X-Amzn-Trace-Id","value":"Root=1-60764fac-6d98af4b560e17660e7f21f2"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 13eb5c0e05c1c43ed344f7e14dcf0a01.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"EWR52-C3"},{"key":"X-Amz-Cf-Id","value":"W9hRn_StGCtsSyJI5bumQbbHslOBZM6lpP8smVBDSj9nHPHaIgyNFw=="}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"UP\"\n}"}],"_postman_id":"0542453c-4260-4676-909d-227c43e494d9"}],"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{externalUsername}}"},{"key":"password","value":"{{externalPassword}}"}]}},"event":[{"listen":"prerequest","script":{"id":"2e6b0370-2c62-4910-b8f8-4a740b17ad07","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"fa1954df-0364-48a5-aa5f-0a3888ea8b2c","type":"text/javascript","exec":[""]}}],"variable":[{"key":"baseUrl","value":"https://api.mlxp.com"}]}