{"info":{"_postman_id":"4a469cf5-b5e6-4ff5-b397-74d162354446","name":"Cobalt Intelligence API","description":"<html><head></head><body><p>A collection of available APIs offered by Cobalt Intelligence.</p>\n<p>Be sure to set your Cobalt Intelligence apiKey inside of variables.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"16049587","collectionId":"4a469cf5-b5e6-4ff5-b397-74d162354446","publishedId":"2s9YXiY1nY","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2023-11-09T18:41:04.000Z"},"item":[{"name":"Court Cases","item":[{"name":"Your GET endpoint","id":"1d2b4925-588c-4096-a423-20eeab8bc93f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"x-api-key","value":"Your cobalt Int API key","description":"<p>Your Cobalt Intelligence API key.</p>\n","type":"text"}],"url":"https://apigateway.cobaltintelligence.com/courtCases?businessName=<string>&jurisdiction=<string>&callbackUrl=<string>","urlObject":{"path":["courtCases"],"host":["https://apigateway.cobaltintelligence.com"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"businessName","value":"<string>"},{"description":{"content":"<p>(Required) newYork or miamiDade, sample data can be returned with testNewYork or testMiamiDade</p>\n","type":"text/plain"},"key":"jurisdiction","value":"<string>"},{"description":{"content":"<p>(Required) Think of it as a letter. Sometimes you get a letter, say asking you to fill in a form then return the form in a pre-addressed envelope which is in the original envelope that was housing the form.  Once you have finished filling the form in, you put it in the provided return envelope and send it back.  The callback URL is like that return envelope. You are basically saying, \"I am sending you this data; once you are done with it, I am listening on this callback URL waiting your response.\" So the API will process the data you have sent then look at the callback to send you the response.  This is useful because sometimes you may take ages to process some data and it makes no sense to have the caller wait for a response. For example, say your API allows users to send documents to it and virus scan them. Then you send a report after. The scan could take maybe 3 minutes. The user cannot be waiting for 3 minutes. So you acknowledge that you got the document and let the caller get on with other business while you do the scan, then use the callback URL when done to tell them the result of the scan.</p>\n","type":"text/plain"},"key":"callbackUrl","value":"<string>"}],"variable":[]}},"response":[{"id":"3830baf6-9ef7-4573-a776-ba46fdd2d54c","name":"200 Initial response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"x-api-key","value":"Your cobalt Int API key","description":"Your Cobalt Intelligence API key.","type":"text"}],"url":{"raw":"https://apigateway.cobaltintelligence.com/courtCases?businessName=Keybank&jurisdiction=newYork or miamiDade&callbackUrl=https://myCallBackUrl.com","protocol":"https","host":["apigateway","cobaltintelligence","com"],"path":["courtCases"],"query":[{"key":"businessName","value":"Keybank"},{"key":"jurisdiction","value":"newYork or miamiDade"},{"key":"callbackUrl","value":"https://myCallBackUrl.com"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Completed request will be sent to callback url.\",\n    \"statusCode\": 200,\n    \"callbackData\": {\n        \"requestId\": \"123456-asd3-4159-b5b0-hg5cyhdd\",\n        \"callbackUrl\": \"https://myCallBackUrl.com\"\n    }\n}"},{"id":"c2d3b01e-fd49-484c-a448-a4676dd46706","name":"400 Response","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"Your cobalt Int API key","type":"text"}],"url":{"raw":"https://apigateway.cobaltintelligence.com/courtCases?callbackUrl=https://myCallBackUrl.com","protocol":"https","host":["apigateway","cobaltintelligence","com"],"path":["courtCases"],"query":[{"key":"businessName","value":"KeyBank","disabled":true},{"key":"callbackUrl","value":"https://myCallBackUrl.com"},{"key":"jurisdiction","value":"newYork or miamiDade","disabled":true}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 08 Nov 2023 18:08:22 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"321"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"770e164d-d2a3-4f4c-bbdc-615ec1943e5a"},{"key":"access-control-allow-origin","value":"*"},{"key":"x-amz-apigw-id","value":"OF03hHWPIAMF-NQ="},{"key":"X-Amzn-Trace-Id","value":"Root=1-654bce96-0693819b1685cd763c7f34d0;Sampled=0;lineage=2e4ee4fa:0"},{"key":"access-control-allow-credentials","value":"true"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Required parameters not passed in. Please pass in jurisdiction for all requests. Available jurisdictions are: newYork,miamiDade\",\n    \"statusCode\": 400,\n    \"callbackData\": {\n        \"requestId\": \"123456-asd3-4159-b5b0-hg5cyhdd\",\n        \"callbackUrl\": \"https://myCallBackUrl.com\"\n    }\n}"},{"id":"80691c55-2ff2-48f6-8ebe-035b924a7164","name":"200 Response with result newYork","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"x-api-key","value":"Your cobalt Int API key","description":"Your Cobalt Intelligence API key.","type":"text"}],"url":{"raw":"https://apigateway.cobaltintelligence.com/courtCases?businessName=<string>&jurisdiction=<string>&callbackUrl=<string>","host":["https://apigateway.cobaltintelligence.com"],"path":["courtCases"],"query":[{"key":"businessName","value":"<string>","description":"(Required) "},{"key":"jurisdiction","value":"<string>","description":"(Required) "},{"key":"callbackUrl","value":"<string>","description":"(Required) Think of it as a letter. Sometimes you get a letter, say asking you to fill in a form then return the form in a pre-addressed envelope which is in the original envelope that was housing the form.  Once you have finished filling the form in, you put it in the provided return envelope and send it back.  The callback URL is like that return envelope. You are basically saying, \"I am sending you this data; once you are done with it, I am listening on this callback URL waiting your response.\" So the API will process the data you have sent then look at the callback to send you the response.  This is useful because sometimes you may take ages to process some data and it makes no sense to have the caller wait for a response. For example, say your API allows users to send documents to it and virus scan them. Then you send a report after. The scan could take maybe 3 minutes. The user cannot be waiting for 3 minutes. So you acknowledge that you got the document and let the caller get on with other business while you do the scan, then use the callback URL when done to tell them the result of the scan."}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"requestId\": \"<string>\",\r\n  \"results\": [\r\n    // This is the first result that is in that will have the most details\r\n    {\r\n      \"url\": \"<string>\",\r\n      \"status\": \"<string>\",\r\n      \"caption\": \"<string>\",\r\n      \"courtCaseType\": \"<string>\",\r\n      \"searchType\": \"<string>\",\r\n      \"documents\": [\r\n        {\r\n          \"documentName\": \"<string>\",\r\n          \"documentUrl\": \"<string>\",\r\n          \"documentFiledBy\": \"<string>\",\r\n          \"documentStatus\": \"<string>\",\r\n          \"documentStatusUrl\": \"<string>\"\r\n        }\r\n        // Can have multiple documents for each case\r\n      ],\r\n      \"caseDetails\": \"<string>\",\r\n      \"plaintiff\": \"<string>\",\r\n      \"petitioner\": \"<string>\",\r\n      \"defendants\": [\r\n        \"<string>\",\r\n        \"<string>\",\r\n        \"<string>\"\r\n      ]\r\n    },\r\n    // These are the other results that will have top level details but not as many as the first result.\r\n    {\r\n      \"url\": \"<string>\",\r\n      \"status\": \"<string>\",\r\n      \"caption\": \"<string>\",\r\n      \"courtCaseType\": \"<string>\",\r\n      \"searchType\": \"<string>\"\r\n    },\r\n    {\r\n      \"url\": \"<string>\",\r\n      \"status\": \"<string>\",\r\n      \"caption\": \"<string>\",\r\n      \"courtCaseType\": \"<string>\",\r\n      \"searchType\": \"<string>\"\r\n    }\r\n    // ... same pattern continues for other items in results\r\n  ],\r\n  \"statusCode\": 200,\r\n  \"status\": \"<string>\"\r\n}"},{"id":"9f27bc69-0efe-4943-a062-698a160adb39","name":"200 Response result miamiDade","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"x-api-key","value":"Your cobalt Int API key","description":"Your Cobalt Intelligence API key.","type":"text"}],"url":{"raw":"https://apigateway.cobaltintelligence.com/courtCases?businessName=<string>&jurisdiction=<string>&callbackUrl=<string>","host":["https://apigateway.cobaltintelligence.com"],"path":["courtCases"],"query":[{"key":"businessName","value":"<string>","description":"(Required) "},{"key":"jurisdiction","value":"<string>","description":"(Required) newYork or miamiDade"},{"key":"callbackUrl","value":"<string>","description":"(Required) Think of it as a letter. Sometimes you get a letter, say asking you to fill in a form then return the form in a pre-addressed envelope which is in the original envelope that was housing the form.  Once you have finished filling the form in, you put it in the provided return envelope and send it back.  The callback URL is like that return envelope. You are basically saying, \"I am sending you this data; once you are done with it, I am listening on this callback URL waiting your response.\" So the API will process the data you have sent then look at the callback to send you the response.  This is useful because sometimes you may take ages to process some data and it makes no sense to have the caller wait for a response. For example, say your API allows users to send documents to it and virus scan them. Then you send a report after. The scan could take maybe 3 minutes. The user cannot be waiting for 3 minutes. So you acknowledge that you got the document and let the caller get on with other business while you do the scan, then use the callback URL when done to tell them the result of the scan."}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"requestId\": \"<string>\",\n    \"results\": [\n        {\n            \"caseInfo\": \"<string>\",\n            \"caseType\": \"<string>\",\n            \"caseStatus\": \"<string>\",\n            \"caseFiled\": \"<string>\",\n            \"localCaseNumber\": \"<string>\",\n            \"stateCaseNumber\": \"<string>\",\n            \"consolidatedCaseNumber\": \"<string>\",\n            \"caseJudicialSection\": \"<string>\"\n        },\n        {\n            \"caseInfo\": \"<string>\",\n            \"caseType\": \"<string>\",\n            \"caseStatus\": \"<string>\",\n            \"caseFiled\": \"<string>\",\n            \"localCaseNumber\": \"<string>\",\n            \"stateCaseNumber\": \"<string>\",\n            \"consolidatedCaseNumber\": \"<string>\",\n            \"caseJudicialSection\": \"<string>\"\n        },\n        {\n            \"caseInfo\": \"<string>\",\n            \"caseType\": \"<string>\",\n            \"caseStatus\": \"<string>\",\n            \"caseFiled\": \"<string>\",\n            \"localCaseNumber\": \"<string>\",\n            \"stateCaseNumber\": \"<string>\",\n            \"consolidatedCaseNumber\": \"<string>\",\n            \"caseJudicialSection\": \"<string>\"\n        }\n    ],\n    \"statusCode\": 200,\n    \"status\": \"<string>\"\n}"}],"_postman_id":"1d2b4925-588c-4096-a423-20eeab8bc93f"}],"id":"0417d6e8-f7ef-4b46-90b8-7ac65db14254","description":"<p>Court cases from New York and Miami Dade</p>\n","_postman_id":"0417d6e8-f7ef-4b46-90b8-7ac65db14254"},{"name":"OFAC","item":[{"name":"Your GET endpoint","id":"3c77365c-da18-4ed8-b5dd-7e697d395595","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"x-api-key","value":"Your cobalt Int API key","type":"text"}],"url":"https://apigateway.cobaltintelligence.com/ofac?searchQuery=<string>&searchType=<string>&sources=<string>&score=<number>&address=<string>&stateOrProvince=<string>&city=<string>&postalCode=<string>","urlObject":{"path":["ofac"],"host":["https://apigateway.cobaltintelligence.com"],"query":[{"description":{"content":"<p>(Required) A business or an individual</p>\n","type":"text/plain"},"key":"searchQuery","value":"<string>"},{"description":{"content":"<p>searchType can be organization, person, vessel, aircraft. If none are entered all 4 will be searched with</p>\n","type":"text/plain"},"key":"searchType","value":"<string>"},{"description":{"content":"<p>If you want to choose specific sources to check against. If left blank all sources will be used. Use spaces or commas to seperate them\nSources available: \nBFS, FHFA, HUD, SAM, DNSL, TOUA, LKTL, PEP, FINCEN, INTERPOL, LFIU, DFAT, DPL, FSF, LEIE, MXSAT, NONSDN, OFSI, REPET, SDN, SECO, SEMA, UN</p>\n","type":"text/plain"},"key":"sources","value":"<string>"},{"description":{"content":"<p>A score between 80-100 for the fuzzy matching. We recommend 95. If no score is entered it will default to 95</p>\n","type":"text/plain"},"key":"score","value":"<number>"},{"description":{"content":"<p>Address field</p>\n","type":"text/plain"},"key":"address","value":"<string>"},{"description":{"content":"<p>A non required filter to help with the matching </p>\n","type":"text/plain"},"key":"stateOrProvince","value":"<string>"},{"key":"city","value":"<string>"},{"key":"postalCode","value":"<string>"}],"variable":[]}},"response":[{"id":"c61e2a0e-fe6f-46da-8ed8-bbad5c2dfbf9","name":"200 response (OK) With results","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"x-api-key","value":"Your cobalt Int API key","type":"text"}],"url":{"raw":"https://apigateway.cobaltintelligence.com/ofac?searchQuery=<string>&searchType=<string>&sources=<string>&score=<number>&address=<string>&stateOrProvince=<string>&city=<string>&postalCode=<string>","host":["https://apigateway.cobaltintelligence.com"],"path":["ofac"],"query":[{"key":"searchQuery","value":"<string>","description":"(Required) A business or an individual"},{"key":"searchType","value":"<string>","description":"searchType can be organization, person, vessel, aircraft. If none are entered all 4 will be searched with"},{"key":"sources","value":"<string>","description":"If you want to choose specific sources to check against. If left blank all sources will be used. Use spaces or commas to seperate them\n\nSources available: \nBFS, FHFA, HUD, SAM, DNSL, TOUA, LKTL, PEP, FINCEN, INTERPOL, LFIU, DFAT, DPL, FSF, LEIE, MXSAT, NONSDN, OFSI, REPET, SDN, SECO, SEMA, UN"},{"key":"score","value":"<number>","description":"A score between 80-100 for the fuzzy matching. We recommend 95. If no score is enter it will default to 95"},{"key":"address","value":"<string>","description":"Address field"},{"key":"stateOrProvince","value":"<string>","description":"A non required filter to help with the matching "},{"key":"city","value":"<string>"},{"key":"postalCode","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    // The case ID you provided in the request (if any)\n    \"id\": \"<string>\",\n    // The entity name that was screened\n    \"name\": \"<string>\",\n    // Total number of sanction list matches found\n    \"matchCount\": \"<number>\",\n    // Array of matched sanction entries, ordered by score\n    \"matches\": [\n        {\n            // Match confidence score (0-100), filtered by your minScore parameter\n            \"score\": \"<number>\",\n            \"matchSummary\": {\n                // Fields that contributed to the match\n                \"matchFields\": [\n                    {\n                        // STRONG or WEAK similarity\n                        \"similarity\": \"<string>\",\n                        // The type of field matched (e.g. \"Name\", \"Address\")\n                        \"fieldName\": \"<string>\",\n                        // The value from your screened entity\n                        \"caseField\": \"<string>\",\n                        // The value from the sanction list\n                        \"sanctionField\": \"<string>\",\n                        // Whether the match was against \"Primary\" name or \"Alias\"\n                        \"sanctionFieldNote\": \"<string>\"\n                    }\n                ]\n            },\n            \"sanction\": {\n                // Unique identifier — can be used with the Entity API\n                \"id\": \"<string>\",\n                // \"person\", \"organization\", \"vessel\", or \"aircraft\"\n                \"type\": \"<string>\",\n                // Risk categories: \"sanction\", \"debarment\", \"pep\", \"ban\"\n                \"categories\": [\n                    \"<string>\"\n                ],\n                // Primary name on the sanction list\n                \"name\": \"<string>\",\n                // Lowercase formatted version of the name\n                \"nameFormatted\": \"<string>\",\n                // URL to the full entity record\n                \"entityLink\": \"<string>\",\n                // Sanction list source (e.g. \"SDN\", \"NONSDN\", \"SECO\")\n                \"source\": \"<string>\",\n                // ID within the source list\n                \"sourceId\": \"<string>\",\n                \"description\": \"<string>\",\n                \"remarks\": \"<string>\",\n                \"effectiveDate\": \"<string>\",\n                \"expirationDate\": \"<string>\",\n                \"lastUpdate\": \"<string>\",\n                // Known aliases for this entity\n                \"alias\": [\n                    {\n                        \"name\": \"<string>\",\n                        \"firstName\": \"<string>\",\n                        \"lastName\": \"<string>\",\n                        // \"strong\" or \"weak\" alias association\n                        \"comment\": \"<string>\"\n                    }\n                ],\n                // Known addresses associated with the sanctioned entity\n                \"addresses\": [\n                    {\n                        \"address1\": \"<string>\",\n                        \"address2\": \"<string>\",\n                        \"address3\": \"<string>\",\n                        \"address4\": \"<string>\",\n                        \"city\": \"<string>\",\n                        \"stateOrProvince\": \"<string>\",\n                        \"postalCode\": \"<string>\",\n                        \"country\": \"<string>\"\n                    }\n                ],\n                // IDs such as passport, drivers license, military ID, etc. Types are not normalized across lists\n                \"identifications\": [\n                    {\n                        \"type\": \"<string>\",\n                        \"idNumber\": \"<string>\",\n                        \"country\": \"<string>\",\n                        \"issueDate\": \"<string>\",\n                        \"expirationDate\": \"<string>\"\n                    }\n                ],\n                \"emailAddresses\": [\n                    \"<string>\"\n                ],\n                \"phoneNumbers\": [\n                    \"<string>\"\n                ],\n                \"websites\": [\n                    \"<string>\"\n                ],\n                \"cryptoWallets\": [\n                    {\n                        \"publicKey\": \"<string>\"\n                    }\n                ],\n                \"sourceLinks\": [\n                    \"<string>\"\n                ],\n                // Sanctions programs (e.g. \"UKRAINE-EO13662\", \"RUSSIA-EO14024\")\n                \"programs\": [\n                    \"<string>\"\n                ],\n                // Any secondary sanctions risks noted\n                \"additionalSanctions\": [\n                    \"<string>\"\n                ],\n                // Miscellaneous label-value pairs from the sanction list (not normalized)\n                \"additionalInformation\": [\n                    {\n                        \"label\": \"<string>\",\n                        \"value\": \"<string>\"\n                    }\n                ],\n                // Present when type is \"person\"\n                \"personDetails\": {\n                    \"firstName\": \"<string>\",\n                    \"middleName\": \"<string>\",\n                    \"lastName\": \"<string>\",\n                    \"title\": \"<string>\",\n                    \"gender\": \"<string>\",\n                    \"birthDates\": [\n                        \"<string>\"\n                    ],\n                    \"citizenships\": [\n                        \"<string>\"\n                    ],\n                    \"nationalities\": [\n                        \"<string>\"\n                    ],\n                    \"positions\": [\n                        \"<string>\"\n                    ],\n                    \"education\": [\n                        \"<string>\"\n                    ]\n                },\n                // Present when type is \"organization\"\n                \"organizationDetails\": {\n                    \"registrationNumbers\": [\n                        \"<string>\"\n                    ]\n                },\n                // Present when type is \"vessel\"\n                \"vesselDetails\": {\n                    \"vesselType\": \"<string>\",\n                    \"callSign\": \"<string>\",\n                    \"flag\": \"<string>\",\n                    \"owner\": \"<string>\",\n                    \"imoNumber\": \"<string>\",\n                    \"tonnage\": \"<string>\",\n                    \"grossTonnage\": \"<string>\"\n                },\n                // Present when type is \"aircraft\"\n                \"aircraftDetails\": {\n                    \"icaoCode\": \"<string>\",\n                    \"serialNumber\": \"<string>\"\n                }\n            }\n        }\n    ]\n}"},{"id":"036ed1d2-ae80-485f-8a64-ff78822e5330","name":"200 Response example results","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"x-api-key","value":"Your cobalt Int API key","type":"text"}],"url":{"raw":"https://apigateway.cobaltintelligence.com/ofac?searchQuery=VTB BANK PJSC SHANGHAI BRANCH&score=95&address=29, Bolshaya Morskaya str.","host":["https://apigateway.cobaltintelligence.com"],"path":["ofac"],"query":[{"key":"searchQuery","value":"VTB BANK PJSC SHANGHAI BRANCH"},{"key":"score","value":"95"},{"key":"address","value":"29, Bolshaya Morskaya str."},{"key":"source","value":null,"type":"text","disabled":true}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"name\": \"VTB BANK PJSC SHANGHAI BRANCH\",\n    \"matchCount\": 4,\n    \"matches\": [\n        {\n            \"score\": 100,\n            \"matchSummary\": {\n                \"matchFields\": [\n                    {\n                        \"similarity\": \"STRONG\",\n                        \"fieldName\": \"Name\",\n                        \"caseField\": \"VTB BANK PJSC SHANGHAI BRANCH\",\n                        \"sanctionField\": \"VTB BANK PJSC\",\n                        \"sanctionFieldNote\": \"Alias\"\n                    },\n                    {\n                        \"similarity\": \"STRONG\",\n                        \"fieldName\": \"Address\",\n                        \"caseField\": \"29, Bolshaya Morskaya str. \",\n                        \"sanctionField\": \"29, Bolshaya Morskaya str. St. Petersburg 190000 Russia\"\n                    }\n                ]\n            },\n            \"sanction\": {\n                \"id\": \"nonsdn-17013\",\n                \"type\": \"organization\",\n                \"categories\": [\n                    \"sanction\"\n                ],\n                \"source\": \"NONSDN\",\n                \"sourceId\": \"17013\",\n                \"name\": \"VTB BANK PUBLIC JOINT STOCK COMPANY\",\n                \"nameFormatted\": \"vtb bank public joint stock company\",\n                \"entityLink\": \"https://www.ofac-api.com/entities/nonsdn-17013\",\n                \"alias\": [\n                    {\n                        \"id\": \"26072\",\n                        \"name\": \"JSC VTB BANK\",\n                        \"lastName\": \"JSC VTB BANK\",\n                        \"nameFormatted\": \"jsc vtb bank\",\n                        \"comment\": \"strong\"\n                    },\n                    {\n                        \"id\": \"26073\",\n                        \"name\": \"BANK VTB OPEN JOINT STOCK COMPANY\",\n                        \"lastName\": \"BANK VTB OPEN JOINT STOCK COMPANY\",\n                        \"nameFormatted\": \"bank vtb open joint stock company\",\n                        \"comment\": \"strong\"\n                    },\n                    {\n                        \"id\": \"26075\",\n                        \"name\": \"BANK VNESHNEY TORGOVLI OPEN JOINT STOCK COMPANY\",\n                        \"lastName\": \"BANK VNESHNEY TORGOVLI OPEN JOINT STOCK COMPANY\",\n                        \"nameFormatted\": \"bank vneshney torgovli open joint stock company\",\n                        \"comment\": \"strong\"\n                    },\n                    {\n                        \"id\": \"26076\",\n                        \"name\": \"BANK VNESHNEY TORGOVLI JOINT STOCK COMPANY\",\n                        \"lastName\": \"BANK VNESHNEY TORGOVLI JOINT STOCK COMPANY\",\n                        \"nameFormatted\": \"bank vneshney torgovli joint stock company\",\n                        \"comment\": \"strong\"\n                    },\n                    {\n                        \"id\": \"26077\",\n                        \"name\": \"BANK VNESHNEI TORGOVLI RSFSR\",\n                        \"lastName\": \"BANK VNESHNEI TORGOVLI RSFSR\",\n                        \"nameFormatted\": \"bank vneshnei torgovli rsfsr\",\n                        \"comment\": \"strong\"\n                    },\n                    {\n                        \"id\": \"26078\",\n                        \"name\": \"BANK VNESHNEY TORGOVLI ROSSIYSKOY FEDERATSII CLOSED JOINT STOCK COMPANY\",\n                        \"lastName\": \"BANK VNESHNEY TORGOVLI ROSSIYSKOY FEDERATSII CLOSED JOINT STOCK COMPANY\",\n                        \"nameFormatted\": \"bank vneshney torgovli rossiyskoy federatsii closed joint stock company\",\n                        \"comment\": \"strong\"\n                    },\n                    {\n                        \"id\": \"26079\",\n                        \"name\": \"VNESHTORGBANK ROSSII CLOSED JOINT STOCK COMPANY\",\n                        \"lastName\": \"VNESHTORGBANK ROSSII CLOSED JOINT STOCK COMPANY\",\n                        \"nameFormatted\": \"vneshtorgbank rossii closed joint stock company\",\n                        \"comment\": \"strong\"\n                    },\n                    {\n                        \"id\": \"26081\",\n                        \"name\": \"BANK VTB OAO\",\n                        \"lastName\": \"BANK VTB OAO\",\n                        \"nameFormatted\": \"bank vtb oao\",\n                        \"comment\": \"strong\"\n                    },\n                    {\n                        \"id\": \"54895\",\n                        \"name\": \"VTB BANK PAO\",\n                        \"lastName\": \"VTB BANK PAO\",\n                        \"nameFormatted\": \"vtb bank pao\",\n                        \"comment\": \"strong\"\n                    },\n                    {\n                        \"id\": \"54896\",\n                        \"name\": \"VTB BANK OAO\",\n                        \"lastName\": \"VTB BANK OAO\",\n                        \"nameFormatted\": \"vtb bank oao\",\n                        \"comment\": \"strong\"\n                    },\n                    {\n                        \"id\": \"54900\",\n                        \"name\": \"VTB BANK PJSC\",\n                        \"lastName\": \"VTB BANK PJSC\",\n                        \"nameFormatted\": \"vtb bank pjsc\",\n                        \"comment\": \"strong\"\n                    },\n                    {\n                        \"id\": \"54902\",\n                        \"name\": \"BANK VTB PUBLICHNOE AKTSIONERNOE OBSHCHESTVO\",\n                        \"lastName\": \"BANK VTB PUBLICHNOE AKTSIONERNOE OBSHCHESTVO\",\n                        \"nameFormatted\": \"bank vtb publichnoe aktsionernoe obshchestvo\",\n                        \"comment\": \"strong\"\n                    },\n                    {\n                        \"id\": \"54903\",\n                        \"name\": \"VTB BANK\",\n                        \"lastName\": \"VTB BANK\",\n                        \"nameFormatted\": \"vtb bank\",\n                        \"comment\": \"strong\"\n                    },\n                    {\n                        \"id\": \"54907\",\n                        \"name\": \"OAO BANK VTB\",\n                        \"lastName\": \"OAO BANK VTB\",\n                        \"nameFormatted\": \"oao bank vtb\",\n                        \"comment\": \"strong\"\n                    },\n                    {\n                        \"id\": \"54908\",\n                        \"name\": \"VTB BANK OPEN JOINT STOCK COMPANY\",\n                        \"lastName\": \"VTB BANK OPEN JOINT STOCK COMPANY\",\n                        \"nameFormatted\": \"vtb bank open joint stock company\",\n                        \"comment\": \"strong\"\n                    },\n                    {\n                        \"id\": \"54909\",\n                        \"name\": \"BANK VNESHEI TORGOVLI OAO\",\n                        \"lastName\": \"BANK VNESHEI TORGOVLI OAO\",\n                        \"nameFormatted\": \"bank vneshei torgovli oao\",\n                        \"comment\": \"strong\"\n                    },\n                    {\n                        \"id\": \"54912\",\n                        \"name\": \"BANK VNESHNEI TORGOVLI ROSSISKOI FEDERATSII AS A PRIVATE JOINT STOCK COMPANY\",\n                        \"lastName\": \"BANK VNESHNEI TORGOVLI ROSSISKOI FEDERATSII AS A PRIVATE JOINT STOCK COMPANY\",\n                        \"nameFormatted\": \"bank vneshnei torgovli rossiskoi federatsii as a private joint stock company\",\n                        \"comment\": \"strong\"\n                    },\n                    {\n                        \"id\": \"54914\",\n                        \"name\": \"OAO VNESHTORGBANK\",\n                        \"lastName\": \"OAO VNESHTORGBANK\",\n                        \"nameFormatted\": \"oao vneshtorgbank\",\n                        \"comment\": \"strong\"\n                    },\n                    {\n                        \"id\": \"54940\",\n                        \"name\": \"BANK OF FOREIGN TRADE OF THE RUSSIAN FEDERATION\",\n                        \"lastName\": \"BANK OF FOREIGN TRADE OF THE RUSSIAN FEDERATION\",\n                        \"nameFormatted\": \"bank of foreign trade of the russian federation\",\n                        \"comment\": \"strong\"\n                    },\n                    {\n                        \"id\": \"54941\",\n                        \"name\": \"BANK FOR FOREIGN TRADE OF RSFSR\",\n                        \"lastName\": \"BANK FOR FOREIGN TRADE OF RSFSR\",\n                        \"nameFormatted\": \"bank for foreign trade of rsfsr\",\n                        \"comment\": \"strong\"\n                    },\n                    {\n                        \"id\": \"54942\",\n                        \"name\": \"VNESHTORGBANK OF RSFSR\",\n                        \"lastName\": \"VNESHTORGBANK OF RSFSR\",\n                        \"nameFormatted\": \"vneshtorgbank of rsfsr\",\n                        \"comment\": \"strong\"\n                    },\n                    {\n                        \"id\": \"54943\",\n                        \"name\": \"CJSC BANK FOR FOREIGN TRADE OF THE RUSSIAN FEDERATION\",\n                        \"lastName\": \"CJSC BANK FOR FOREIGN TRADE OF THE RUSSIAN FEDERATION\",\n                        \"nameFormatted\": \"cjsc bank for foreign trade of the russian federation\",\n                        \"comment\": \"strong\"\n                    },\n                    {\n                        \"id\": \"54944\",\n                        \"name\": \"RUSSIAN VNESHTORGBANK\",\n                        \"lastName\": \"RUSSIAN VNESHTORGBANK\",\n                        \"nameFormatted\": \"russian vneshtorgbank\",\n                        \"comment\": \"strong\"\n                    },\n                    {\n                        \"id\": \"54945\",\n                        \"name\": \"VNESHTORGBANK\",\n                        \"lastName\": \"VNESHTORGBANK\",\n                        \"nameFormatted\": \"vneshtorgbank\",\n                        \"comment\": \"strong\"\n                    },\n                    {\n                        \"id\": \"54946\",\n                        \"name\": \"OJSC CJSC BANK FOR FOREIGN TRADE\",\n                        \"lastName\": \"OJSC CJSC BANK FOR FOREIGN TRADE\",\n                        \"nameFormatted\": \"ojsc cjsc bank for foreign trade\",\n                        \"comment\": \"strong\"\n                    },\n                    {\n                        \"id\": \"55124\",\n                        \"name\": \"BANK VTB PAO\",\n                        \"lastName\": \"BANK VTB PAO\",\n                        \"nameFormatted\": \"bank vtb pao\",\n                        \"comment\": \"strong\"\n                    },\n                    {\n                        \"id\": \"77195\",\n                        \"name\": \"JSC VTB BANK NEW DELHI BRANCH\",\n                        \"lastName\": \"JSC VTB BANK NEW DELHI BRANCH\",\n                        \"nameFormatted\": \"jsc vtb bank new delhi branch\",\n                        \"comment\": \"weak\"\n                    },\n                    {\n                        \"id\": \"77196\",\n                        \"name\": \"VTB BANK PJSC SHANGHAI BRANCH\",\n                        \"lastName\": \"VTB BANK PJSC SHANGHAI BRANCH\",\n                        \"nameFormatted\": \"vtb bank pjsc shanghai branch\",\n                        \"comment\": \"strong\"\n                    }\n                ],\n                \"additionalSanctions\": [\n                    \"Secondary sanctions risk: Ukraine-/Russia-Related Sanctions Regulations, 31 CFR 589.201 and/or 589.209\",\n                    \"Secondary sanctions risk: See Section 11 of Executive Order 14024.\"\n                ],\n                \"programs\": [\n                    \"UKRAINE-EO13662\",\n                    \"RUSSIA-EO14024\"\n                ],\n                \"remarks\": \"For more information on directives, please visit the following link: http://www.treasury.gov/resource-center/sanctions/Programs/Pages/ukraine.aspx#directives.\",\n                \"addresses\": [\n                    {\n                        \"id\": \"25798\",\n                        \"address1\": \"29, Bolshaya Morskaya str.\",\n                        \"city\": \"St. Petersburg\",\n                        \"postalCode\": \"190000\",\n                        \"country\": \"Russia\",\n                        \"fullAddress\": \"29, Bolshaya Morskaya str. St. Petersburg 190000 Russia\"\n                    },\n                    {\n                        \"id\": \"25799\",\n                        \"address1\": \"37 Plyushchikha ul.\",\n                        \"city\": \"Moscow\",\n                        \"postalCode\": \"119121\",\n                        \"country\": \"Russia\",\n                        \"fullAddress\": \"37 Plyushchikha ul. Moscow 119121 Russia\"\n                    },\n                    {\n                        \"id\": \"25800\",\n                        \"address1\": \"43, Vorontsovskaya str.\",\n                        \"city\": \"Moscow\",\n                        \"postalCode\": \"109044\",\n                        \"country\": \"Russia\",\n                        \"fullAddress\": \"43, Vorontsovskaya str. Moscow 109044 Russia\"\n                    },\n                    {\n                        \"id\": \"52482\",\n                        \"address1\": \"11 litera, per. Degtyarny\",\n                        \"city\": \"St. Petersburg\",\n                        \"postalCode\": \"191144\",\n                        \"country\": \"Russia\",\n                        \"fullAddress\": \"11 litera, per. Degtyarny St. Petersburg 191144 Russia\"\n                    },\n                    {\n                        \"id\": \"52483\",\n                        \"address1\": \"11, lit A, Degtyarnyy pereulok\",\n                        \"city\": \"St. Petersburg\",\n                        \"postalCode\": \"191144\",\n                        \"country\": \"Russia\",\n                        \"fullAddress\": \"11, lit A, Degtyarnyy pereulok St. Petersburg 191144 Russia\"\n                    },\n                    {\n                        \"id\": \"52484\",\n                        \"address1\": \"43, bld.1, Vorontsovskaya str.\",\n                        \"city\": \"Moscow\",\n                        \"postalCode\": \"109147\",\n                        \"country\": \"Russia\",\n                        \"fullAddress\": \"43, bld.1, Vorontsovskaya str. Moscow 109147 Russia\"\n                    },\n                    {\n                        \"id\": \"52485\",\n                        \"address1\": \"Bashnya Zapad, Kompleks Federatsiya, 12, nab. Presnenskaya\",\n                        \"city\": \"Moscow\",\n                        \"postalCode\": \"123317\",\n                        \"country\": \"Russia\",\n                        \"fullAddress\": \"Bashnya Zapad, Kompleks Federatsiya, 12, nab. Presnenskaya Moscow 123317 Russia\"\n                    },\n                    {\n                        \"id\": \"52486\",\n                        \"address1\": \"str. 1, 43, ul. Vorontsovskaya\",\n                        \"city\": \"Moscow\",\n                        \"postalCode\": \"109147\",\n                        \"country\": \"Russia\",\n                        \"fullAddress\": \"str. 1, 43, ul. Vorontsovskaya Moscow 109147 Russia\"\n                    },\n                    {\n                        \"id\": \"52488\",\n                        \"address1\": \"Vorontsovskaya Str 43\",\n                        \"city\": \"Moscow\",\n                        \"postalCode\": \"109147\",\n                        \"country\": \"Russia\",\n                        \"fullAddress\": \"Vorontsovskaya Str 43 Moscow 109147 Russia\"\n                    },\n                    {\n                        \"id\": \"74656\",\n                        \"address1\": \"The Taj Mahal Hotel, Lobby Mezzanine Floor 1, Mansingh Road\",\n                        \"city\": \"New Delhi\",\n                        \"postalCode\": \"110001\",\n                        \"country\": \"India\",\n                        \"fullAddress\": \"The Taj Mahal Hotel, Lobby Mezzanine Floor 1, Mansingh Road New Delhi 110001 India\"\n                    },\n                    {\n                        \"id\": \"74657\",\n                        \"address1\": \"1266 Nanjing Xilu Street, Jingan District\",\n                        \"city\": \"Shanghai\",\n                        \"postalCode\": \"200040\",\n                        \"country\": \"China\",\n                        \"fullAddress\": \"1266 Nanjing Xilu Street, Jingan District Shanghai 200040 China\"\n                    },\n                    {\n                        \"id\": \"74658\",\n                        \"address1\": \"18 BC, CITIC Building, 19 Jianguomenwai Dajie\",\n                        \"city\": \"Beijing\",\n                        \"postalCode\": \"100004\",\n                        \"country\": \"China\",\n                        \"fullAddress\": \"18 BC, CITIC Building, 19 Jianguomenwai Dajie Beijing 100004 China\"\n                    }\n                ],\n                \"identifications\": [\n                    {\n                        \"id\": \"9477\",\n                        \"type\": \"Registration ID\",\n                        \"idNumber\": \"1027739609391\",\n                        \"country\": \"Russia\"\n                    },\n                    {\n                        \"id\": \"9478\",\n                        \"type\": \"Government Gazette Number\",\n                        \"idNumber\": \"00032520\",\n                        \"country\": \"Russia\"\n                    },\n                    {\n                        \"id\": \"9483\",\n                        \"type\": \"Tax ID No.\",\n                        \"idNumber\": \"7702070139\",\n                        \"country\": \"Russia\"\n                    },\n                    {\n                        \"id\": \"9486\",\n                        \"type\": \"License\",\n                        \"idNumber\": \"1000\",\n                        \"country\": \"Russia\"\n                    },\n                    {\n                        \"id\": \"24641\",\n                        \"type\": \"Legal Entity Number\",\n                        \"idNumber\": \"253400V1H6ART1UQ0N98\"\n                    },\n                    {\n                        \"id\": \"146548\",\n                        \"type\": \"BIK (RU)\",\n                        \"idNumber\": \"044030707\"\n                    },\n                    {\n                        \"id\": \"146549\",\n                        \"type\": \"BIK (RU)\",\n                        \"idNumber\": \"044525187\"\n                    },\n                    {\n                        \"id\": \"116142\",\n                        \"type\": \"Executive Order 13662 Directive Determination -\",\n                        \"idNumber\": \"Subject to Directive 1\"\n                    },\n                    {\n                        \"id\": \"115744\",\n                        \"type\": \"SWIFT/BIC\",\n                        \"idNumber\": \"VTBRRUMM\"\n                    },\n                    {\n                        \"id\": \"115745\",\n                        \"type\": \"Website\",\n                        \"idNumber\": \"www.vtb.com\"\n                    },\n                    {\n                        \"id\": \"146547\",\n                        \"type\": \"Website\",\n                        \"idNumber\": \"www.vtb.ru\"\n                    },\n                    {\n                        \"id\": \"146553\",\n                        \"type\": \"Organization Established Date\",\n                        \"idNumber\": \"17 Oct 1990\"\n                    },\n                    {\n                        \"id\": \"146669\",\n                        \"type\": \"Target Type\",\n                        \"idNumber\": \"Financial Institution\"\n                    }\n                ]\n            }\n        },\n        {\n            \"score\": 99,\n            \"matchSummary\": {\n                \"matchFields\": [\n                    {\n                        \"similarity\": \"STRONG\",\n                        \"fieldName\": \"Name\",\n                        \"caseField\": \"VTB BANK PJSC SHANGHAI BRANCH\",\n                        \"sanctionField\": \"VTB BANK, PJSC\",\n                        \"sanctionFieldNote\": \"Alias\"\n                    }\n                ]\n            },\n            \"sanction\": {\n                \"id\": \"nonsdn-18720\",\n                \"type\": \"organization\",\n                \"categories\": [\n                    \"sanction\"\n                ],\n                \"source\": \"NONSDN\",\n                \"sourceId\": \"18720\",\n                \"name\": \"PJSC VTB BANK (KIEV)\",\n                \"nameFormatted\": \"pjsc vtb bank kiev\",\n                \"entityLink\": \"https://www.ofac-api.com/entities/nonsdn-18720\",\n                \"alias\": [\n                    {\n                        \"id\": \"29327\",\n                        \"name\": \"VTB BANK, PUBLIC JOINT STOCK COMPANY\",\n                        \"lastName\": \"VTB BANK, PUBLIC JOINT STOCK COMPANY\",\n                        \"nameFormatted\": \"vtb bank public joint stock company\",\n                        \"comment\": \"strong\"\n                    },\n                    {\n                        \"id\": \"29328\",\n                        \"name\": \"PUBLICHNE AKTSIONERNE TOVARYSTVO VTB BANK\",\n                        \"lastName\": \"PUBLICHNE AKTSIONERNE TOVARYSTVO VTB BANK\",\n                        \"nameFormatted\": \"publichne aktsionerne tovarystvo vtb bank\",\n                        \"comment\": \"strong\"\n                    },\n                    {\n                        \"id\": \"29329\",\n                        \"name\": \"VTB BANK, PJSC\",\n                        \"lastName\": \"VTB BANK, PJSC\",\n                        \"nameFormatted\": \"vtb bank pjsc\",\n                        \"comment\": \"strong\"\n                    },\n                    {\n                        \"id\": \"29330\",\n                        \"name\": \"VTB BANK, PJSC (UKRAINE)\",\n                        \"lastName\": \"VTB BANK, PJSC (UKRAINE)\",\n                        \"nameFormatted\": \"vtb bank pjsc ukraine\",\n                        \"comment\": \"strong\"\n                    },\n                    {\n                        \"id\": \"29331\",\n                        \"name\": \"PUBLIC-JOINT STOCK COMPANY VTB BANK (UKRAINE)\",\n                        \"lastName\": \"PUBLIC-JOINT STOCK COMPANY VTB BANK (UKRAINE)\",\n                        \"nameFormatted\": \"publicjoint stock company vtb bank ukraine\",\n                        \"comment\": \"strong\"\n                    }\n                ],\n                \"additionalSanctions\": [\n                    \"Secondary sanctions risk: Ukraine-/Russia-Related Sanctions Regulations, 31 CFR 589.201 and/or 589.209\"\n                ],\n                \"programs\": [\n                    \"UKRAINE-EO13662\"\n                ],\n                \"remarks\": \"For more information on directives, please visit the following link: http://www.treasury.gov/resource-center/sanctions/Programs/Pages/ukraine.aspx#directives; (Linked To: VTB BANK PUBLIC JOINT STOCK COMPANY)\",\n                \"addresses\": [\n                    {\n                        \"id\": \"28441\",\n                        \"address1\": \"8/26, Shevchenka boulevard/Pushkinska street\",\n                        \"city\": \"Kyiv\",\n                        \"postalCode\": \"01004\",\n                        \"country\": \"Ukraine\",\n                        \"fullAddress\": \"8/26, Shevchenka boulevard/Pushkinska street Kyiv 01004 Ukraine\"\n                    },\n                    {\n                        \"id\": \"28442\",\n                        \"address1\": \"8/26 Pushkinskaya str/Shevchenko bulvr\",\n                        \"city\": \"Kiev\",\n                        \"postalCode\": \"01004\",\n                        \"country\": \"Ukraine\",\n                        \"fullAddress\": \"8/26 Pushkinskaya str/Shevchenko bulvr Kiev 01004 Ukraine\"\n                    }\n                ],\n                \"identifications\": [\n                    {\n                        \"id\": \"10982\",\n                        \"type\": \"Government Gazette Number\",\n                        \"idNumber\": \"14359319\",\n                        \"country\": \"Ukraine\"\n                    },\n                    {\n                        \"id\": \"118824\",\n                        \"type\": \"SWIFT/BIC\",\n                        \"idNumber\": \"VTBRUAUK\"\n                    },\n                    {\n                        \"id\": \"118160\",\n                        \"type\": \"Website\",\n                        \"idNumber\": \"www.vtb.com.ua\"\n                    },\n                    {\n                        \"id\": \"118224\",\n                        \"type\": \"Executive Order 13662 Directive Determination -\",\n                        \"idNumber\": \"Subject to Directive 1\"\n                    }\n                ]\n            }\n        },\n        {\n            \"score\": 100,\n            \"matchSummary\": {\n                \"matchFields\": [\n                    {\n                        \"similarity\": \"STRONG\",\n                        \"fieldName\": \"Name\",\n                        \"caseField\": \"VTB BANK PJSC SHANGHAI BRANCH\",\n                        \"sanctionField\": \"VTB Bank (PJSC) Shanghai Branch\",\n                        \"sanctionFieldNote\": \"Primary\"\n                    }\n                ]\n            },\n            \"sanction\": {\n                \"id\": \"seco-vtb-bank-pjsc-shanghai-branch\",\n                \"type\": \"organization\",\n                \"categories\": [\n                    \"sanction\"\n                ],\n                \"source\": \"SECO\",\n                \"name\": \"VTB Bank (PJSC) Shanghai Branch\",\n                \"nameFormatted\": \"vtb bank pjsc shanghai branch\",\n                \"entityLink\": \"https://www.ofac-api.com/entities/seco-vtb-bank-pjsc-shanghai-branch\"\n            }\n        },\n        {\n            \"score\": 100,\n            \"matchSummary\": {\n                \"matchFields\": [\n                    {\n                        \"similarity\": \"STRONG\",\n                        \"fieldName\": \"Name\",\n                        \"caseField\": \"VTB BANK PJSC SHANGHAI BRANCH\",\n                        \"sanctionField\": \"VTB BANK PJSC\",\n                        \"sanctionFieldNote\": \"Alias\"\n                    },\n                    {\n                        \"similarity\": \"STRONG\",\n                        \"fieldName\": \"Address\",\n                        \"caseField\": \"29, Bolshaya Morskaya str. \",\n                        \"sanctionField\": \"29, Bolshaya Morskaya str. St. Petersburg 190000 Russia\"\n                    }\n                ]\n            },\n            \"sanction\": {\n                \"id\": \"sdn-17013\",\n                \"type\": \"organization\",\n                \"categories\": [\n                    \"sanction\"\n                ],\n                \"source\": \"SDN\",\n                \"sourceId\": \"17013\",\n                \"name\": \"VTB BANK PUBLIC JOINT STOCK COMPANY\",\n                \"nameFormatted\": \"vtb bank public joint stock company\",\n                \"entityLink\": \"https://www.ofac-api.com/entities/sdn-17013\",\n                \"alias\": [\n                    {\n                        \"id\": \"26072\",\n                        \"name\": \"JSC VTB BANK\",\n                        \"nameFormatted\": \"jsc vtb bank\",\n                        \"comment\": \"strong\"\n                    },\n                    {\n                        \"id\": \"26073\",\n                        \"name\": \"BANK VTB OPEN JOINT STOCK COMPANY\",\n                        \"nameFormatted\": \"bank vtb open joint stock company\",\n                        \"comment\": \"strong\"\n                    },\n                    {\n                        \"id\": \"26075\",\n                        \"name\": \"BANK VNESHNEY TORGOVLI OPEN JOINT STOCK COMPANY\",\n                        \"nameFormatted\": \"bank vneshney torgovli open joint stock company\",\n                        \"comment\": \"strong\"\n                    },\n                    {\n                        \"id\": \"26076\",\n                        \"name\": \"BANK VNESHNEY TORGOVLI JOINT STOCK COMPANY\",\n                        \"nameFormatted\": \"bank vneshney torgovli joint stock company\",\n                        \"comment\": \"strong\"\n                    },\n                    {\n                        \"id\": \"26077\",\n                        \"name\": \"BANK VNESHNEI TORGOVLI RSFSR\",\n                        \"nameFormatted\": \"bank vneshnei torgovli rsfsr\",\n                        \"comment\": \"strong\"\n                    },\n                    {\n                        \"id\": \"26078\",\n                        \"name\": \"BANK VNESHNEY TORGOVLI ROSSIYSKOY FEDERATSII CLOSED JOINT STOCK COMPANY\",\n                        \"nameFormatted\": \"bank vneshney torgovli rossiyskoy federatsii closed joint stock company\",\n                        \"comment\": \"strong\"\n                    },\n                    {\n                        \"id\": \"26079\",\n                        \"name\": \"VNESHTORGBANK ROSSII CLOSED JOINT STOCK COMPANY\",\n                        \"nameFormatted\": \"vneshtorgbank rossii closed joint stock company\",\n                        \"comment\": \"strong\"\n                    },\n                    {\n                        \"id\": \"26081\",\n                        \"name\": \"BANK VTB OAO\",\n                        \"nameFormatted\": \"bank vtb oao\",\n                        \"comment\": \"strong\"\n                    },\n                    {\n                        \"id\": \"54895\",\n                        \"name\": \"VTB BANK PAO\",\n                        \"nameFormatted\": \"vtb bank pao\",\n                        \"comment\": \"strong\"\n                    },\n                    {\n                        \"id\": \"54896\",\n                        \"name\": \"VTB BANK OAO\",\n                        \"nameFormatted\": \"vtb bank oao\",\n                        \"comment\": \"strong\"\n                    },\n                    {\n                        \"id\": \"54900\",\n                        \"name\": \"VTB BANK PJSC\",\n                        \"nameFormatted\": \"vtb bank pjsc\",\n                        \"comment\": \"strong\"\n                    },\n                    {\n                        \"id\": \"54902\",\n                        \"name\": \"BANK VTB PUBLICHNOE AKTSIONERNOE OBSHCHESTVO\",\n                        \"nameFormatted\": \"bank vtb publichnoe aktsionernoe obshchestvo\",\n                        \"comment\": \"strong\"\n                    },\n                    {\n                        \"id\": \"54903\",\n                        \"name\": \"VTB BANK\",\n                        \"nameFormatted\": \"vtb bank\",\n                        \"comment\": \"strong\"\n                    },\n                    {\n                        \"id\": \"54907\",\n                        \"name\": \"OAO BANK VTB\",\n                        \"nameFormatted\": \"oao bank vtb\",\n                        \"comment\": \"strong\"\n                    },\n                    {\n                        \"id\": \"54908\",\n                        \"name\": \"VTB BANK OPEN JOINT STOCK COMPANY\",\n                        \"nameFormatted\": \"vtb bank open joint stock company\",\n                        \"comment\": \"strong\"\n                    },\n                    {\n                        \"id\": \"54909\",\n                        \"name\": \"BANK VNESHEI TORGOVLI OAO\",\n                        \"nameFormatted\": \"bank vneshei torgovli oao\",\n                        \"comment\": \"strong\"\n                    },\n                    {\n                        \"id\": \"54912\",\n                        \"name\": \"BANK VNESHNEI TORGOVLI ROSSISKOI FEDERATSII AS A PRIVATE JOINT STOCK COMPANY\",\n                        \"nameFormatted\": \"bank vneshnei torgovli rossiskoi federatsii as a private joint stock company\",\n                        \"comment\": \"strong\"\n                    },\n                    {\n                        \"id\": \"54914\",\n                        \"name\": \"OAO VNESHTORGBANK\",\n                        \"nameFormatted\": \"oao vneshtorgbank\",\n                        \"comment\": \"strong\"\n                    },\n                    {\n                        \"id\": \"54940\",\n                        \"name\": \"BANK OF FOREIGN TRADE OF THE RUSSIAN FEDERATION\",\n                        \"nameFormatted\": \"bank of foreign trade of the russian federation\",\n                        \"comment\": \"strong\"\n                    },\n                    {\n                        \"id\": \"54941\",\n                        \"name\": \"BANK FOR FOREIGN TRADE OF RSFSR\",\n                        \"nameFormatted\": \"bank for foreign trade of rsfsr\",\n                        \"comment\": \"strong\"\n                    },\n                    {\n                        \"id\": \"54942\",\n                        \"name\": \"VNESHTORGBANK OF RSFSR\",\n                        \"nameFormatted\": \"vneshtorgbank of rsfsr\",\n                        \"comment\": \"strong\"\n                    },\n                    {\n                        \"id\": \"54943\",\n                        \"name\": \"CJSC BANK FOR FOREIGN TRADE OF THE RUSSIAN FEDERATION\",\n                        \"nameFormatted\": \"cjsc bank for foreign trade of the russian federation\",\n                        \"comment\": \"strong\"\n                    },\n                    {\n                        \"id\": \"54944\",\n                        \"name\": \"RUSSIAN VNESHTORGBANK\",\n                        \"nameFormatted\": \"russian vneshtorgbank\",\n                        \"comment\": \"strong\"\n                    },\n                    {\n                        \"id\": \"54945\",\n                        \"name\": \"VNESHTORGBANK\",\n                        \"nameFormatted\": \"vneshtorgbank\",\n                        \"comment\": \"strong\"\n                    },\n                    {\n                        \"id\": \"54946\",\n                        \"name\": \"OJSC CJSC BANK FOR FOREIGN TRADE\",\n                        \"nameFormatted\": \"ojsc cjsc bank for foreign trade\",\n                        \"comment\": \"strong\"\n                    },\n                    {\n                        \"id\": \"55124\",\n                        \"name\": \"BANK VTB PAO\",\n                        \"nameFormatted\": \"bank vtb pao\",\n                        \"comment\": \"strong\"\n                    },\n                    {\n                        \"id\": \"77195\",\n                        \"name\": \"JSC VTB BANK NEW DELHI BRANCH\",\n                        \"nameFormatted\": \"jsc vtb bank new delhi branch\",\n                        \"comment\": \"weak\"\n                    },\n                    {\n                        \"id\": \"77196\",\n                        \"name\": \"VTB BANK PJSC SHANGHAI BRANCH\",\n                        \"nameFormatted\": \"vtb bank pjsc shanghai branch\",\n                        \"comment\": \"strong\"\n                    }\n                ],\n                \"additionalSanctions\": [\n                    \"Secondary sanctions risk: Ukraine-/Russia-Related Sanctions Regulations, 31 CFR 589.201 and/or 589.209\",\n                    \"Secondary sanctions risk: See Section 11 of Executive Order 14024.\"\n                ],\n                \"programs\": [\n                    \"UKRAINE-EO13662\",\n                    \"RUSSIA-EO14024\"\n                ],\n                \"remarks\": \"For more information on directives, please visit the following link: http://www.treasury.gov/resource-center/sanctions/Programs/Pages/ukraine.aspx#directives.\",\n                \"addresses\": [\n                    {\n                        \"id\": \"25798\",\n                        \"address1\": \"29, Bolshaya Morskaya str.\",\n                        \"city\": \"St. Petersburg\",\n                        \"postalCode\": \"190000\",\n                        \"country\": \"Russia\",\n                        \"fullAddress\": \"29, Bolshaya Morskaya str. St. Petersburg 190000 Russia\"\n                    },\n                    {\n                        \"id\": \"25799\",\n                        \"address1\": \"37 Plyushchikha ul.\",\n                        \"city\": \"Moscow\",\n                        \"postalCode\": \"119121\",\n                        \"country\": \"Russia\",\n                        \"fullAddress\": \"37 Plyushchikha ul. Moscow 119121 Russia\"\n                    },\n                    {\n                        \"id\": \"25800\",\n                        \"address1\": \"43, Vorontsovskaya str.\",\n                        \"city\": \"Moscow\",\n                        \"postalCode\": \"109044\",\n                        \"country\": \"Russia\",\n                        \"fullAddress\": \"43, Vorontsovskaya str. Moscow 109044 Russia\"\n                    },\n                    {\n                        \"id\": \"52482\",\n                        \"address1\": \"11 litera, per. Degtyarny\",\n                        \"city\": \"St. Petersburg\",\n                        \"postalCode\": \"191144\",\n                        \"country\": \"Russia\",\n                        \"fullAddress\": \"11 litera, per. Degtyarny St. Petersburg 191144 Russia\"\n                    },\n                    {\n                        \"id\": \"52483\",\n                        \"address1\": \"11, lit A, Degtyarnyy pereulok\",\n                        \"city\": \"St. Petersburg\",\n                        \"postalCode\": \"191144\",\n                        \"country\": \"Russia\",\n                        \"fullAddress\": \"11, lit A, Degtyarnyy pereulok St. Petersburg 191144 Russia\"\n                    },\n                    {\n                        \"id\": \"52484\",\n                        \"address1\": \"43, bld.1, Vorontsovskaya str.\",\n                        \"city\": \"Moscow\",\n                        \"postalCode\": \"109147\",\n                        \"country\": \"Russia\",\n                        \"fullAddress\": \"43, bld.1, Vorontsovskaya str. Moscow 109147 Russia\"\n                    },\n                    {\n                        \"id\": \"52485\",\n                        \"address1\": \"Bashnya Zapad, Kompleks Federatsiya, 12, nab. Presnenskaya\",\n                        \"city\": \"Moscow\",\n                        \"postalCode\": \"123317\",\n                        \"country\": \"Russia\",\n                        \"fullAddress\": \"Bashnya Zapad, Kompleks Federatsiya, 12, nab. Presnenskaya Moscow 123317 Russia\"\n                    },\n                    {\n                        \"id\": \"52486\",\n                        \"address1\": \"str. 1, 43, ul. Vorontsovskaya\",\n                        \"city\": \"Moscow\",\n                        \"postalCode\": \"109147\",\n                        \"country\": \"Russia\",\n                        \"fullAddress\": \"str. 1, 43, ul. Vorontsovskaya Moscow 109147 Russia\"\n                    },\n                    {\n                        \"id\": \"52488\",\n                        \"address1\": \"Vorontsovskaya Str 43\",\n                        \"city\": \"Moscow\",\n                        \"postalCode\": \"109147\",\n                        \"country\": \"Russia\",\n                        \"fullAddress\": \"Vorontsovskaya Str 43 Moscow 109147 Russia\"\n                    },\n                    {\n                        \"id\": \"74656\",\n                        \"address1\": \"The Taj Mahal Hotel, Lobby Mezzanine Floor 1, Mansingh Road\",\n                        \"city\": \"New Delhi\",\n                        \"postalCode\": \"110001\",\n                        \"country\": \"India\",\n                        \"fullAddress\": \"The Taj Mahal Hotel, Lobby Mezzanine Floor 1, Mansingh Road New Delhi 110001 India\"\n                    },\n                    {\n                        \"id\": \"74657\",\n                        \"address1\": \"1266 Nanjing Xilu Street, Jingan District\",\n                        \"city\": \"Shanghai\",\n                        \"postalCode\": \"200040\",\n                        \"country\": \"China\",\n                        \"fullAddress\": \"1266 Nanjing Xilu Street, Jingan District Shanghai 200040 China\"\n                    },\n                    {\n                        \"id\": \"74658\",\n                        \"address1\": \"18 BC, CITIC Building, 19 Jianguomenwai Dajie\",\n                        \"city\": \"Beijing\",\n                        \"postalCode\": \"100004\",\n                        \"country\": \"China\",\n                        \"fullAddress\": \"18 BC, CITIC Building, 19 Jianguomenwai Dajie Beijing 100004 China\"\n                    }\n                ],\n                \"identifications\": [\n                    {\n                        \"id\": \"9477\",\n                        \"type\": \"Registration ID\",\n                        \"idNumber\": \"1027739609391\",\n                        \"country\": \"Russia\"\n                    },\n                    {\n                        \"id\": \"9478\",\n                        \"type\": \"Government Gazette Number\",\n                        \"idNumber\": \"00032520\",\n                        \"country\": \"Russia\"\n                    },\n                    {\n                        \"id\": \"9483\",\n                        \"type\": \"Tax ID No.\",\n                        \"idNumber\": \"7702070139\",\n                        \"country\": \"Russia\"\n                    },\n                    {\n                        \"id\": \"9486\",\n                        \"type\": \"License\",\n                        \"idNumber\": \"1000\",\n                        \"country\": \"Russia\"\n                    },\n                    {\n                        \"id\": \"24641\",\n                        \"type\": \"Legal Entity Number\",\n                        \"idNumber\": \"253400V1H6ART1UQ0N98\"\n                    },\n                    {\n                        \"id\": \"146548\",\n                        \"type\": \"BIK (RU)\",\n                        \"idNumber\": \"044030707\"\n                    },\n                    {\n                        \"id\": \"146549\",\n                        \"type\": \"BIK (RU)\",\n                        \"idNumber\": \"044525187\"\n                    },\n                    {\n                        \"id\": \"116142\",\n                        \"type\": \"Executive Order 13662 Directive Determination -\",\n                        \"idNumber\": \"Subject to Directive 1\"\n                    },\n                    {\n                        \"id\": \"115744\",\n                        \"type\": \"SWIFT/BIC\",\n                        \"idNumber\": \"VTBRRUMM\"\n                    },\n                    {\n                        \"id\": \"146553\",\n                        \"type\": \"Organization Established Date\",\n                        \"idNumber\": \"17 Oct 1990\"\n                    },\n                    {\n                        \"id\": \"146669\",\n                        \"type\": \"Target Type\",\n                        \"idNumber\": \"Financial Institution\"\n                    }\n                ],\n                \"websites\": [\n                    \"www.vtb.com\",\n                    \"www.vtb.ru\"\n                ]\n            }\n        }\n    ]\n}"},{"id":"86eb980e-de72-4b85-9a4a-959558856a81","name":"200 response (OK) no results","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"x-api-key","value":"Your cobalt Int API key","type":"text"}],"url":{"raw":"https://apigateway.cobaltintelligence.com/ofac?searchQuery=<string>&state=<string>&searchType=<string>","host":["https://apigateway.cobaltintelligence.com"],"path":["ofac"],"query":[{"key":"searchQuery","value":"<string>","description":"(Required) A business or an individual"},{"key":"state","value":"<string>","description":"A non required filter to the ofac api, that will filter based on state"},{"key":"searchType","value":"<string>","description":"searchType can be organization, person, vessel, aircraft. If none are entered all 4 will be searched with"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"name\": \"${searchQuery}\",\r\n    \"matchCount\": 0,\r\n    \"message\": \"No results found.\"\r\n}"},{"id":"1fb6b184-a799-41b6-9e70-adb53d0e124b","name":"400 response (Bad Request)","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"x-api-key","value":"Your cobalt Int API key","type":"text"}],"url":{"raw":"https://apigateway.cobaltintelligence.com/ofac?searchQuery=<string>&state=<string>&searchType=<string>","host":["https://apigateway.cobaltintelligence.com"],"path":["ofac"],"query":[{"key":"searchQuery","value":"<string>"},{"key":"state","value":"<string>"},{"key":"searchType","value":"<string>"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"<string>\"\n}"}],"_postman_id":"3c77365c-da18-4ed8-b5dd-7e697d395595"}],"id":"7073e8fe-5b7a-42f0-85eb-0658afddf188","description":"<p>AML &amp; KYC screening API</p>\n","_postman_id":"7073e8fe-5b7a-42f0-85eb-0658afddf188"},{"name":"tinVerification","item":[{"name":"Your GET endpoint","id":"b2611d4e-c493-45c7-9936-2816442d73b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"x-api-key","value":"Your cobalt Int API key","type":"text"}],"url":"https://apigateway.cobaltintelligence.com/tinVerification?tin=<string>&businessName=<string>","urlObject":{"path":["tinVerification"],"host":["https://apigateway.cobaltintelligence.com"],"query":[{"description":{"content":"<p>(Required) Tin number of business</p>\n","type":"text/plain"},"key":"tin","value":"<string>"},{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"businessName","value":"<string>"}],"variable":[]}},"response":[{"id":"84d3d8d9-a7c7-46f1-88a2-a7649803f17f","name":"200 response (OK)","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"x-api-key","value":"Your cobalt Int API key","type":"text"}],"url":{"raw":"https://apigateway.cobaltintelligence.com/tinVerification?tin=<string>&businessName=<string>","protocol":"https","host":["apigateway","cobaltintelligence","com"],"path":["tinVerification"],"query":[{"key":"tin","value":"<string>"},{"key":"businessName","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"name\": \"<string>\",\n  \"tin\": \"<string>\",\n  \"status\": \"<string>\", // \tRepresents what state the request is in. Possible statuses are Pending / TIN Matched / Did Not Match / In Review\n  \"irsCode\": \"<integer>\", // \tCode given by IRS 0-8\n  \"irsReason\": \"<string>\", // \tIRS Reason for mentioned IRS Code\n  \"irsServiceStatus\": \"<string>\", // Represents if the IRS is running at the time of request. Possible values are RUNNING (or) THE IRS TIN MATCHING SERVICE IS SLOW OR CURRENTLY EXPERIENCIN AN OUTAGE\n  \"lastIRSCheckDate\": \"<string>\" // Last IRS check date of the cached result.\n}\n\n// IRS CODES\n// 0 - TIN and Name combination matches IRS records.\n// 1 - TIN was missing or TIN not 9-digit numeric.\n// 2 - TIN entered is not currently issued.\n// 3 - TIN and Name combination does not match IRS records.\n// 4 - Invalid TIN Matching request.\n// 5 - \tDuplicate TIN Matching request\n// 6 - TIN and Name combination matches IRS SSN records. (or) TIN and Name combination matches IRS ITIN records.\n// 7 - TIN and Name combination matches IRS EIN records. (or) TIN and Name combination matches IRS ITIN records.\n// 8 - TIN and Name combination matches IRS SSN and EIN records. (or) TIN and Name combination matches IRS ITIN records."}],"_postman_id":"b2611d4e-c493-45c7-9936-2816442d73b5"}],"id":"87cae17e-fdb9-4954-9248-29f410317403","description":"<p>Verify business tin number</p>\n","_postman_id":"87cae17e-fdb9-4954-9248-29f410317403"},{"name":"secretaryOfStateSearch","item":[{"name":"Secretary of State API","id":"c063613a-1761-4773-ae22-377345b13013","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","value":"Your cobalt Int API key","description":"<p>Your Cobalt Intelligence API key.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://apigateway.cobaltintelligence.com/v1/search?searchQuery=<string>&sosId=<string>&searchByPersonFirstName=<string>&searchByPersonLastName=<string>&retryId=<string>&state=<string>&liveData=<boolean>&street=<string>&city=<string>&zip=<string>&screenshot=<boolean>&uccData=<boolean>&test=<string>&callbackUrl=<string>&findRelatedBusinesses=<boolean>","description":"<p>Search for business data by business name, Secretary of State/Entity Id, or by a person's name. A state parameter is also required.</p>\n<p>Some requests can take longer than 30 seconds to complete. For these you will receive a retryId. This retryId will be used to check back in on the status of your request and get your business data when the request is complete.</p>\n","urlObject":{"path":["v1","search"],"host":["https://apigateway.cobaltintelligence.com"],"query":[{"description":{"content":"<p>searchQuery, sosId, searchByPersonFirstName or searchByPersonLastName required unless using retryId. The business name that for which you wish to search.</p>\n","type":"text/plain"},"key":"searchQuery","value":"<string>"},{"description":{"content":"<p>searchQuery, sosId, searchByPersonFirstName or searchByPersonLastName required unless using retryId. The entity id that for which you wish to search.</p>\n","type":"text/plain"},"key":"sosId","value":"<string>"},{"description":{"content":"<p>searchQuery, sosId, searchByPersonFirstName or searchByPersonLastName required unless using retryId. The first name that for which you wish to search.</p>\n","type":"text/plain"},"key":"searchByPersonFirstName","value":"<string>"},{"description":{"content":"<p>searchQuery, sosId, searchByPersonFirstName or searchByPersonLastName required unless using retryId. The last name that for which you wish to search.</p>\n","type":"text/plain"},"key":"searchByPersonLastName","value":"<string>"},{"description":{"content":"<p>This is an id passed back from the API. Use this to check on the status of your longer running request and get the return data when the request is completed. If you are requesting a screenshot, you'll want to include <code>screenshot=true</code> with the retry.</p>\n","type":"text/plain"},"key":"retryId","value":"<string>"},{"description":{"content":"<p>Required unless using retryId. Can be lowerCamelCase (northCarolina) or abbreviation (nc).</p>\n","type":"text/plain"},"key":"state","value":"<string>"},{"description":{"content":"<p>By default this is true and we will return live, fresh data. If you want cached data, send 'false'.</p>\n","type":"text/plain"},"key":"liveData","value":"<boolean>"},{"description":{"content":"<p>Search by address. This is an AND search parameter that checks the top 10 results from your <code>searchQuery</code> and checks to see if the address contains the street you pass in. Checks physical address, then mailing address, then agent address.</p>\n","type":"text/plain"},"key":"street","value":"<string>"},{"description":{"content":"<p>Search by address. This is an AND search parameter that checks the top 10 results from your <code>searchQuery</code> and checks to see if the address contains the city you pass in. Checks physical address, then mailing address, then agent address.</p>\n","type":"text/plain"},"key":"city","value":"<string>"},{"description":{"content":"<p>Search by address. This is an AND search parameter that checks the top 10 results from your <code>searchQuery</code> and checks to see if the address contains the zip you pass in. Checks physical address, then mailing address, then agent address.</p>\n","type":"text/plain"},"key":"zip","value":"<string>"},{"description":{"content":"<p>This returns a short lived URL to a screenshot of the page. Not yet available in all states. This needs to be included with any retryId requests.</p>\n","type":"text/plain"},"key":"screenshot","value":"<boolean>"},{"description":{"content":"<p>This returns an array of any lien information found for this company. Not yet available in all states.</p>\n","type":"text/plain"},"key":"uccData","value":"<boolean>"},{"description":{"content":"<p>This optional parameter is useful for when you are setting up your implementation. It will return dummy data without incurring any charges. Accepted values are: 'complete', 'incomplete', 'failed', 'retryIdInvalid', or 'badRequest'.</p>\n","type":"text/plain"},"key":"test","value":"<string>"},{"description":{"content":"<p>A URL that will be used to send the business data after it is complete.</p>\n","type":"text/plain"},"key":"callbackUrl","value":"<string>"},{"description":{"content":"<p>Extract agent and officer names from the SOS Search result.</p>\n<p>Search across our full database (all states) for other entities where those names appear.</p>\n<p>Return any matches in the response under a new field: relatedBusinesses.</p>\n","type":"text/plain"},"key":"findRelatedBusinesses","value":"<boolean>"}],"variable":[]}},"response":[{"id":"1764b05c-19e2-47bf-babe-70b7ad07dc1a","name":"200 Response with Result","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"Your cobalt Int API key","description":"Your Cobalt Intelligence API key."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apigateway.cobaltintelligence.com/v1/search?searchQuery=<string>&sosId=<string>&searchByPersonFirstName=<string>&searchByPersonLastName=<string>&retryId=<string>&state=<string>&liveData=<boolean>&street=<string>&city=<string>&zip=<string>&screenshot=<boolean>&uccData=<boolean>&test=<string>&callbackUrl=<string>","host":["https://apigateway.cobaltintelligence.com"],"path":["v1","search"],"query":[{"key":"searchQuery","value":"<string>","description":"searchQuery, sosId, searchByPersonFirstName or searchByPersonLastName required unless using retryId. The business name that for which you wish to search."},{"key":"sosId","value":"<string>","description":"searchQuery, sosId, searchByPersonFirstName or searchByPersonLastName required unless using retryId. The entity id that for which you wish to search."},{"key":"searchByPersonFirstName","value":"<string>","description":"searchQuery, sosId, searchByPersonFirstName or searchByPersonLastName required unless using retryId. The first name that for which you wish to search."},{"key":"searchByPersonLastName","value":"<string>","description":"searchQuery, sosId, searchByPersonFirstName or searchByPersonLastName required unless using retryId. The last name that for which you wish to search."},{"key":"retryId","value":"<string>","description":"This is an id passed back from the API. Use this to check on the status of your longer running request and get the return data when the request is completed. If you are requesting a screenshot, you'll want to include `screenshot=true` with the retry."},{"key":"state","value":"<string>","description":"Required unless using retryId. Can be lowerCamelCase (northCarolina) or abbreviation (nc)."},{"key":"liveData","value":"<boolean>","description":"By default this is true and we will return live, fresh data. If you want cached data, send 'false'."},{"key":"street","value":"<string>","description":"Search by address. This is an AND search parameter that checks the top 10 results from your `searchQuery` and checks to see if the address contains the street you pass in. Checks physical address, then mailing address, then agent address."},{"key":"city","value":"<string>","description":"Search by address. This is an AND search parameter that checks the top 10 results from your `searchQuery` and checks to see if the address contains the city you pass in. Checks physical address, then mailing address, then agent address."},{"key":"zip","value":"<string>","description":"Search by address. This is an AND search parameter that checks the top 10 results from your `searchQuery` and checks to see if the address contains the zip you pass in. Checks physical address, then mailing address, then agent address."},{"key":"screenshot","value":"<boolean>","description":"This returns a short lived URL to a screenshot of the page. Not yet available in all states. This needs to be included with any retryId requests."},{"key":"uccData","value":"<boolean>","description":"This returns an array of any lien information found for this company. Not yet available in all states."},{"key":"test","value":"<string>","description":"This optional parameter is useful for when you are setting up your implementation. It will return dummy data without incurring any charges. Accepted values are: 'complete', 'incomplete', 'failed', 'retryIdInvalid', or 'badRequest'."},{"key":"callbackUrl","value":"<string>","description":"A URL that will be used to send the business data after it is complete."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"<string>\",\n    \"statusCode\": \"<number>\",\n    // Optional.\n    // Appears only when:\n    // 1) liveData = true and live lookup fails but recent data exists\n    // 2) liveData = true but The state is down for maintenance but recent data exists\n    // Otherwise this field is omitted.\n    //\n    // Possible values:\n    // - \"We were unable to complete a live search for this business. We do have recent results, however\"\n    // - \"This state is currently down for maintenance. However, We do have recent results.\"\n    \"message\": \"<string>\",\n    \"requestId\": \"<string>\", // Only on callback data\n    \"nameAvailable\": \"<boolean>\",\n    \"results\": [\n        {\n            \"title\": \"<string>\",\n            \"filingDate\": \"<string>\",\n            \"stateOfFormation\": \"<string>\",\n            \"stateOfSosRegistration\": \"<string>\",\n            \"status\": \"<string>\",\n            \"agentName\": \"<string>\",\n            \"agentCity\": \"<string>\",\n            \"agentState\": \"<string>\",\n            \"agentZip\": \"<string>\",\n            \"agentStreetAddress\": \"<string>\",\n            \"physicalAddressStreet\": \"<string>\",\n            \"physicalAddressCity\": \"<string>\",\n            \"physicalAddressState\": \"<string>\",\n            \"physicalAddressZip\": \"<string>\",\n            \"mailingAddressStreet\": \"<string>\",\n            \"mailingAddressCity\": \"<string>\",\n            \"mailingAddressState\": \"<string>\",\n            \"mailingAddressZip\": \"<string>\",\n            \"stateAddressStreet\": \"<string>\",\n            \"stateAddressCity\": \"<string>\",\n            \"stateAddressState\": \"<string>\",\n            \"stateAddressZip\": \"<string>\",\n            \"entityType\": \"<string>\",\n            \"entitySubType\": \"<string>\",\n            \"phoneNumber\": \"<string>\",\n            \"email\": \"<string>\",\n            \"agentIsCommercial\": \"<boolean>\",\n            \"url\": \"<string>\",\n            \"industry\": \"<string>\",\n            \"sosId\": \"<string>\",\n            \"confidenceLevel\": \"<number>\",\n            \"normalizedFilingDate\": \"<string>\",\n            \"normalizedStatus\": \"<string>\",\n            \"taxPayerNumber\": \"<string>\",\n            \"screenshotUrl\": \"<string>\",\n            \"EIN\": \"<string>\",\n            \"personNameMatch\": \"<string>\",\n            // Inactive date comes from one of three fields inactive date > expired date > period of duration/duration\n            \"inactiveDate\": \"<string>\",\n            \"aiConfidenceLevel\": \"<number>\",\n            \"agentResigned\": \"<boolean>\",\n            \"agentResignedDate\": \"<string>\",\n            \"sopName\": \"<string>\",\n            \"sopCity\": \"<string>\",\n            \"sopState\": \"<string>\",\n            \"sopZip\": \"<string>\",\n            \"sopStreetAddress\": \"<string>\",\n            \"addressMatch\": \"<boolean>\",\n            \"nextReportDueDate\": \"<string>\",\n            // createdAt and updatedAt will happen if liveData = false\n            \"createdAt\": \"<number>\",\n            \"updatedAt\": \"<number>\",\n            /**\n                * This will only show up when the name listed on the search results differs from the name within the details.\n                * This can happen when the name on the search results is a DBA the and details page lists the legal name.\n             */\n            \"searchResultTitle\": \"<string>\",\n            /** Whether the screenshot was successfully captured (returned when screenshot=true is requested) */\n            \"screenshotSucceeded\": \"<boolean>\",\n            /** Whether UCC data was successfully retrieved (returned when uccData=true is requested; no extra charge on failure) */\n            \"uccSucceeded\": \"<boolean>\",\n            /** Colorado-specific registrant name */\n            \"registrantName\": \"<string>\",\n            /** Colorado-specific registrant URL */\n            \"registrantUrl\": \"<string>\",\n            // Officers, documents and uccData may have multiple inside the array\n            \"officers\": [\n                {\n                    \"name\": \"<string>\",\n                    \"title\": \"<string>\",\n                    \"streetAddress\": \"<string>\",\n                    \"city\": \"<string>\",\n                    \"state\": \"<string>\",\n                    \"zip\": \"<string>\",\n                    \"phone\": \"<string>\",\n                    \"email\": \"<string>\",\n                    \"current\": \"<string>\"\n                }\n            ],\n            \"documents\": [\n                {\n                    \"name\": \"<string>\",\n                    \"url\": \"<string>\",\n                    \"date\": \"<string>\",\n                    \"comment\": \"<string>\"\n                }\n            ],\n            \"uccData\": [\n                {\n                    \"fileNumber\": \"<string>\",\n                    \"debtors\": [\n                        {\n                            \"name\": \"<string>\",\n                            \"street\": \"<string>\",\n                            \"city\": \"<string>\",\n                            \"state\": \"<string>\",\n                            \"zip\": \"<string>\"\n                        }\n                    ],\n                    \"securedParties\": [\n                        {\n                            \"name\": \"<string>\",\n                            \"street\": \"<string>\",\n                            \"city\": \"<string>\",\n                            \"state\": \"<string>\",\n                            \"zip\": \"<string>\"\n                        }\n                    ],\n                    \"type\": \"<string>\",\n                    \"filingDate\": \"<string>\",\n                    \"status\": \"<string>\",\n                    \"lapseDate\": \"<string>\",\n                    \"imageUrl\": \"<string>\"\n                }\n            ],\n            \"assumedBusinessNames\": [\n                {\n                    \"title\": \"<string>\",\n                    \"effectiveDate\": \"<string>\",\n                    \"status\": \"<string>\",\n                    \"type\": \"<string>\",\n                    \"expirationDate\": \"<string>\"\n                }\n            ],\n            \"history\": [\n                {\n                    \"name\": \"<string>\",\n                    \"date\": \"<string>\",\n                    \"changes\": [\n                        {\n                            \"name\": \"<string>\",\n                            \"changedFrom\": \"<string>\",\n                            \"changedTo\": \"<string>\",\n                            \"action\": \"<string>\",\n                            \"title\": \"<string>\"\n                        }\n                    ]\n                }\n            ],\n            \"messages\": {\n                \"nullable\": true\n            }\n        }\n    ],\n    \"possibleAlternatives\": [\n        {\n            \"businessName\": \"<string>\",\n            \"status\": \"<string>\",\n            \"sosId\": \"<string>\",\n            \"url\": \"<string>\",\n            \"agentName\": \"<string>\",\n            \"agentTitle\": \"<string>\",\n            \"street\": \"<string>\",\n            \"city\": \"<string>\",\n            \"zip\": \"<string>\",\n            \"state\": \"<string>\",\n            \"confidenceLevel\": \"<number>\",\n            \"personName\": \"<string>\",\n            \"personTitle\": \"<string>\"\n        },\n        {\n            \"businessName\": \"<string>\",\n            \"status\": \"<string>\",\n            \"sosId\": \"<string>\",\n            \"url\": \"<string>\",\n            \"agentName\": \"<string>\",\n            \"agentTitle\": \"<string>\",\n            \"street\": \"<string>\",\n            \"city\": \"<string>\",\n            \"zip\": \"<string>\",\n            \"state\": \"<string>\",\n            \"confidenceLevel\": \"<number>\",\n            \"personName\": \"<string>\",\n            \"personTitle\": \"<string>\"\n        }\n    ]\n}"},{"id":"73e2ab53-5c1e-4254-bfc0-81eb1678b7b2","name":"200 Response: Possible alternative results","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"Your cobalt Int API key","description":"Your Cobalt Intelligence API key."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apigateway.cobaltintelligence.com/v1/search?searchQuery=<string>&sosId=<string>&searchByPersonFirstName=<string>&searchByPersonLastName=<string>&retryId=<string>&state=<string>&liveData=<boolean>&street=<string>&city=<string>&zip=<string>&screenshot=<boolean>&uccData=<boolean>&test=<string>&callbackUrl=<string>","host":["https://apigateway.cobaltintelligence.com"],"path":["v1","search"],"query":[{"key":"searchQuery","value":"<string>","description":"searchQuery, sosId, searchByPersonFirstName or searchByPersonLastName required unless using retryId. The business name that for which you wish to search."},{"key":"sosId","value":"<string>","description":"searchQuery, sosId, searchByPersonFirstName or searchByPersonLastName required unless using retryId. The entity id that for which you wish to search."},{"key":"searchByPersonFirstName","value":"<string>","description":"searchQuery, sosId, searchByPersonFirstName or searchByPersonLastName required unless using retryId. The first name that for which you wish to search."},{"key":"searchByPersonLastName","value":"<string>","description":"searchQuery, sosId, searchByPersonFirstName or searchByPersonLastName required unless using retryId. The last name that for which you wish to search."},{"key":"retryId","value":"<string>","description":"This is an id passed back from the API. Use this to check on the status of your longer running request and get the return data when the request is completed. If you are requesting a screenshot, you'll want to include `screenshot=true` with the retry."},{"key":"state","value":"<string>","description":"Required unless using retryId. Can be lowerCamelCase (northCarolina) or abbreviation (nc)."},{"key":"liveData","value":"<boolean>","description":"By default this is true and we will return live, fresh data. If you want cached data, send 'false'."},{"key":"street","value":"<string>","description":"Search by address. This is an AND search parameter that checks the top 10 results from your `searchQuery` and checks to see if the address contains the street you pass in. Checks physical address, then mailing address, then agent address."},{"key":"city","value":"<string>","description":"Search by address. This is an AND search parameter that checks the top 10 results from your `searchQuery` and checks to see if the address contains the city you pass in. Checks physical address, then mailing address, then agent address."},{"key":"zip","value":"<string>","description":"Search by address. This is an AND search parameter that checks the top 10 results from your `searchQuery` and checks to see if the address contains the zip you pass in. Checks physical address, then mailing address, then agent address."},{"key":"screenshot","value":"<boolean>","description":"This returns a short lived URL to a screenshot of the page. Not yet available in all states. This needs to be included with any retryId requests."},{"key":"uccData","value":"<boolean>","description":"This returns an array of any lien information found for this company. Not yet available in all states."},{"key":"test","value":"<string>","description":"This optional parameter is useful for when you are setting up your implementation. It will return dummy data without incurring any charges. Accepted values are: 'complete', 'incomplete', 'failed', 'retryIdInvalid', or 'badRequest'."},{"key":"callbackUrl","value":"<string>","description":"A URL that will be used to send the business data after it is complete."}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\r\n    \"status\": \"Complete\",\r\n    \"statusCode\": 200,\r\n    \"message\": \"No result found with exact name of ${searchQuery}. Did you mean one of the alternativeResults?\",\r\n    \"requestId\": \"<string>\", // Only on callback data\r\n    \"alternativeResults\": [\r\n        // This may be empty\r\n        {\r\n            \"businessName\": \"<string>\",\r\n            \"status\": \"<string>\",\r\n            \"sosId\": \"<string>\",\r\n            \"url\": \"<string>\",\r\n            \"agentName\": \"<string>\",\r\n            \"agentTitle\": \"<string>\",\r\n            \"street\": \"<string>\",\r\n            \"city\": \"<string>\",\r\n            \"zip\": \"<string>\",\r\n            \"state\": \"<string>\",\r\n            \"confidenceLevel\": \"<number>\",\r\n            \"realSosId\": \"<string>\",\r\n            \"personName\": \"<string>\",\r\n            \"personTitle\": \"<string>\"\r\n        }\r\n    ]\r\n}"},{"id":"6f1ddd50-9151-4dbe-832c-4ce7969fd229","name":"200 Response: No results liveData = false","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"Your cobalt Int API key","description":"Your Cobalt Intelligence API key."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apigateway.cobaltintelligence.com/v1/search?searchQuery=<string>&sosId=<string>&searchByPersonFirstName=<string>&searchByPersonLastName=<string>&retryId=<string>&state=<string>&liveData=<boolean>&street=<string>&city=<string>&zip=<string>&screenshot=<boolean>&uccData=<boolean>&test=<string>&callbackUrl=<string>&findRelatedBusinesses=<boolean>","host":["https://apigateway.cobaltintelligence.com"],"path":["v1","search"],"query":[{"key":"searchQuery","value":"<string>","description":"searchQuery, sosId, searchByPersonFirstName or searchByPersonLastName required unless using retryId. The business name that for which you wish to search."},{"key":"sosId","value":"<string>","description":"searchQuery, sosId, searchByPersonFirstName or searchByPersonLastName required unless using retryId. The entity id that for which you wish to search."},{"key":"searchByPersonFirstName","value":"<string>","description":"searchQuery, sosId, searchByPersonFirstName or searchByPersonLastName required unless using retryId. The first name that for which you wish to search."},{"key":"searchByPersonLastName","value":"<string>","description":"searchQuery, sosId, searchByPersonFirstName or searchByPersonLastName required unless using retryId. The last name that for which you wish to search."},{"key":"retryId","value":"<string>","description":"This is an id passed back from the API. Use this to check on the status of your longer running request and get the return data when the request is completed. If you are requesting a screenshot, you'll want to include `screenshot=true` with the retry."},{"key":"state","value":"<string>","description":"Required unless using retryId. Can be lowerCamelCase (northCarolina) or abbreviation (nc)."},{"key":"liveData","value":"<boolean>","description":"By default this is true and we will return live, fresh data. If you want cached data, send 'false'."},{"key":"street","value":"<string>","description":"Search by address. This is an AND search parameter that checks the top 10 results from your `searchQuery` and checks to see if the address contains the street you pass in. Checks physical address, then mailing address, then agent address."},{"key":"city","value":"<string>","description":"Search by address. This is an AND search parameter that checks the top 10 results from your `searchQuery` and checks to see if the address contains the city you pass in. Checks physical address, then mailing address, then agent address."},{"key":"zip","value":"<string>","description":"Search by address. This is an AND search parameter that checks the top 10 results from your `searchQuery` and checks to see if the address contains the zip you pass in. Checks physical address, then mailing address, then agent address."},{"key":"screenshot","value":"<boolean>","description":"This returns a short lived URL to a screenshot of the page. Not yet available in all states. This needs to be included with any retryId requests."},{"key":"uccData","value":"<boolean>","description":"This returns an array of any lien information found for this company. Not yet available in all states."},{"key":"test","value":"<string>","description":"This optional parameter is useful for when you are setting up your implementation. It will return dummy data without incurring any charges. Accepted values are: 'complete', 'incomplete', 'failed', 'retryIdInvalid', or 'badRequest'."},{"key":"callbackUrl","value":"<string>","description":"A URL that will be used to send the business data after it is complete."},{"key":"findRelatedBusinesses","value":"<boolean>","description":"Extract agent and officer names from the SOS Search result.\n\nSearch across our full database (all states) for other entities where those names appear.\n\nReturn any matches in the response under a new field: relatedBusinesses."}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Complete\",\n    \"statusCode\": 200,\n    \"results\": [],\n    \"message\": \"No business found in database. Try with liveDate=true to search the registry in real time.\"\n}"},{"id":"bee4e89c-bd95-4823-9ceb-fd0f8198c92a","name":"200 Initial Response Callback","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"Your cobalt Int API key","description":"Your Cobalt Intelligence API key."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apigateway.cobaltintelligence.com/v1/search?searchQuery=<string>&sosId=<string>&searchByPersonFirstName=<string>&searchByPersonLastName=<string>&retryId=<string>&state=<string>&liveData=<boolean>&street=<string>&city=<string>&zip=<string>&screenshot=<boolean>&uccData=<boolean>&test=<string>&callbackUrl=<string>","host":["https://apigateway.cobaltintelligence.com"],"path":["v1","search"],"query":[{"key":"searchQuery","value":"<string>","description":"searchQuery, sosId, searchByPersonFirstName or searchByPersonLastName required unless using retryId. The business name that for which you wish to search."},{"key":"sosId","value":"<string>","description":"searchQuery, sosId, searchByPersonFirstName or searchByPersonLastName required unless using retryId. The entity id that for which you wish to search."},{"key":"searchByPersonFirstName","value":"<string>","description":"searchQuery, sosId, searchByPersonFirstName or searchByPersonLastName required unless using retryId. The first name that for which you wish to search."},{"key":"searchByPersonLastName","value":"<string>","description":"searchQuery, sosId, searchByPersonFirstName or searchByPersonLastName required unless using retryId. The last name that for which you wish to search."},{"key":"retryId","value":"<string>","description":"This is an id passed back from the API. Use this to check on the status of your longer running request and get the return data when the request is completed. If you are requesting a screenshot, you'll want to include `screenshot=true` with the retry."},{"key":"state","value":"<string>","description":"Required unless using retryId. Can be lowerCamelCase (northCarolina) or abbreviation (nc)."},{"key":"liveData","value":"<boolean>","description":"By default this is true and we will return live, fresh data. If you want cached data, send 'false'."},{"key":"street","value":"<string>","description":"Search by address. This is an AND search parameter that checks the top 10 results from your `searchQuery` and checks to see if the address contains the street you pass in. Checks physical address, then mailing address, then agent address."},{"key":"city","value":"<string>","description":"Search by address. This is an AND search parameter that checks the top 10 results from your `searchQuery` and checks to see if the address contains the city you pass in. Checks physical address, then mailing address, then agent address."},{"key":"zip","value":"<string>","description":"Search by address. This is an AND search parameter that checks the top 10 results from your `searchQuery` and checks to see if the address contains the zip you pass in. Checks physical address, then mailing address, then agent address."},{"key":"screenshot","value":"<boolean>","description":"This returns a short lived URL to a screenshot of the page. Not yet available in all states. This needs to be included with any retryId requests."},{"key":"uccData","value":"<boolean>","description":"This returns an array of any lien information found for this company. Not yet available in all states."},{"key":"test","value":"<string>","description":"This optional parameter is useful for when you are setting up your implementation. It will return dummy data without incurring any charges. Accepted values are: 'complete', 'incomplete', 'failed', 'retryIdInvalid', or 'badRequest'."},{"key":"callbackUrl","value":"<string>","description":"A URL that will be used to send the business data after it is complete."}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\r\n    \"status\": \"Completed request will be sent to callback url.\",\r\n    \"statusCode\": 200,\r\n    \"callbackData\": {\r\n        \"requestId\": \"<string>\",\r\n        \"callbackUrl\": \"<string>\"\r\n    }\r\n}"},{"id":"ad1f2e71-80e6-4522-9717-52c9cdff8e6c","name":"202 Response retryId","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"Your cobalt Int API key","description":"Your Cobalt Intelligence API key."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apigateway.cobaltintelligence.com/v1/search?searchQuery=<string>&sosId=<string>&searchByPersonFirstName=<string>&searchByPersonLastName=<string>&retryId=<string>&state=<string>&liveData=<boolean>&street=<string>&city=<string>&zip=<string>&screenshot=<boolean>&uccData=<boolean>&test=<string>&callbackUrl=<string>","host":["https://apigateway.cobaltintelligence.com"],"path":["v1","search"],"query":[{"key":"searchQuery","value":"<string>","description":"searchQuery, sosId, searchByPersonFirstName or searchByPersonLastName required unless using retryId. The business name that for which you wish to search."},{"key":"sosId","value":"<string>","description":"searchQuery, sosId, searchByPersonFirstName or searchByPersonLastName required unless using retryId. The entity id that for which you wish to search."},{"key":"searchByPersonFirstName","value":"<string>","description":"searchQuery, sosId, searchByPersonFirstName or searchByPersonLastName required unless using retryId. The first name that for which you wish to search."},{"key":"searchByPersonLastName","value":"<string>","description":"searchQuery, sosId, searchByPersonFirstName or searchByPersonLastName required unless using retryId. The last name that for which you wish to search."},{"key":"retryId","value":"<string>","description":"This is an id passed back from the API. Use this to check on the status of your longer running request and get the return data when the request is completed. If you are requesting a screenshot, you'll want to include `screenshot=true` with the retry."},{"key":"state","value":"<string>","description":"Required unless using retryId. Can be lowerCamelCase (northCarolina) or abbreviation (nc)."},{"key":"liveData","value":"<boolean>","description":"By default this is true and we will return live, fresh data. If you want cached data, send 'false'."},{"key":"street","value":"<string>","description":"Search by address. This is an AND search parameter that checks the top 10 results from your `searchQuery` and checks to see if the address contains the street you pass in. Checks physical address, then mailing address, then agent address."},{"key":"city","value":"<string>","description":"Search by address. This is an AND search parameter that checks the top 10 results from your `searchQuery` and checks to see if the address contains the city you pass in. Checks physical address, then mailing address, then agent address."},{"key":"zip","value":"<string>","description":"Search by address. This is an AND search parameter that checks the top 10 results from your `searchQuery` and checks to see if the address contains the zip you pass in. Checks physical address, then mailing address, then agent address."},{"key":"screenshot","value":"<boolean>","description":"This returns a short lived URL to a screenshot of the page. Not yet available in all states. This needs to be included with any retryId requests."},{"key":"uccData","value":"<boolean>","description":"This returns an array of any lien information found for this company. Not yet available in all states."},{"key":"test","value":"<string>","description":"This optional parameter is useful for when you are setting up your implementation. It will return dummy data without incurring any charges. Accepted values are: 'complete', 'incomplete', 'failed', 'retryIdInvalid', or 'badRequest'."},{"key":"callbackUrl","value":"<string>","description":"A URL that will be used to send the business data after it is complete."}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\r\n    \"status\": \"Incomplete\",\r\n    \"statusCode\": 202,\r\n    \"retryId\": \"<string>\",\r\n    \"message\": \"${state} is taking a longer time to acquire the data. Use this retryId to check back in for your data.\"\r\n}"},{"id":"32117005-de1f-49f1-90cc-f460680cb685","name":"400 Response: Missing required parameters","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"Your cobalt Int API key","description":"Your Cobalt Intelligence API key."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apigateway.cobaltintelligence.com/v1/search?searchQuery=<string>&sosId=<string>&searchByPersonFirstName=<string>&searchByPersonLastName=<string>&retryId=<string>&state=<string>&liveData=<boolean>&street=<string>&city=<string>&zip=<string>&screenshot=<boolean>&uccData=<boolean>&test=<string>&callbackUrl=<string>&findRelatedBusinesses=<boolean>","host":["https://apigateway.cobaltintelligence.com"],"path":["v1","search"],"query":[{"key":"searchQuery","value":"<string>","description":"searchQuery, sosId, searchByPersonFirstName or searchByPersonLastName required unless using retryId. The business name that for which you wish to search."},{"key":"sosId","value":"<string>","description":"searchQuery, sosId, searchByPersonFirstName or searchByPersonLastName required unless using retryId. The entity id that for which you wish to search."},{"key":"searchByPersonFirstName","value":"<string>","description":"searchQuery, sosId, searchByPersonFirstName or searchByPersonLastName required unless using retryId. The first name that for which you wish to search."},{"key":"searchByPersonLastName","value":"<string>","description":"searchQuery, sosId, searchByPersonFirstName or searchByPersonLastName required unless using retryId. The last name that for which you wish to search."},{"key":"retryId","value":"<string>","description":"This is an id passed back from the API. Use this to check on the status of your longer running request and get the return data when the request is completed. If you are requesting a screenshot, you'll want to include `screenshot=true` with the retry."},{"key":"state","value":"<string>","description":"Required unless using retryId. Can be lowerCamelCase (northCarolina) or abbreviation (nc)."},{"key":"liveData","value":"<boolean>","description":"By default this is true and we will return live, fresh data. If you want cached data, send 'false'."},{"key":"street","value":"<string>","description":"Search by address. This is an AND search parameter that checks the top 10 results from your `searchQuery` and checks to see if the address contains the street you pass in. Checks physical address, then mailing address, then agent address."},{"key":"city","value":"<string>","description":"Search by address. This is an AND search parameter that checks the top 10 results from your `searchQuery` and checks to see if the address contains the city you pass in. Checks physical address, then mailing address, then agent address."},{"key":"zip","value":"<string>","description":"Search by address. This is an AND search parameter that checks the top 10 results from your `searchQuery` and checks to see if the address contains the zip you pass in. Checks physical address, then mailing address, then agent address."},{"key":"screenshot","value":"<boolean>","description":"This returns a short lived URL to a screenshot of the page. Not yet available in all states. This needs to be included with any retryId requests."},{"key":"uccData","value":"<boolean>","description":"This returns an array of any lien information found for this company. Not yet available in all states."},{"key":"test","value":"<string>","description":"This optional parameter is useful for when you are setting up your implementation. It will return dummy data without incurring any charges. Accepted values are: 'complete', 'incomplete', 'failed', 'retryIdInvalid', or 'badRequest'."},{"key":"callbackUrl","value":"<string>","description":"A URL that will be used to send the business data after it is complete."},{"key":"findRelatedBusinesses","value":"<boolean>","description":"Extract agent and officer names from the SOS Search result.\n\nSearch across our full database (all states) for other entities where those names appear.\n\nReturn any matches in the response under a new field: relatedBusinesses."}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Bad request\",\n    \"statusCode\": 400,\n    // This message may also be \"state is a required parameter.\" if state is missing\n    \"message\": \"searchQuery, sosId, or searchByPersonQuery is required\"\n}"},{"id":"02be94ea-92f3-42df-879e-e41218eb720b","name":"400 Response: Search query to short","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"Your cobalt Int API key","description":"Your Cobalt Intelligence API key."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apigateway.cobaltintelligence.com/v1/search?searchQuery=<string>&sosId=<string>&searchByPersonFirstName=<string>&searchByPersonLastName=<string>&retryId=<string>&state=<string>&liveData=<boolean>&street=<string>&city=<string>&zip=<string>&screenshot=<boolean>&uccData=<boolean>&test=<string>&callbackUrl=<string>&findRelatedBusinesses=<boolean>","host":["https://apigateway.cobaltintelligence.com"],"path":["v1","search"],"query":[{"key":"searchQuery","value":"<string>","description":"searchQuery, sosId, searchByPersonFirstName or searchByPersonLastName required unless using retryId. The business name that for which you wish to search."},{"key":"sosId","value":"<string>","description":"searchQuery, sosId, searchByPersonFirstName or searchByPersonLastName required unless using retryId. The entity id that for which you wish to search."},{"key":"searchByPersonFirstName","value":"<string>","description":"searchQuery, sosId, searchByPersonFirstName or searchByPersonLastName required unless using retryId. The first name that for which you wish to search."},{"key":"searchByPersonLastName","value":"<string>","description":"searchQuery, sosId, searchByPersonFirstName or searchByPersonLastName required unless using retryId. The last name that for which you wish to search."},{"key":"retryId","value":"<string>","description":"This is an id passed back from the API. Use this to check on the status of your longer running request and get the return data when the request is completed. If you are requesting a screenshot, you'll want to include `screenshot=true` with the retry."},{"key":"state","value":"<string>","description":"Required unless using retryId. Can be lowerCamelCase (northCarolina) or abbreviation (nc)."},{"key":"liveData","value":"<boolean>","description":"By default this is true and we will return live, fresh data. If you want cached data, send 'false'."},{"key":"street","value":"<string>","description":"Search by address. This is an AND search parameter that checks the top 10 results from your `searchQuery` and checks to see if the address contains the street you pass in. Checks physical address, then mailing address, then agent address."},{"key":"city","value":"<string>","description":"Search by address. This is an AND search parameter that checks the top 10 results from your `searchQuery` and checks to see if the address contains the city you pass in. Checks physical address, then mailing address, then agent address."},{"key":"zip","value":"<string>","description":"Search by address. This is an AND search parameter that checks the top 10 results from your `searchQuery` and checks to see if the address contains the zip you pass in. Checks physical address, then mailing address, then agent address."},{"key":"screenshot","value":"<boolean>","description":"This returns a short lived URL to a screenshot of the page. Not yet available in all states. This needs to be included with any retryId requests."},{"key":"uccData","value":"<boolean>","description":"This returns an array of any lien information found for this company. Not yet available in all states."},{"key":"test","value":"<string>","description":"This optional parameter is useful for when you are setting up your implementation. It will return dummy data without incurring any charges. Accepted values are: 'complete', 'incomplete', 'failed', 'retryIdInvalid', or 'badRequest'."},{"key":"callbackUrl","value":"<string>","description":"A URL that will be used to send the business data after it is complete."},{"key":"findRelatedBusinesses","value":"<boolean>","description":"Extract agent and officer names from the SOS Search result.\n\nSearch across our full database (all states) for other entities where those names appear.\n\nReturn any matches in the response under a new field: relatedBusinesses."}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Bad request\",\n    \"statusCode\": 400,\n    \"message\": \"searchQuery must be at least 3 characters long.\"\n}"},{"id":"4d44a3c1-dc82-4e2d-8d6c-32e3d41e7a19","name":"400 Response: Search person query to short","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"Your cobalt Int API key","description":"Your Cobalt Intelligence API key."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apigateway.cobaltintelligence.com/v1/search?searchQuery=<string>&sosId=<string>&searchByPersonFirstName=<string>&searchByPersonLastName=<string>&retryId=<string>&state=<string>&liveData=<boolean>&street=<string>&city=<string>&zip=<string>&screenshot=<boolean>&uccData=<boolean>&test=<string>&callbackUrl=<string>&findRelatedBusinesses=<boolean>","host":["https://apigateway.cobaltintelligence.com"],"path":["v1","search"],"query":[{"key":"searchQuery","value":"<string>","description":"searchQuery, sosId, searchByPersonFirstName or searchByPersonLastName required unless using retryId. The business name that for which you wish to search."},{"key":"sosId","value":"<string>","description":"searchQuery, sosId, searchByPersonFirstName or searchByPersonLastName required unless using retryId. The entity id that for which you wish to search."},{"key":"searchByPersonFirstName","value":"<string>","description":"searchQuery, sosId, searchByPersonFirstName or searchByPersonLastName required unless using retryId. The first name that for which you wish to search."},{"key":"searchByPersonLastName","value":"<string>","description":"searchQuery, sosId, searchByPersonFirstName or searchByPersonLastName required unless using retryId. The last name that for which you wish to search."},{"key":"retryId","value":"<string>","description":"This is an id passed back from the API. Use this to check on the status of your longer running request and get the return data when the request is completed. If you are requesting a screenshot, you'll want to include `screenshot=true` with the retry."},{"key":"state","value":"<string>","description":"Required unless using retryId. Can be lowerCamelCase (northCarolina) or abbreviation (nc)."},{"key":"liveData","value":"<boolean>","description":"By default this is true and we will return live, fresh data. If you want cached data, send 'false'."},{"key":"street","value":"<string>","description":"Search by address. This is an AND search parameter that checks the top 10 results from your `searchQuery` and checks to see if the address contains the street you pass in. Checks physical address, then mailing address, then agent address."},{"key":"city","value":"<string>","description":"Search by address. This is an AND search parameter that checks the top 10 results from your `searchQuery` and checks to see if the address contains the city you pass in. Checks physical address, then mailing address, then agent address."},{"key":"zip","value":"<string>","description":"Search by address. This is an AND search parameter that checks the top 10 results from your `searchQuery` and checks to see if the address contains the zip you pass in. Checks physical address, then mailing address, then agent address."},{"key":"screenshot","value":"<boolean>","description":"This returns a short lived URL to a screenshot of the page. Not yet available in all states. This needs to be included with any retryId requests."},{"key":"uccData","value":"<boolean>","description":"This returns an array of any lien information found for this company. Not yet available in all states."},{"key":"test","value":"<string>","description":"This optional parameter is useful for when you are setting up your implementation. It will return dummy data without incurring any charges. Accepted values are: 'complete', 'incomplete', 'failed', 'retryIdInvalid', or 'badRequest'."},{"key":"callbackUrl","value":"<string>","description":"A URL that will be used to send the business data after it is complete."},{"key":"findRelatedBusinesses","value":"<boolean>","description":"Extract agent and officer names from the SOS Search result.\n\nSearch across our full database (all states) for other entities where those names appear.\n\nReturn any matches in the response under a new field: relatedBusinesses."}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Bad request\",\n    \"statusCode\": 400,\n    \"message\": \"searchByPersonQuery must be at least 2 characters long.\"\n}"},{"id":"b803f550-9ba3-41e3-ba98-3ecd7149b7df","name":"400 Response: Invalid retry Id","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"Your cobalt Int API key","description":"Your Cobalt Intelligence API key."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apigateway.cobaltintelligence.com/v1/search?searchQuery=<string>&sosId=<string>&searchByPersonFirstName=<string>&searchByPersonLastName=<string>&retryId=<string>&state=<string>&liveData=<boolean>&street=<string>&city=<string>&zip=<string>&screenshot=<boolean>&uccData=<boolean>&test=<string>&callbackUrl=<string>&findRelatedBusinesses=<boolean>","host":["https://apigateway.cobaltintelligence.com"],"path":["v1","search"],"query":[{"key":"searchQuery","value":"<string>","description":"searchQuery, sosId, searchByPersonFirstName or searchByPersonLastName required unless using retryId. The business name that for which you wish to search."},{"key":"sosId","value":"<string>","description":"searchQuery, sosId, searchByPersonFirstName or searchByPersonLastName required unless using retryId. The entity id that for which you wish to search."},{"key":"searchByPersonFirstName","value":"<string>","description":"searchQuery, sosId, searchByPersonFirstName or searchByPersonLastName required unless using retryId. The first name that for which you wish to search."},{"key":"searchByPersonLastName","value":"<string>","description":"searchQuery, sosId, searchByPersonFirstName or searchByPersonLastName required unless using retryId. The last name that for which you wish to search."},{"key":"retryId","value":"<string>","description":"This is an id passed back from the API. Use this to check on the status of your longer running request and get the return data when the request is completed. If you are requesting a screenshot, you'll want to include `screenshot=true` with the retry."},{"key":"state","value":"<string>","description":"Required unless using retryId. Can be lowerCamelCase (northCarolina) or abbreviation (nc)."},{"key":"liveData","value":"<boolean>","description":"By default this is true and we will return live, fresh data. If you want cached data, send 'false'."},{"key":"street","value":"<string>","description":"Search by address. This is an AND search parameter that checks the top 10 results from your `searchQuery` and checks to see if the address contains the street you pass in. Checks physical address, then mailing address, then agent address."},{"key":"city","value":"<string>","description":"Search by address. This is an AND search parameter that checks the top 10 results from your `searchQuery` and checks to see if the address contains the city you pass in. Checks physical address, then mailing address, then agent address."},{"key":"zip","value":"<string>","description":"Search by address. This is an AND search parameter that checks the top 10 results from your `searchQuery` and checks to see if the address contains the zip you pass in. Checks physical address, then mailing address, then agent address."},{"key":"screenshot","value":"<boolean>","description":"This returns a short lived URL to a screenshot of the page. Not yet available in all states. This needs to be included with any retryId requests."},{"key":"uccData","value":"<boolean>","description":"This returns an array of any lien information found for this company. Not yet available in all states."},{"key":"test","value":"<string>","description":"This optional parameter is useful for when you are setting up your implementation. It will return dummy data without incurring any charges. Accepted values are: 'complete', 'incomplete', 'failed', 'retryIdInvalid', or 'badRequest'."},{"key":"callbackUrl","value":"<string>","description":"A URL that will be used to send the business data after it is complete."},{"key":"findRelatedBusinesses","value":"<boolean>","description":"Extract agent and officer names from the SOS Search result.\n\nSearch across our full database (all states) for other entities where those names appear.\n\nReturn any matches in the response under a new field: relatedBusinesses."}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Retry Id invalid\",\n    \"statusCode\": 400\n}"},{"id":"f6200af9-3444-418a-aef5-bc78ef0985c9","name":"404 Response: State not available","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"Your cobalt Int API key","description":"Your Cobalt Intelligence API key."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apigateway.cobaltintelligence.com/v1/search?searchQuery=<string>&sosId=<string>&searchByPersonFirstName=<string>&searchByPersonLastName=<string>&retryId=<string>&state=<string>&liveData=<boolean>&street=<string>&city=<string>&zip=<string>&screenshot=<boolean>&uccData=<boolean>&test=<string>&callbackUrl=<string>","host":["https://apigateway.cobaltintelligence.com"],"path":["v1","search"],"query":[{"key":"searchQuery","value":"<string>","description":"searchQuery, sosId, searchByPersonFirstName or searchByPersonLastName required unless using retryId. The business name that for which you wish to search."},{"key":"sosId","value":"<string>","description":"searchQuery, sosId, searchByPersonFirstName or searchByPersonLastName required unless using retryId. The entity id that for which you wish to search."},{"key":"searchByPersonFirstName","value":"<string>","description":"searchQuery, sosId, searchByPersonFirstName or searchByPersonLastName required unless using retryId. The first name that for which you wish to search."},{"key":"searchByPersonLastName","value":"<string>","description":"searchQuery, sosId, searchByPersonFirstName or searchByPersonLastName required unless using retryId. The last name that for which you wish to search."},{"key":"retryId","value":"<string>","description":"This is an id passed back from the API. Use this to check on the status of your longer running request and get the return data when the request is completed. If you are requesting a screenshot, you'll want to include `screenshot=true` with the retry."},{"key":"state","value":"<string>","description":"Required unless using retryId. Can be lowerCamelCase (northCarolina) or abbreviation (nc)."},{"key":"liveData","value":"<boolean>","description":"By default this is true and we will return live, fresh data. If you want cached data, send 'false'."},{"key":"street","value":"<string>","description":"Search by address. This is an AND search parameter that checks the top 10 results from your `searchQuery` and checks to see if the address contains the street you pass in. Checks physical address, then mailing address, then agent address."},{"key":"city","value":"<string>","description":"Search by address. This is an AND search parameter that checks the top 10 results from your `searchQuery` and checks to see if the address contains the city you pass in. Checks physical address, then mailing address, then agent address."},{"key":"zip","value":"<string>","description":"Search by address. This is an AND search parameter that checks the top 10 results from your `searchQuery` and checks to see if the address contains the zip you pass in. Checks physical address, then mailing address, then agent address."},{"key":"screenshot","value":"<boolean>","description":"This returns a short lived URL to a screenshot of the page. Not yet available in all states. This needs to be included with any retryId requests."},{"key":"uccData","value":"<boolean>","description":"This returns an array of any lien information found for this company. Not yet available in all states."},{"key":"test","value":"<string>","description":"This optional parameter is useful for when you are setting up your implementation. It will return dummy data without incurring any charges. Accepted values are: 'complete', 'incomplete', 'failed', 'retryIdInvalid', or 'badRequest'."},{"key":"callbackUrl","value":"<string>","description":"A URL that will be used to send the business data after it is complete."}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\r\n    \"status\": \"Bad request\",\r\n    \"statusCode\": 404,\r\n    \"message\": \"${state} currently not available for search. The state parameter must be camelCased (northCarolina) or abbreviated (nc).\"\r\n}"},{"id":"bfa7cec2-d3b0-42fb-9c14-c0647b8fe041","name":"429 Response: Trial limit exceeded","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"Your cobalt Int API key","description":"Your Cobalt Intelligence API key."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apigateway.cobaltintelligence.com/v1/search?searchQuery=<string>&sosId=<string>&searchByPersonFirstName=<string>&searchByPersonLastName=<string>&retryId=<string>&state=<string>&liveData=<boolean>&street=<string>&city=<string>&zip=<string>&screenshot=<boolean>&uccData=<boolean>&test=<string>&callbackUrl=<string>&findRelatedBusinesses=<boolean>","host":["https://apigateway.cobaltintelligence.com"],"path":["v1","search"],"query":[{"key":"searchQuery","value":"<string>","description":"searchQuery, sosId, searchByPersonFirstName or searchByPersonLastName required unless using retryId. The business name that for which you wish to search."},{"key":"sosId","value":"<string>","description":"searchQuery, sosId, searchByPersonFirstName or searchByPersonLastName required unless using retryId. The entity id that for which you wish to search."},{"key":"searchByPersonFirstName","value":"<string>","description":"searchQuery, sosId, searchByPersonFirstName or searchByPersonLastName required unless using retryId. The first name that for which you wish to search."},{"key":"searchByPersonLastName","value":"<string>","description":"searchQuery, sosId, searchByPersonFirstName or searchByPersonLastName required unless using retryId. The last name that for which you wish to search."},{"key":"retryId","value":"<string>","description":"This is an id passed back from the API. Use this to check on the status of your longer running request and get the return data when the request is completed. If you are requesting a screenshot, you'll want to include `screenshot=true` with the retry."},{"key":"state","value":"<string>","description":"Required unless using retryId. Can be lowerCamelCase (northCarolina) or abbreviation (nc)."},{"key":"liveData","value":"<boolean>","description":"By default this is true and we will return live, fresh data. If you want cached data, send 'false'."},{"key":"street","value":"<string>","description":"Search by address. This is an AND search parameter that checks the top 10 results from your `searchQuery` and checks to see if the address contains the street you pass in. Checks physical address, then mailing address, then agent address."},{"key":"city","value":"<string>","description":"Search by address. This is an AND search parameter that checks the top 10 results from your `searchQuery` and checks to see if the address contains the city you pass in. Checks physical address, then mailing address, then agent address."},{"key":"zip","value":"<string>","description":"Search by address. This is an AND search parameter that checks the top 10 results from your `searchQuery` and checks to see if the address contains the zip you pass in. Checks physical address, then mailing address, then agent address."},{"key":"screenshot","value":"<boolean>","description":"This returns a short lived URL to a screenshot of the page. Not yet available in all states. This needs to be included with any retryId requests."},{"key":"uccData","value":"<boolean>","description":"This returns an array of any lien information found for this company. Not yet available in all states."},{"key":"test","value":"<string>","description":"This optional parameter is useful for when you are setting up your implementation. It will return dummy data without incurring any charges. Accepted values are: 'complete', 'incomplete', 'failed', 'retryIdInvalid', or 'badRequest'."},{"key":"callbackUrl","value":"<string>","description":"A URL that will be used to send the business data after it is complete."},{"key":"findRelatedBusinesses","value":"<boolean>","description":"Extract agent and officer names from the SOS Search result.\n\nSearch across our full database (all states) for other entities where those names appear.\n\nReturn any matches in the response under a new field: relatedBusinesses."}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Bad request\",\n    \"statusCode\": 429,\n    \"message\": \"Trial limit exceeded. Please contact support@cobaltintelligence.com to upgrade.\"\n}"},{"id":"637d5183-cc4d-40d4-9f68-96dcbd29330c","name":"500 Response error with results","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"Your cobalt Int API key","description":"Your Cobalt Intelligence API key."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apigateway.cobaltintelligence.com/v1/search?searchQuery=<string>&sosId=<string>&searchByPersonFirstName=<string>&searchByPersonLastName=<string>&retryId=<string>&state=<string>&liveData=<boolean>&street=<string>&city=<string>&zip=<string>&screenshot=<boolean>&uccData=<boolean>&test=<string>&callbackUrl=<string>","host":["https://apigateway.cobaltintelligence.com"],"path":["v1","search"],"query":[{"key":"searchQuery","value":"<string>","description":"searchQuery, sosId, searchByPersonFirstName or searchByPersonLastName required unless using retryId. The business name that for which you wish to search."},{"key":"sosId","value":"<string>","description":"searchQuery, sosId, searchByPersonFirstName or searchByPersonLastName required unless using retryId. The entity id that for which you wish to search."},{"key":"searchByPersonFirstName","value":"<string>","description":"searchQuery, sosId, searchByPersonFirstName or searchByPersonLastName required unless using retryId. The first name that for which you wish to search."},{"key":"searchByPersonLastName","value":"<string>","description":"searchQuery, sosId, searchByPersonFirstName or searchByPersonLastName required unless using retryId. The last name that for which you wish to search."},{"key":"retryId","value":"<string>","description":"This is an id passed back from the API. Use this to check on the status of your longer running request and get the return data when the request is completed. If you are requesting a screenshot, you'll want to include `screenshot=true` with the retry."},{"key":"state","value":"<string>","description":"Required unless using retryId. Can be lowerCamelCase (northCarolina) or abbreviation (nc)."},{"key":"liveData","value":"<boolean>","description":"By default this is true and we will return live, fresh data. If you want cached data, send 'false'."},{"key":"street","value":"<string>","description":"Search by address. This is an AND search parameter that checks the top 10 results from your `searchQuery` and checks to see if the address contains the street you pass in. Checks physical address, then mailing address, then agent address."},{"key":"city","value":"<string>","description":"Search by address. This is an AND search parameter that checks the top 10 results from your `searchQuery` and checks to see if the address contains the city you pass in. Checks physical address, then mailing address, then agent address."},{"key":"zip","value":"<string>","description":"Search by address. This is an AND search parameter that checks the top 10 results from your `searchQuery` and checks to see if the address contains the zip you pass in. Checks physical address, then mailing address, then agent address."},{"key":"screenshot","value":"<boolean>","description":"This returns a short lived URL to a screenshot of the page. Not yet available in all states. This needs to be included with any retryId requests."},{"key":"uccData","value":"<boolean>","description":"This returns an array of any lien information found for this company. Not yet available in all states."},{"key":"test","value":"<string>","description":"This optional parameter is useful for when you are setting up your implementation. It will return dummy data without incurring any charges. Accepted values are: 'complete', 'incomplete', 'failed', 'retryIdInvalid', or 'badRequest'."},{"key":"callbackUrl","value":"<string>","description":"A URL that will be used to send the business data after it is complete."}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\r\n    \"status\": \"Failed\",\r\n    \"statusCode\": 500,\r\n    // One of two messages will appear here:\r\n    // 1) An error occurs while attempting to search for the requested business,\r\n    //    but alternative matching businesses are found in our database.\r\n    // 2) The requested state is currently down for maintenance.\r\n    //\r\n    // In both cases:\r\n    // - The user has NOT been charged.\r\n    // - Alternative matching business results are returned.\r\n    //\r\n    // Possible values:\r\n    // - \"Error happened while searching for this business. You have not been charged. However, we have found other businesses in our database that match your search. Please check the results.\"\r\n    // - \"This state is currently down for maintenance. You have not been charged. However, here are some results from our database that match your search\"\r\n    \"message\": \"<string>\",\r\n    \"results\": [\r\n        {\r\n            \"title\": \"<string>\",\r\n            \"filingDate\": \"<string>\",\r\n            \"stateOfFormation\": \"<string>\",\r\n            \"stateOfSosRegistration\": \"<string>\",\r\n            \"status\": \"<string>\",\r\n            \"agentName\": \"<string>\",\r\n            \"agentCity\": \"<string>\",\r\n            \"agentState\": \"<string>\",\r\n            \"agentZip\": \"<string>\",\r\n            \"agentStreetAddress\": \"<string>\",\r\n            \"physicalAddressStreet\": \"<string>\",\r\n            \"physicalAddressCity\": \"<string>\",\r\n            \"physicalAddressState\": \"<string>\",\r\n            \"physicalAddressZip\": \"<string>\",\r\n            \"mailingAddressStreet\": \"<string>\",\r\n            \"mailingAddressCity\": \"<string>\",\r\n            \"mailingAddressState\": \"<string>\",\r\n            \"mailingAddressZip\": \"<string>\",\r\n            \"stateAddressStreet\": \"<string>\",\r\n            \"stateAddressCity\": \"<string>\",\r\n            \"stateAddressState\": \"<string>\",\r\n            \"stateAddressZip\": \"<string>\",\r\n            \"entityType\": \"<string>\",\r\n            \"entitySubType\": \"<string>\",\r\n            \"phoneNumber\": \"<string>\",\r\n            \"email\": \"<string>\",\r\n            \"agentIsCommercial\": \"<boolean>\",\r\n            \"url\": \"<string>\",\r\n            \"industry\": \"<string>\",\r\n            \"sosId\": \"<string>\",\r\n            \"confidenceLevel\": \"<number>\",\r\n            \"normalizedFilingDate\": \"<string>\",\r\n            \"normalizedStatus\": \"<string>\",\r\n            \"taxPayerNumber\": \"<string>\",\r\n            \"screenshotUrl\": \"<string>\",\r\n            \"EIN\": \"<string>\",\r\n            \"personNameMatch\": \"<string>\",\r\n            \"inactiveDate\": \"<string>\",\r\n            \"aiConfidenceLevel\": \"<number>\",\r\n            \"agentResigned\": \"<boolean>\",\r\n            \"agentResignedDate\": \"<string>\",\r\n            \"sopName\": \"<string>\",\r\n            \"sopCity\": \"<string>\",\r\n            \"sopState\": \"<string>\",\r\n            \"sopZip\": \"<string>\",\r\n            \"sopStreetAddress\": \"<string>\",\r\n            \"addressMatch\": \"<boolean>\",\r\n            /**\r\n                * This will only show up when the name listed on the search results differs from the name within the details.\r\n                * This can happen when the name on the search results is a DBA the and details page lists the legal name.\r\n             */\r\n            \"searchResultTitle\": \"<string>\",\r\n            \"createdAt\": \"<number>\",\r\n            \"updatedAt\": \"<number>\",\r\n            // Officers, documents and uccData may have multiple inside the array\r\n            \"officers\": [\r\n                {\r\n                    \"name\": \"<string>\",\r\n                    \"title\": \"<string>\",\r\n                    \"streetAddress\": \"<string>\",\r\n                    \"city\": \"<string>\",\r\n                    \"state\": \"<string>\",\r\n                    \"zip\": \"<string>\",\r\n                    \"phone\": \"<string>\",\r\n                    \"email\": \"<string>\",\r\n                    \"current\": \"<string>\"\r\n                }\r\n            ],\r\n            \"documents\": [\r\n                {\r\n                    \"name\": \"<string>\",\r\n                    \"url\": \"<string>\",\r\n                    \"date\": \"<string>\",\r\n                    \"comment\": \"<string>\"\r\n                }\r\n            ],\r\n            \"uccData\": [\r\n                {\r\n                    \"fileNumber\": \"<string>\",\r\n                    \"debtors\": [\r\n                        {\r\n                            \"name\": \"<string>\",\r\n                            \"street\": \"<string>\",\r\n                            \"city\": \"<string>\",\r\n                            \"state\": \"<string>\",\r\n                            \"zip\": \"<string>\"\r\n                        }\r\n                    ],\r\n                    \"securedParties\": [\r\n                        {\r\n                            \"name\": \"<string>\",\r\n                            \"street\": \"<string>\",\r\n                            \"city\": \"<string>\",\r\n                            \"state\": \"<string>\",\r\n                            \"zip\": \"<string>\"\r\n                        }\r\n                    ],\r\n                    \"type\": \"<string>\",\r\n                    \"filingDate\": \"<string>\",\r\n                    \"status\": \"<string>\",\r\n                    \"lapseDate\": \"<string>\",\r\n                    \"imageUrl\": \"<string>\"\r\n                }\r\n            ],\r\n            \"assumedBusinessNames\": [\r\n                {\r\n                    \"title\": \"<string>\",\r\n                    \"effectiveDate\": \"<string>\",\r\n                    \"status\": \"<string>\",\r\n                    \"type\": \"<string>\",\r\n                    \"expirationDate\": \"<string>\"\r\n                }\r\n            ],\r\n            \"history\": [\r\n                {\r\n                    \"name\": \"<string>\",\r\n                    \"date\": \"<string>\",\r\n                    \"changes\": [\r\n                        {\r\n                            \"name\": \"<string>\",\r\n                            \"changedFrom\": \"<string>\",\r\n                            \"changedTo\": \"<string>\",\r\n                            \"action\": \"<string>\",\r\n                            \"title\": \"<string>\"\r\n                        }\r\n                    ]\r\n                }\r\n            ],\r\n            \"messages\": {\r\n                \"nullable\": true\r\n            }\r\n        }\r\n    ]\r\n}"},{"id":"5db778f3-11ff-4ad0-add3-a01e64117839","name":"500 Response error with no results","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"Your cobalt Int API key","description":"Your Cobalt Intelligence API key."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apigateway.cobaltintelligence.com/v1/search?searchQuery=<string>&sosId=<string>&searchByPersonFirstName=<string>&searchByPersonLastName=<string>&retryId=<string>&state=<string>&liveData=<boolean>&street=<string>&city=<string>&zip=<string>&screenshot=<boolean>&uccData=<boolean>&test=<string>&callbackUrl=<string>","host":["https://apigateway.cobaltintelligence.com"],"path":["v1","search"],"query":[{"key":"searchQuery","value":"<string>","description":"searchQuery, sosId, searchByPersonFirstName or searchByPersonLastName required unless using retryId. The business name that for which you wish to search."},{"key":"sosId","value":"<string>","description":"searchQuery, sosId, searchByPersonFirstName or searchByPersonLastName required unless using retryId. The entity id that for which you wish to search."},{"key":"searchByPersonFirstName","value":"<string>","description":"searchQuery, sosId, searchByPersonFirstName or searchByPersonLastName required unless using retryId. The first name that for which you wish to search."},{"key":"searchByPersonLastName","value":"<string>","description":"searchQuery, sosId, searchByPersonFirstName or searchByPersonLastName required unless using retryId. The last name that for which you wish to search."},{"key":"retryId","value":"<string>","description":"This is an id passed back from the API. Use this to check on the status of your longer running request and get the return data when the request is completed. If you are requesting a screenshot, you'll want to include `screenshot=true` with the retry."},{"key":"state","value":"<string>","description":"Required unless using retryId. Can be lowerCamelCase (northCarolina) or abbreviation (nc)."},{"key":"liveData","value":"<boolean>","description":"By default this is true and we will return live, fresh data. If you want cached data, send 'false'."},{"key":"street","value":"<string>","description":"Search by address. This is an AND search parameter that checks the top 10 results from your `searchQuery` and checks to see if the address contains the street you pass in. Checks physical address, then mailing address, then agent address."},{"key":"city","value":"<string>","description":"Search by address. This is an AND search parameter that checks the top 10 results from your `searchQuery` and checks to see if the address contains the city you pass in. Checks physical address, then mailing address, then agent address."},{"key":"zip","value":"<string>","description":"Search by address. This is an AND search parameter that checks the top 10 results from your `searchQuery` and checks to see if the address contains the zip you pass in. Checks physical address, then mailing address, then agent address."},{"key":"screenshot","value":"<boolean>","description":"This returns a short lived URL to a screenshot of the page. Not yet available in all states. This needs to be included with any retryId requests."},{"key":"uccData","value":"<boolean>","description":"This returns an array of any lien information found for this company. Not yet available in all states."},{"key":"test","value":"<string>","description":"This optional parameter is useful for when you are setting up your implementation. It will return dummy data without incurring any charges. Accepted values are: 'complete', 'incomplete', 'failed', 'retryIdInvalid', or 'badRequest'."},{"key":"callbackUrl","value":"<string>","description":"A URL that will be used to send the business data after it is complete."}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\r\n    \"status\": \"Failed\",\r\n    \"statusCode\": 500,\r\n    // This field will always appear when the request fails and no results are returned.\r\n    //\r\n    // In both cases:\r\n    // - The search could not be completed.\r\n    // - The user has NOT been charged.\r\n    // - No business results are included in the response.\r\n    //\r\n    // Possible values:\r\n    // - \"Error happened while searching for this business. You have not been charged.\"\r\n    // - \"This state is currently down for maintenance. You have not been charged.\"\r\n    //\r\n    // This field is always present for this failure scenario.\r\n    \"message\": \"<string>\"\r\n}"}],"_postman_id":"c063613a-1761-4773-ae22-377345b13013"}],"id":"7de7d0c4-9cbd-4feb-b3bb-7de63163e240","_postman_id":"7de7d0c4-9cbd-4feb-b3bb-7de63163e240","description":""},{"name":"cobaltIntApp","item":[{"name":"Get User Info by API Key","id":"d5e9f906-f262-4587-af20-4701746d4e2e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","value":"Your cobalt Int API key","description":"<p>Uses api key from Cobalt Intelligence</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://apigateway.cobaltintelligence.com/cobaltIntApp/cobalt-customer-info","description":"<p>Retrieve the information of the users info pertaining to their API-Key</p>\n","urlObject":{"path":["cobaltIntApp","cobalt-customer-info"],"host":["https://apigateway.cobaltintelligence.com"],"query":[],"variable":[]}},"response":[{"id":"7b1fc31a-b642-4907-a94a-136545976818","name":"Customer Information found","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"<string>","description":"Uses api key from Cobalt Intelligence"},{"key":"Accept","value":"application/json"}],"url":"https://apigateway.cobaltintelligence.com//cobaltIntApp/cobalt-customer-info"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"apiKey\": \"<string>\",\n  \"usage\": \"<integer>\",\n  \"dueDate\": \"<string>\"\n}"},{"id":"055e9666-e667-415a-87c3-0ba1596c4b77","name":"Error getting usage, perhaps the api key you passed is invalid?","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"<string>","description":"Uses api key from Cobalt Intelligence"}],"url":"https://apigateway.cobaltintelligence.com/cobaltIntApp/cobalt-customer-info"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d5e9f906-f262-4587-af20-4701746d4e2e"}],"id":"9777f11d-1c94-4033-93df-6d402c47e59e","_postman_id":"9777f11d-1c94-4033-93df-6d402c47e59e","description":""},{"name":"fullVerification","item":[{"name":"initVerification","id":"b98e9b92-bebf-404c-8ab2-292c1f281c84","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"Your cobalt Int API key","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"action\": \"initVerification\", // Required\r\n    // Must have one of these three, businessName, firstName, or lastName\r\n    \"businessName\": \"string\", // Required/Optional\r\n    \"firstName\": \"string\", // Required/Optional\r\n    \"lastName\": \"string\", // Required/Optional\r\n    \"businessStreetAddress\": \"string\", // Optional\r\n    \"businessCity\": \"string\", // Optional\r\n    \"businessState\": \"string\", // Optional\r\n    \"businessZip\": \"string\", // Optional\r\n    \"ownerStreetAddress\": \"string\", // Optional\r\n    \"ownerCity\": \"string\", // Optional\r\n    \"ownerState\": \"string\", // Optional\r\n    \"ownerZip\": \"string\", // Optional\r\n    \"callbackUrl\": \"Your call back url here\" // Optional\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apigateway.cobaltintelligence.com/fullVerification","description":"<p>This post request starts the process of sending your requests to all available states. initVerification is the action required for this request. If a callBackUrl is added to the request, the results will be sent there once it runs through all available states.</p>\n<p>Returned will be a searchGuid used to check and see how the process is going.</p>\n","urlObject":{"path":["fullVerification"],"host":["https://apigateway.cobaltintelligence.com"],"query":[],"variable":[]}},"response":[{"id":"9f4c9b05-aec7-41fd-855d-9ac462501fb4","name":"initVerification (200)","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"Your cobalt Int API key","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"action\": \"initVerification\",\r\n    \"businessName\": \"string\",\r\n    \"callbackUrl\": \"Your call back url here\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apigateway.cobaltintelligence.com/fullVerification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Verification started\",\n    \"searchGuid\": \"businessName#RandomGuid\"\n}"},{"id":"bdcaad75-535d-47d3-87b0-44c130e221c8","name":"400 missing parameter","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"Your cobalt Int API key","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"action\": \"initVerification\", // Required\r\n    \"callbackUrl\": \"Your call back url here\" // optional\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apigateway.cobaltintelligence.com/fullVerification"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Query parameter businessName or personsName is required\" // personsName = first +/or last name\n}"},{"id":"3f4f9863-8e66-4aca-9079-633789053338","name":"400 action missing","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"Your cobalt Int API key","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"businessName\": \"businessName\", // Required\r\n    \"callbackUrl\": \"Your call back url here\" // optional\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apigateway.cobaltintelligence.com/fullVerification"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"action is required.\"\n}"}],"_postman_id":"b98e9b92-bebf-404c-8ab2-292c1f281c84"},{"name":"businessStatusCheck","id":"735ecfd5-1607-47a4-a90f-ce93010032d3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://apigateway.cobaltintelligence.com/fullVerification?action=businessStatusCheck&searchGuid=<string>","description":"<p>This will provide a check on which states have completed your request sent in from the initVerification. It will have the information returned from each state. The request may not be fully completed but a 200 will still be returned and will show which of the states have returned a response.  </p>\n<p><strong>Note: The searchGuid will HAVE to be encoded. The</strong> <strong><code>#</code></strong> <strong>will break the query parameter without encoding.</strong></p>\n","urlObject":{"path":["fullVerification"],"host":["https://apigateway.cobaltintelligence.com"],"query":[{"description":{"content":"<p>(Required) This will always be the value for this action.</p>\n","type":"text/plain"},"key":"action","value":"businessStatusCheck"},{"description":{"content":"<p>(Required) This will be the guid returned from your initVerification that goes here.</p>\n<p>Important: This must be encoded since the <code>#</code> will break the query parameter.</p>\n","type":"text/plain"},"key":"searchGuid","value":"<string>"}],"variable":[]}},"response":[{"id":"da807941-88d3-4ab3-8442-53456579f242","name":"200 response","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"Your cobalt Int API key","type":"text"}],"url":{"raw":"https://apigateway.cobaltintelligence.com/fullVerification?action=businessStatusCheck&searchGuid=AARMORA LLC%2396fb2e21-535a-4c50-80f3-01e6a684a3a3","host":["https://apigateway.cobaltintelligence.com"],"path":["fullVerification"],"query":[{"key":"action","value":"businessStatusCheck"},{"key":"searchGuid","value":"AARMORA LLC%2396fb2e21-535a-4c50-80f3-01e6a684a3a3"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"businessVerifications\": [\n        {\n            \"possibleAlternatives\": [],\n            \"updatedAt\": 1699902803456,\n            \"status\": \"Complete\",\n            \"createdAt\": 1699902803456,\n            \"sk\": \"sosResultsBusinessName#alabama\",\n            \"pk\": \"AARMORA LLC#96fb2e21-535a-4c50-80f3-01e6a684a3a3\"\n        },\n        {\n            \"possibleAlternatives\": [],\n            \"updatedAt\": 1699902886473,\n            \"status\": \"Complete\",\n            \"createdAt\": 1699902886473,\n            \"sk\": \"sosResultsBusinessName#alaska\",\n            \"pk\": \"AARMORA LLC#96fb2e21-535a-4c50-80f3-01e6a684a3a3\"\n        },\n        {\n            \"possibleAlternatives\": [],\n            \"updatedAt\": 1699902801329,\n            \"status\": \"Complete\",\n            \"createdAt\": 1699902801329,\n            \"sk\": \"sosResultsBusinessName#arizona\",\n            \"pk\": \"AARMORA LLC#96fb2e21-535a-4c50-80f3-01e6a684a3a3\"\n        },\n        {\n            \"possibleAlternatives\": [],\n            \"updatedAt\": 1699902835230,\n            \"status\": \"Complete\",\n            \"createdAt\": 1699902835230,\n            \"sk\": \"sosResultsBusinessName#arkansas\",\n            \"pk\": \"AARMORA LLC#96fb2e21-535a-4c50-80f3-01e6a684a3a3\"\n        },\n        {\n            \"possibleAlternatives\": [],\n            \"updatedAt\": 1699902805654,\n            \"status\": \"Complete\",\n            \"createdAt\": 1699902805654,\n            \"sk\": \"sosResultsBusinessName#california\",\n            \"pk\": \"AARMORA LLC#96fb2e21-535a-4c50-80f3-01e6a684a3a3\"\n        },\n        {\n            \"possibleAlternatives\": [],\n            \"updatedAt\": 1699902808614,\n            \"status\": \"Complete\",\n            \"createdAt\": 1699902808614,\n            \"sk\": \"sosResultsBusinessName#colorado\",\n            \"pk\": \"AARMORA LLC#96fb2e21-535a-4c50-80f3-01e6a684a3a3\"\n        },\n        {\n            \"possibleAlternatives\": [],\n            \"updatedAt\": 1699902809819,\n            \"status\": \"Complete\",\n            \"createdAt\": 1699902809819,\n            \"sk\": \"sosResultsBusinessName#connecticut\",\n            \"pk\": \"AARMORA LLC#96fb2e21-535a-4c50-80f3-01e6a684a3a3\"\n        },\n        {\n            \"possibleAlternatives\": [],\n            \"updatedAt\": 1699902833969,\n            \"status\": \"Complete\",\n            \"createdAt\": 1699902833969,\n            \"sk\": \"sosResultsBusinessName#delaware\",\n            \"pk\": \"AARMORA LLC#96fb2e21-535a-4c50-80f3-01e6a684a3a3\"\n        },\n        {\n            \"possibleAlternatives\": [],\n            \"updatedAt\": 1699902809132,\n            \"status\": \"Complete\",\n            \"createdAt\": 1699902809132,\n            \"sk\": \"sosResultsBusinessName#districtOfColumbia\",\n            \"pk\": \"AARMORA LLC#96fb2e21-535a-4c50-80f3-01e6a684a3a3\"\n        },\n        {\n            \"possibleAlternatives\": [\n                {\n                    \"businessName\": \"AARN LLC\",\n                    \"sosId\": \"L08000093954\",\n                    \"confidenceLevel\": 0.64,\n                    \"url\": \"https://search.sunbiz.org/Inquiry/CorporationSearch/SearchResultDetail?inquirytype=EntityName&directionType=Initial&searchNameOrder=AARN%20L080000939540&aggregateId=flal-l08000093954-5b1d3f72-dcb7-4aae-8bf9-191ecd541bec&searchTerm=AARMORA&listNameOrder=AARMORGARAGEDOORSERVICE%20L120000572540\",\n                    \"status\": \"INACT\"\n                },\n                {\n                    \"businessName\": \"AARN LLC\",\n                    \"sosId\": \"L23000299806\",\n                    \"confidenceLevel\": 0.64,\n                    \"url\": \"https://search.sunbiz.org/Inquiry/CorporationSearch/SearchResultDetail?inquirytype=EntityName&directionType=Initial&searchNameOrder=AARN%20L230002998060&aggregateId=flal-l23000299806-f2657dc3-d5e0-4a38-8822-178fec385522&searchTerm=AARMORA&listNameOrder=AARMORGARAGEDOORSERVICE%20L120000572540\",\n                    \"status\": \"Active\"\n                },\n                {\n                    \"businessName\": \"AARNA05 LLC\",\n                    \"sosId\": \"L21000371948\",\n                    \"confidenceLevel\": 0.64,\n                    \"url\": \"https://search.sunbiz.org/Inquiry/CorporationSearch/SearchResultDetail?inquirytype=EntityName&directionType=Initial&searchNameOrder=AARNA05%20L210003719480&aggregateId=flal-l21000371948-6785e9c9-6814-4218-99e8-a5ba2a00ae1c&searchTerm=AARMORA&listNameOrder=AARMORGARAGEDOORSERVICE%20L120000572540\",\n                    \"status\": \"Active\"\n                },\n                {\n                    \"businessName\": \"AARMOUR-COAT, INC.\",\n                    \"sosId\": \"466180\",\n                    \"confidenceLevel\": 0.5,\n                    \"url\": \"https://search.sunbiz.org/Inquiry/CorporationSearch/SearchResultDetail?inquirytype=EntityName&directionType=Initial&searchNameOrder=AARMOURCOAT%204661800&aggregateId=domp-466180-dc8a2ac3-f496-4cfb-a463-5f2bcc9059fb&searchTerm=AARMORA&listNameOrder=AARMORGARAGEDOORSERVICE%20L120000572540\",\n                    \"status\": \"INACT\"\n                },\n                {\n                    \"businessName\": \"AARMZ SERVICES LLC\",\n                    \"sosId\": \"L15000143248\",\n                    \"confidenceLevel\": 0.5,\n                    \"url\": \"https://search.sunbiz.org/Inquiry/CorporationSearch/SearchResultDetail?inquirytype=EntityName&directionType=Initial&searchNameOrder=AARMZSERVICES%20L150001432480&aggregateId=flal-l15000143248-1ea2cac8-6f15-4388-b008-3a3d4973a8e5&searchTerm=AARMORA&listNameOrder=AARMORGARAGEDOORSERVICE%20L120000572540\",\n                    \"status\": \"INACT\"\n                },\n                {\n                    \"businessName\": \"AARMZ SERVICES LLC\",\n                    \"sosId\": \"L17000165854\",\n                    \"confidenceLevel\": 0.5,\n                    \"url\": \"https://search.sunbiz.org/Inquiry/CorporationSearch/SearchResultDetail?inquirytype=EntityName&directionType=Initial&searchNameOrder=AARMZSERVICES%20L170001658540&aggregateId=flal-l17000165854-7237aba3-0604-418c-a271-1c4993ebb441&searchTerm=AARMORA&listNameOrder=AARMORGARAGEDOORSERVICE%20L120000572540\",\n                    \"status\": \"Active\"\n                },\n                {\n                    \"businessName\": \"AARMSTRONG EXPRESS LLC\",\n                    \"sosId\": \"L22000240846\",\n                    \"confidenceLevel\": 0.45,\n                    \"url\": \"https://search.sunbiz.org/Inquiry/CorporationSearch/SearchResultDetail?inquirytype=EntityName&directionType=Initial&searchNameOrder=AARMSTRONGEXPRESS%20L220002408460&aggregateId=flal-l22000240846-0b9ceab3-8b53-4713-998a-ab747697a818&searchTerm=AARMORA&listNameOrder=AARMORGARAGEDOORSERVICE%20L120000572540\",\n                    \"status\": \"NAME HS\"\n                },\n                {\n                    \"businessName\": \"AARNA INC.\",\n                    \"sosId\": \"P09000014203\",\n                    \"confidenceLevel\": 0.45,\n                    \"url\": \"https://search.sunbiz.org/Inquiry/CorporationSearch/SearchResultDetail?inquirytype=EntityName&directionType=Initial&searchNameOrder=AARNA%20P090000142030&aggregateId=domp-p09000014203-bd0eec44-74c6-478f-ad8d-731adccb85e6&searchTerm=AARMORA&listNameOrder=AARMORGARAGEDOORSERVICE%20L120000572540\",\n                    \"status\": \"INACT\"\n                },\n                {\n                    \"businessName\": \"A-A.R.M.S., INC.\",\n                    \"sosId\": \"K25357\",\n                    \"confidenceLevel\": 0.38,\n                    \"url\": \"https://search.sunbiz.org/Inquiry/CorporationSearch/SearchResultDetail?inquirytype=EntityName&directionType=Initial&searchNameOrder=AARMS%20K253570&aggregateId=domp-k25357-7db550df-821c-4ef6-9e5c-23e20edf2ea4&searchTerm=AARMORA&listNameOrder=AARMORGARAGEDOORSERVICE%20L120000572540\",\n                    \"status\": \"NAME HS\"\n                },\n                {\n                    \"businessName\": \"AARMOR GARAGE DOOR SERVICE LLC\",\n                    \"sosId\": \"L12000057254\",\n                    \"confidenceLevel\": 0.37,\n                    \"url\": \"https://search.sunbiz.org/Inquiry/CorporationSearch/SearchResultDetail?inquirytype=EntityName&directionType=Initial&searchNameOrder=AARMORGARAGEDOORSERVICE%20L120000572540&aggregateId=flal-l12000057254-a35b21d6-c8a8-4cab-b853-3196bb899e34&searchTerm=AARMORA&listNameOrder=AARMORGARAGEDOORSERVICE%20L120000572540\",\n                    \"status\": \"INACT\"\n                },\n                {\n                    \"businessName\": \"AARNA, INC.\",\n                    \"sosId\": \"P15000032319\",\n                    \"confidenceLevel\": 0.36,\n                    \"url\": \"https://search.sunbiz.org/Inquiry/CorporationSearch/SearchResultDetail?inquirytype=EntityName&directionType=Initial&searchNameOrder=AARNA%20P150000323190&aggregateId=domp-p15000032319-555c068f-e544-4372-95b6-f37e11e58124&searchTerm=AARMORA&listNameOrder=AARMORGARAGEDOORSERVICE%20L120000572540\",\n                    \"status\": \"INACT\"\n                },\n                {\n                    \"businessName\": \"AARMOR LOCKSMITHS, INC.\",\n                    \"sosId\": \"K07494\",\n                    \"confidenceLevel\": 0.35,\n                    \"url\": \"https://search.sunbiz.org/Inquiry/CorporationSearch/SearchResultDetail?inquirytype=EntityName&directionType=Initial&searchNameOrder=AARMORLOCKSMITHS%20K074940&aggregateId=domp-k07494-96788c78-13dd-4566-93e4-d45c4555cf7c&searchTerm=AARMORA&listNameOrder=AARMORGARAGEDOORSERVICE%20L120000572540\",\n                    \"status\": \"INACT\"\n                },\n                {\n                    \"businessName\": \"AARNA CORPORATION\",\n                    \"sosId\": \"P19000052563\",\n                    \"confidenceLevel\": 0.35,\n                    \"url\": \"https://search.sunbiz.org/Inquiry/CorporationSearch/SearchResultDetail?inquirytype=EntityName&directionType=Initial&searchNameOrder=AARNA%20P190000525630&aggregateId=domp-p19000052563-610f6143-2d22-4db4-9922-5d8c7fb2f1a8&searchTerm=AARMORA&listNameOrder=AARMORGARAGEDOORSERVICE%20L120000572540\",\n                    \"status\": \"INACT\"\n                },\n                {\n                    \"businessName\": \"A ARMSTRONG SUBCONTRACTING INC\",\n                    \"sosId\": \"P17000092422\",\n                    \"confidenceLevel\": 0.3,\n                    \"url\": \"https://search.sunbiz.org/Inquiry/CorporationSearch/SearchResultDetail?inquirytype=EntityName&directionType=Initial&searchNameOrder=AARMSTRONGSUBCONTRACTING%20P170000924220&aggregateId=domp-p17000092422-dd05f5f0-c61e-4b7d-be50-b6651b6c9d14&searchTerm=AARMORA&listNameOrder=AARMORGARAGEDOORSERVICE%20L120000572540\",\n                    \"status\": \"INACT\"\n                },\n                {\n                    \"businessName\": \"A ARMY NAVY DEPOT, INC.\",\n                    \"sosId\": \"P01000080790\",\n                    \"confidenceLevel\": 0.3,\n                    \"url\": \"https://search.sunbiz.org/Inquiry/CorporationSearch/SearchResultDetail?inquirytype=EntityName&directionType=Initial&searchNameOrder=AARMYNAVYDEPOT%20P010000807900&aggregateId=domp-p01000080790-3db4c226-eae7-4a68-ae42-a91c9e63ce78&searchTerm=AARMORA&listNameOrder=AARMORGARAGEDOORSERVICE%20L120000572540\",\n                    \"status\": \"Active\"\n                },\n                {\n                    \"businessName\": \"A ARMSTRONG SUBCONTRACTING CO INC\",\n                    \"sosId\": \"P04000161980\",\n                    \"confidenceLevel\": 0.27,\n                    \"url\": \"https://search.sunbiz.org/Inquiry/CorporationSearch/SearchResultDetail?inquirytype=EntityName&directionType=Initial&searchNameOrder=AARMSTRONGSUBCONTRACTING%20P040001619800&aggregateId=domp-p04000161980-bc1ee25c-8286-45a0-82d7-7bf875c9c5a5&searchTerm=AARMORA&listNameOrder=AARMORGARAGEDOORSERVICE%20L120000572540\",\n                    \"status\": \"INACT\"\n                },\n                {\n                    \"businessName\": \"AAR MULTI SERVICES CORP.\",\n                    \"sosId\": \"P18000097459\",\n                    \"confidenceLevel\": 0.25,\n                    \"url\": \"https://search.sunbiz.org/Inquiry/CorporationSearch/SearchResultDetail?inquirytype=EntityName&directionType=Initial&searchNameOrder=AARMULTISERVICES%20P180000974590&aggregateId=domp-p18000097459-b2b38391-f69c-4ee0-9c4f-4869f62bda82&searchTerm=AARMORA&listNameOrder=AARMORGARAGEDOORSERVICE%20L120000572540\",\n                    \"status\": \"INACT/UA\"\n                },\n                {\n                    \"businessName\": \"A. ARMSTRONG & SONS ROOFING, INC.\",\n                    \"sosId\": \"K23418\",\n                    \"confidenceLevel\": 0.24,\n                    \"url\": \"https://search.sunbiz.org/Inquiry/CorporationSearch/SearchResultDetail?inquirytype=EntityName&directionType=Initial&searchNameOrder=AARMSTRONGSONSROOFING%20K234180&aggregateId=domp-k23418-f7a7dcc0-ed65-4c33-9e53-e5301590e30b&searchTerm=AARMORA&listNameOrder=AARMORGARAGEDOORSERVICE%20L120000572540\",\n                    \"status\": \"INACT\"\n                },\n                {\n                    \"businessName\": \"A.ARMSTRONG MOVING SERVICE & EXP.IMP. CORP.\",\n                    \"sosId\": \"P00000076886\",\n                    \"confidenceLevel\": 0.19,\n                    \"url\": \"https://search.sunbiz.org/Inquiry/CorporationSearch/SearchResultDetail?inquirytype=EntityName&directionType=Initial&searchNameOrder=AARMSTRONGMOVINGSERVICEEXPIMP%20P000000768860&aggregateId=domp-p00000076886-d4649f75-d99c-43b9-89d7-5613ad59f11f&searchTerm=AARMORA&listNameOrder=AARMORGARAGEDOORSERVICE%20L120000572540\",\n                    \"status\": \"NAME HS\"\n                },\n                {\n                    \"businessName\": \"A.ARMSTRONG LOGISTIC SERVICES & EXP.IMP.CORP.\",\n                    \"sosId\": \"P00000076886\",\n                    \"confidenceLevel\": 0.18,\n                    \"url\": \"https://search.sunbiz.org/Inquiry/CorporationSearch/SearchResultDetail?inquirytype=EntityName&directionType=Initial&searchNameOrder=AARMSTRONGLOGISTICSERVICESEXPI%20P000000768861&aggregateId=domp-p00000076886-d4649f75-d99c-43b9-89d7-5613ad59f11f&searchTerm=AARMORA&listNameOrder=AARMORGARAGEDOORSERVICE%20L120000572540\",\n                    \"status\": \"INACT\"\n                }\n            ],\n            \"updatedAt\": 1699902805854,\n            \"status\": \"Complete\",\n            \"createdAt\": 1699902805854,\n            \"sk\": \"sosResultsBusinessName#florida\",\n            \"pk\": \"AARMORA LLC#96fb2e21-535a-4c50-80f3-01e6a684a3a3\"\n        },\n        {\n            \"possibleAlternatives\": [],\n            \"updatedAt\": 1699902811384,\n            \"status\": \"Complete\",\n            \"createdAt\": 1699902811384,\n            \"sk\": \"sosResultsBusinessName#georgia\",\n            \"pk\": \"AARMORA LLC#96fb2e21-535a-4c50-80f3-01e6a684a3a3\"\n        },\n        {\n            \"possibleAlternatives\": [],\n            \"updatedAt\": 1699902895466,\n            \"status\": \"Complete\",\n            \"createdAt\": 1699902895466,\n            \"sk\": \"sosResultsBusinessName#hawaii\",\n            \"pk\": \"AARMORA LLC#96fb2e21-535a-4c50-80f3-01e6a684a3a3\"\n        },\n        {\n            \"possibleAlternatives\": [],\n            \"updatedAt\": 1699902819912,\n            \"status\": \"Complete\",\n            \"createdAt\": 1699902819912,\n            \"results\": {\n                \"confidenceLevel\": 1,\n                \"physicalAddressZip\": \"83669\",\n                \"mailingAddressStreet\": \"5898 W BRACKEN CT\",\n                \"agentCity\": \"EAGLE\",\n                \"mailingAddressState\": \"ID\",\n                \"documents\": [\n                    {\n                        \"date\": \"4/3/2023\",\n                        \"name\": \"Annual Report\",\n                        \"url\": \"https://sosbiz.idaho.gov/api/report/GetImageByNum/010131064192165227058077204239124154002038001139\"\n                    },\n                    {\n                        \"date\": \"4/3/2022\",\n                        \"name\": \"Annual Report\",\n                        \"url\": \"https://sosbiz.idaho.gov/api/report/GetImageByNum/020061184177040133151100200162074049183180196122\"\n                    },\n                    {\n                        \"date\": \"4/3/2021\",\n                        \"name\": \"Annual Report\",\n                        \"url\": \"https://sosbiz.idaho.gov/api/report/GetImageByNum/178041249185241044056251145136234196105071177007\"\n                    },\n                    {\n                        \"date\": \"4/3/2020\",\n                        \"name\": \"Annual Report\",\n                        \"url\": \"https://sosbiz.idaho.gov/api/report/GetImageByNum/163168052144207021027224229010230119012004145026\"\n                    },\n                    {\n                        \"date\": \"4/3/2019\",\n                        \"name\": \"Annual Report\",\n                        \"url\": \"https://sosbiz.idaho.gov/api/report/GetImageByNum/105002017021116091210088001058173236214069246052\"\n                    },\n                    {\n                        \"date\": \"11/5/2018\",\n                        \"name\": \"Application for Reinstatement\",\n                        \"url\": \"https://sosbiz.idaho.gov/api/report/GetImageByNum/082142028228176027128061213123212022140102005024\"\n                    },\n                    {\n                        \"date\": \"3/21/2016\",\n                        \"name\": \"Annual Report\",\n                        \"url\": \"https://sosbiz.idaho.gov/api/report/GetImageByNum/118159133159149215230019129090099064224082040001\"\n                    },\n                    {\n                        \"date\": \"5/1/2015\",\n                        \"name\": \"Initial Filing\",\n                        \"url\": \"https://sosbiz.idaho.gov/api/report/GetImageByNum/129224194138115047178233063231170172179250103060\"\n                    }\n                ],\n                \"physicalAddressStreet\": \"12119 W DARKWOOD DR\",\n                \"filingDate\": \"05-01-2015\",\n                \"mailingAddressZip\": \"83616-4984\",\n                \"title\": \"AARMORA LLC\",\n                \"agentZip\": \"83616\",\n                \"aiConfidenceLevel\": 0.99,\n                \"mailingAddressCity\": \"EAGLE\",\n                \"normalizedStatus\": \"Active\",\n                \"agentState\": \"ID\",\n                \"sosId\": \"459657\",\n                \"physicalAddressState\": \"ID\",\n                \"agentResigned\": false,\n                \"uccData\": [],\n                \"entityType\": \"Limited Liability Company (D)\",\n                \"agentName\": \"Jordan  Hansen\",\n                \"normalizedFilingDate\": \"2015-05-01T00:00:00.000Z\",\n                \"history\": [\n                    {\n                        \"name\": \"Annual Report\",\n                        \"date\": \"4/3/2023\",\n                        \"changes\": [\n                            {\n                                \"name\": \"Annual Report Due Date\",\n                                \"changedFrom\": \"5/31/2023 12:00:00 AM\",\n                                \"changedTo\": \"5/31/2024 12:00:00 AM\"\n                            },\n                            {\n                                \"name\": \"Party Removed\",\n                                \"changedFrom\": \"Member: Jordan Hansen 5898 W BRACKEN CT EAGLE, ID 83616-4984 \",\n                                \"changedTo\": \"   \"\n                            },\n                            {\n                                \"name\": \"Party Added\",\n                                \"changedFrom\": \"   \",\n                                \"changedTo\": \"Member: Jordan Hansen 5898 W BRACKEN CT EAGLE, ID 83616-4984 \"\n                            }\n                        ]\n                    },\n                    {\n                        \"name\": \"Annual Report\",\n                        \"date\": \"4/3/2022\",\n                        \"changes\": [\n                            {\n                                \"name\": \"Party Removed\",\n                                \"changedFrom\": \"Member: Jordan Hansen 5898 W BRACKEN CT EAGLE, ID 83616-4984 \",\n                                \"changedTo\": \"   \"\n                            },\n                            {\n                                \"name\": \"Party Added\",\n                                \"changedFrom\": \"   \",\n                                \"changedTo\": \"Member: Jordan Hansen 5898 W BRACKEN CT EAGLE, ID 83616-4984 \"\n                            },\n                            {\n                                \"name\": \"Annual Report Due Date\",\n                                \"changedFrom\": \"5/31/2022 12:00:00 AM\",\n                                \"changedTo\": \"5/31/2023 12:00:00 AM\"\n                            }\n                        ]\n                    },\n                    {\n                        \"name\": \"Annual Report\",\n                        \"date\": \"4/3/2021\",\n                        \"changes\": [\n                            {\n                                \"name\": \"Annual Report Due Date\",\n                                \"changedFrom\": \"5/31/2021 12:00:00 AM\",\n                                \"changedTo\": \"5/31/2022 12:00:00 AM\"\n                            },\n                            {\n                                \"name\": \"Party Removed\",\n                                \"changedFrom\": \"Member: Jordan Hansen 5898 W BRACKEN CT EAGLE, ID 83616-4984 \",\n                                \"changedTo\": \"   \"\n                            },\n                            {\n                                \"name\": \"Party Added\",\n                                \"changedFrom\": \"   \",\n                                \"changedTo\": \"Member: Jordan Hansen 5898 W BRACKEN CT EAGLE, ID 83616-4984 \"\n                            }\n                        ]\n                    },\n                    {\n                        \"name\": \"Annual Report\",\n                        \"date\": \"4/3/2020\",\n                        \"changes\": [\n                            {\n                                \"name\": \"Annual Report Due Date\",\n                                \"changedFrom\": \"5/31/2020 12:00:00 AM\",\n                                \"changedTo\": \"5/31/2021 12:00:00 AM\"\n                            }\n                        ]\n                    },\n                    {\n                        \"name\": \"Annual Report\",\n                        \"date\": \"4/3/2019\",\n                        \"changes\": [\n                            {\n                                \"name\": \"Annual Report Due Date\",\n                                \"changedFrom\": \"5/31/2019 12:00:00 AM\",\n                                \"changedTo\": \"5/31/2020 12:00:00 AM\"\n                            }\n                        ]\n                    },\n                    {\n                        \"name\": \"Application for Reinstatement\",\n                        \"date\": \"11/5/2018\",\n                        \"changes\": [\n                            {\n                                \"name\": \"Filing Status\",\n                                \"changedFrom\": \"Inactive-Dissolved (Administrative)\",\n                                \"changedTo\": \"Active-Existing\"\n                            },\n                            {\n                                \"name\": \"Inactive Date\",\n                                \"changedFrom\": \"8/14/2017 12:00:00 PM\",\n                                \"changedTo\": \"None\"\n                            },\n                            {\n                                \"name\": \"RA Changed\",\n                                \"changedFrom\": \"NO AGENT AGENT RESIGNED OR INVALID BOISE, ID 83702 \",\n                                \"changedTo\": \"Jordan Hansen 5898 W BRACKEN CT EAGLE, ID 83616 \"\n                            }\n                        ]\n                    },\n                    {\n                        \"name\": \"Annual Report\",\n                        \"date\": \"3/21/2016\",\n                        \"changes\": []\n                    },\n                    {\n                        \"name\": \"Initial Filing\",\n                        \"date\": \"5/1/2015\",\n                        \"changes\": []\n                    }\n                ],\n                \"physicalAddressCity\": \"STAR\",\n                \"agentIsCommercial\": false,\n                \"personNameMatch\": \"Jordan Hansen\",\n                \"stateOfSosRegistration\": \"ID\",\n                \"screenshotUrl\": \"https://sos-screenshots.s3.amazonaws.com/ID/8e1d13f3-3531-4d11-d522-28d2aed8977a.png\",\n                \"agentStreetAddress\": \"5898 W BRACKEN CT\",\n                \"stateOfFormation\": \"IDAHO\",\n                \"status\": \"Active-Existing\"\n            },\n            \"sk\": \"sosResultsBusinessName#idaho\",\n            \"pk\": \"AARMORA LLC#96fb2e21-535a-4c50-80f3-01e6a684a3a3\"\n        },\n        {\n            \"possibleAlternatives\": [],\n            \"updatedAt\": 1699902854966,\n            \"status\": \"Complete\",\n            \"createdAt\": 1699902854966,\n            \"sk\": \"sosResultsBusinessName#illinois\",\n            \"pk\": \"AARMORA LLC#96fb2e21-535a-4c50-80f3-01e6a684a3a3\"\n        },\n        {\n            \"possibleAlternatives\": [],\n            \"updatedAt\": 1699902935072,\n            \"status\": \"Complete\",\n            \"createdAt\": 1699902935072,\n            \"sk\": \"sosResultsBusinessName#indiana\",\n            \"pk\": \"AARMORA LLC#96fb2e21-535a-4c50-80f3-01e6a684a3a3\"\n        },\n        {\n            \"possibleAlternatives\": [],\n            \"updatedAt\": 1699902824047,\n            \"status\": \"Complete\",\n            \"createdAt\": 1699902824047,\n            \"sk\": \"sosResultsBusinessName#iowa\",\n            \"pk\": \"AARMORA LLC#96fb2e21-535a-4c50-80f3-01e6a684a3a3\"\n        },\n        {\n            \"possibleAlternatives\": [],\n            \"updatedAt\": 1699902807068,\n            \"status\": \"Complete\",\n            \"createdAt\": 1699902807068,\n            \"sk\": \"sosResultsBusinessName#kansas\",\n            \"pk\": \"AARMORA LLC#96fb2e21-535a-4c50-80f3-01e6a684a3a3\"\n        },\n        {\n            \"possibleAlternatives\": [],\n            \"updatedAt\": 1699902855961,\n            \"status\": \"Complete\",\n            \"createdAt\": 1699902855961,\n            \"sk\": \"sosResultsBusinessName#kentucky\",\n            \"pk\": \"AARMORA LLC#96fb2e21-535a-4c50-80f3-01e6a684a3a3\"\n        },\n        {\n            \"possibleAlternatives\": [],\n            \"updatedAt\": 1699902874285,\n            \"status\": \"Complete\",\n            \"createdAt\": 1699902874285,\n            \"sk\": \"sosResultsBusinessName#louisiana\",\n            \"pk\": \"AARMORA LLC#96fb2e21-535a-4c50-80f3-01e6a684a3a3\"\n        },\n        {\n            \"possibleAlternatives\": [],\n            \"updatedAt\": 1699902820616,\n            \"status\": \"Complete\",\n            \"createdAt\": 1699902820616,\n            \"sk\": \"sosResultsBusinessName#maine\",\n            \"pk\": \"AARMORA LLC#96fb2e21-535a-4c50-80f3-01e6a684a3a3\"\n        },\n        {\n            \"possibleAlternatives\": [],\n            \"updatedAt\": 1699902880413,\n            \"status\": \"Complete\",\n            \"createdAt\": 1699902880413,\n            \"sk\": \"sosResultsBusinessName#maryland\",\n            \"pk\": \"AARMORA LLC#96fb2e21-535a-4c50-80f3-01e6a684a3a3\"\n        },\n        {\n            \"possibleAlternatives\": [],\n            \"updatedAt\": 1699902834990,\n            \"status\": \"Complete\",\n            \"createdAt\": 1699902834990,\n            \"sk\": \"sosResultsBusinessName#massachusetts\",\n            \"pk\": \"AARMORA LLC#96fb2e21-535a-4c50-80f3-01e6a684a3a3\"\n        },\n        {\n            \"possibleAlternatives\": [],\n            \"updatedAt\": 1699902834271,\n            \"status\": \"Complete\",\n            \"createdAt\": 1699902834271,\n            \"sk\": \"sosResultsBusinessName#michigan\",\n            \"pk\": \"AARMORA LLC#96fb2e21-535a-4c50-80f3-01e6a684a3a3\"\n        },\n        {\n            \"possibleAlternatives\": [],\n            \"updatedAt\": 1699902813169,\n            \"status\": \"Complete\",\n            \"createdAt\": 1699902813169,\n            \"sk\": \"sosResultsBusinessName#minnesota\",\n            \"pk\": \"AARMORA LLC#96fb2e21-535a-4c50-80f3-01e6a684a3a3\"\n        },\n        {\n            \"possibleAlternatives\": [],\n            \"updatedAt\": 1699902801699,\n            \"status\": \"Complete\",\n            \"createdAt\": 1699902801699,\n            \"sk\": \"sosResultsBusinessName#mississippi\",\n            \"pk\": \"AARMORA LLC#96fb2e21-535a-4c50-80f3-01e6a684a3a3\"\n        },\n        {\n            \"possibleAlternatives\": [],\n            \"updatedAt\": 1699902822026,\n            \"status\": \"Complete\",\n            \"createdAt\": 1699902822026,\n            \"sk\": \"sosResultsBusinessName#missouri\",\n            \"pk\": \"AARMORA LLC#96fb2e21-535a-4c50-80f3-01e6a684a3a3\"\n        },\n        {\n            \"createdAt\": 1699902957516,\n            \"sk\": \"sosResultsBusinessName#montana\",\n            \"pk\": \"AARMORA LLC#96fb2e21-535a-4c50-80f3-01e6a684a3a3\",\n            \"updatedAt\": 1699902957516,\n            \"status\": \"Complete\"\n        },\n        {\n            \"possibleAlternatives\": [],\n            \"updatedAt\": 1699902850269,\n            \"status\": \"Complete\",\n            \"createdAt\": 1699902850269,\n            \"sk\": \"sosResultsBusinessName#nebraska\",\n            \"pk\": \"AARMORA LLC#96fb2e21-535a-4c50-80f3-01e6a684a3a3\"\n        },\n        {\n            \"possibleAlternatives\": [],\n            \"updatedAt\": 1699902834784,\n            \"status\": \"Complete\",\n            \"createdAt\": 1699902834784,\n            \"sk\": \"sosResultsBusinessName#nevada\",\n            \"pk\": \"AARMORA LLC#96fb2e21-535a-4c50-80f3-01e6a684a3a3\"\n        },\n        {\n            \"possibleAlternatives\": [],\n            \"updatedAt\": 1699902876422,\n            \"status\": \"Complete\",\n            \"createdAt\": 1699902876422,\n            \"sk\": \"sosResultsBusinessName#newHampshire\",\n            \"pk\": \"AARMORA LLC#96fb2e21-535a-4c50-80f3-01e6a684a3a3\"\n        },\n        {\n            \"possibleAlternatives\": [],\n            \"updatedAt\": 1699902808349,\n            \"status\": \"Complete\",\n            \"createdAt\": 1699902808349,\n            \"sk\": \"sosResultsBusinessName#newJersey\",\n            \"pk\": \"AARMORA LLC#96fb2e21-535a-4c50-80f3-01e6a684a3a3\"\n        },\n        {\n            \"possibleAlternatives\": [],\n            \"updatedAt\": 1699902853793,\n            \"status\": \"Complete\",\n            \"createdAt\": 1699902853793,\n            \"sk\": \"sosResultsBusinessName#newMexico\",\n            \"pk\": \"AARMORA LLC#96fb2e21-535a-4c50-80f3-01e6a684a3a3\"\n        },\n        {\n            \"possibleAlternatives\": [],\n            \"updatedAt\": 1699902805765,\n            \"status\": \"Complete\",\n            \"createdAt\": 1699902805765,\n            \"sk\": \"sosResultsBusinessName#newYork\",\n            \"pk\": \"AARMORA LLC#96fb2e21-535a-4c50-80f3-01e6a684a3a3\"\n        },\n        {\n            \"possibleAlternatives\": [],\n            \"updatedAt\": 1699902806046,\n            \"status\": \"Complete\",\n            \"createdAt\": 1699902806046,\n            \"sk\": \"sosResultsBusinessName#northCarolina\",\n            \"pk\": \"AARMORA LLC#96fb2e21-535a-4c50-80f3-01e6a684a3a3\"\n        },\n        {\n            \"possibleAlternatives\": [],\n            \"updatedAt\": 1699902808859,\n            \"status\": \"Complete\",\n            \"createdAt\": 1699902808859,\n            \"sk\": \"sosResultsBusinessName#northDakota\",\n            \"pk\": \"AARMORA LLC#96fb2e21-535a-4c50-80f3-01e6a684a3a3\"\n        },\n        {\n            \"possibleAlternatives\": [],\n            \"updatedAt\": 1699902863508,\n            \"status\": \"Complete\",\n            \"createdAt\": 1699902863508,\n            \"sk\": \"sosResultsBusinessName#ohio\",\n            \"pk\": \"AARMORA LLC#96fb2e21-535a-4c50-80f3-01e6a684a3a3\"\n        },\n        {\n            \"possibleAlternatives\": [],\n            \"updatedAt\": 1699902842281,\n            \"status\": \"Complete\",\n            \"createdAt\": 1699902842281,\n            \"sk\": \"sosResultsBusinessName#oklahoma\",\n            \"pk\": \"AARMORA LLC#96fb2e21-535a-4c50-80f3-01e6a684a3a3\"\n        },\n        {\n            \"possibleAlternatives\": [],\n            \"updatedAt\": 1699902823913,\n            \"status\": \"Complete\",\n            \"createdAt\": 1699902823913,\n            \"sk\": \"sosResultsBusinessName#oregon\",\n            \"pk\": \"AARMORA LLC#96fb2e21-535a-4c50-80f3-01e6a684a3a3\"\n        },\n        {\n            \"possibleAlternatives\": [],\n            \"updatedAt\": 1699902809285,\n            \"status\": \"Complete\",\n            \"createdAt\": 1699902809285,\n            \"sk\": \"sosResultsBusinessName#pennsylvania\",\n            \"pk\": \"AARMORA LLC#96fb2e21-535a-4c50-80f3-01e6a684a3a3\"\n        },\n        {\n            \"possibleAlternatives\": [],\n            \"updatedAt\": 1699902834994,\n            \"status\": \"Complete\",\n            \"createdAt\": 1699902834994,\n            \"sk\": \"sosResultsBusinessName#rhodeIsland\",\n            \"pk\": \"AARMORA LLC#96fb2e21-535a-4c50-80f3-01e6a684a3a3\"\n        },\n        {\n            \"possibleAlternatives\": [],\n            \"updatedAt\": 1699902875825,\n            \"status\": \"Complete\",\n            \"createdAt\": 1699902875825,\n            \"sk\": \"sosResultsBusinessName#southCarolina\",\n            \"pk\": \"AARMORA LLC#96fb2e21-535a-4c50-80f3-01e6a684a3a3\"\n        },\n        {\n            \"possibleAlternatives\": [],\n            \"updatedAt\": 1699902835233,\n            \"status\": \"Complete\",\n            \"createdAt\": 1699902835233,\n            \"sk\": \"sosResultsBusinessName#southDakota\",\n            \"pk\": \"AARMORA LLC#96fb2e21-535a-4c50-80f3-01e6a684a3a3\"\n        },\n        {\n            \"possibleAlternatives\": [],\n            \"updatedAt\": 1699902833647,\n            \"status\": \"Complete\",\n            \"createdAt\": 1699902833647,\n            \"sk\": \"sosResultsBusinessName#tennessee\",\n            \"pk\": \"AARMORA LLC#96fb2e21-535a-4c50-80f3-01e6a684a3a3\"\n        },\n        {\n            \"possibleAlternatives\": [],\n            \"updatedAt\": 1699902820088,\n            \"status\": \"Complete\",\n            \"createdAt\": 1699902820088,\n            \"sk\": \"sosResultsBusinessName#texas\",\n            \"pk\": \"AARMORA LLC#96fb2e21-535a-4c50-80f3-01e6a684a3a3\"\n        },\n        {\n            \"possibleAlternatives\": [],\n            \"updatedAt\": 1699902875771,\n            \"status\": \"Complete\",\n            \"createdAt\": 1699902875771,\n            \"sk\": \"sosResultsBusinessName#utah\",\n            \"pk\": \"AARMORA LLC#96fb2e21-535a-4c50-80f3-01e6a684a3a3\"\n        },\n        {\n            \"possibleAlternatives\": [],\n            \"updatedAt\": 1699902821338,\n            \"status\": \"Complete\",\n            \"createdAt\": 1699902821338,\n            \"sk\": \"sosResultsBusinessName#vermont\",\n            \"pk\": \"AARMORA LLC#96fb2e21-535a-4c50-80f3-01e6a684a3a3\"\n        },\n        {\n            \"possibleAlternatives\": [],\n            \"updatedAt\": 1699902844356,\n            \"status\": \"Complete\",\n            \"createdAt\": 1699902844356,\n            \"sk\": \"sosResultsBusinessName#virginia\",\n            \"pk\": \"AARMORA LLC#96fb2e21-535a-4c50-80f3-01e6a684a3a3\"\n        },\n        {\n            \"possibleAlternatives\": [],\n            \"updatedAt\": 1699902809206,\n            \"status\": \"Complete\",\n            \"createdAt\": 1699902809206,\n            \"sk\": \"sosResultsBusinessName#washington\",\n            \"pk\": \"AARMORA LLC#96fb2e21-535a-4c50-80f3-01e6a684a3a3\"\n        },\n        {\n            \"possibleAlternatives\": [],\n            \"updatedAt\": 1699902819585,\n            \"status\": \"Complete\",\n            \"createdAt\": 1699902819585,\n            \"sk\": \"sosResultsBusinessName#westVirginia\",\n            \"pk\": \"AARMORA LLC#96fb2e21-535a-4c50-80f3-01e6a684a3a3\"\n        },\n        {\n            \"possibleAlternatives\": [],\n            \"updatedAt\": 1699902816546,\n            \"status\": \"Complete\",\n            \"createdAt\": 1699902816546,\n            \"sk\": \"sosResultsBusinessName#wisconsin\",\n            \"pk\": \"AARMORA LLC#96fb2e21-535a-4c50-80f3-01e6a684a3a3\"\n        },\n        {\n            \"possibleAlternatives\": [],\n            \"updatedAt\": 1699902874169,\n            \"status\": \"Complete\",\n            \"createdAt\": 1699902874169,\n            \"sk\": \"sosResultsBusinessName#wyoming\",\n            \"pk\": \"AARMORA LLC#96fb2e21-535a-4c50-80f3-01e6a684a3a3\"\n        }\n    ]\n}"},{"id":"4483dca9-cb64-4857-892e-010c7bc1d11e","name":"400 missing searchGuid","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"Your cobalt Int API key","type":"text"}],"url":{"raw":"https://apigateway.cobaltintelligence.com/fullVerification?action=businessStatusCheck","host":["https://apigateway.cobaltintelligence.com"],"path":["fullVerification"],"query":[{"key":"action","value":"businessStatusCheck","description":"(Required) This will always be the value for this action."},{"key":"searchGuid","value":"<string>","description":"(Required) This will be the guid returned from your initVerification that goes here.","disabled":true}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"searchGuid is required.\"\n}"},{"id":"f2b69b3d-a9aa-445c-94ff-819f1aeac98b","name":"400 missing action","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"Your cobalt Int API key","type":"text"}],"url":{"raw":"https://apigateway.cobaltintelligence.com/fullVerification?searchGuid=<string>","host":["https://apigateway.cobaltintelligence.com"],"path":["fullVerification"],"query":[{"key":"action","value":"businessStatusCheck","description":"(Required) This will always be the value for this action.","disabled":true},{"key":"searchGuid","value":"<string>","description":"(Required) This will be the guid returned from your initVerification that goes here."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"action is required.\"\n}"}],"_postman_id":"735ecfd5-1607-47a4-a90f-ce93010032d3"},{"name":"fullStatusCheck","id":"3e6b27ea-edeb-4eed-9fb3-5faf64fb761c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://apigateway.cobaltintelligence.com/fullVerification?action=fullStatusCheck","description":"<p>This requests allows you to see all previous and potentially ongoing requests made from your apiKey.</p>\n<p>SK = searchGuid</p>\n<p>It helps to use the wrap lines feature here to see comments better</p>\n","urlObject":{"path":["fullVerification"],"host":["https://apigateway.cobaltintelligence.com"],"query":[{"description":{"content":"<p>(Required) This will always be the value for this action.</p>\n","type":"text/plain"},"key":"action","value":"fullStatusCheck"}],"variable":[]}},"response":[{"id":"3d857cd7-c7ed-4307-8b4b-a42c71ec4a64","name":"200 response","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"Your cobalt Int API key","type":"text"}],"url":{"raw":"https://apigateway.cobaltintelligence.com/fullVerification?action=fullStatusCheck","host":["https://apigateway.cobaltintelligence.com"],"path":["fullVerification"],"query":[{"key":"action","value":"fullStatusCheck","description":"(Required) This will always be the value for this action."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"businessVerifications\": [\n        {\n            \"overallStatus\": \"InProgress\", // A status that will be used later on\n            \"sosStatus\": \"Complete\", // This is the primary status that should be looked at to determine whether or not you request is fully finished\n            \"ofacStatus\": \"NotRequested\", // A status that will be used later on\n            \"lastName\": \"HANSEN\", // Last name submitted with the initVerification capitalized\n            \"googleSearchStatus\": \"NotRequested\", // A status that will be used later on\n            \"createdAt\": 1683314550424,\n            \"personSearch\": false,\n            \"ownerZip\": \"\",\n            \"ownerState\": \"\",\n            \"businessCity\": \"\",\n            \"tinStatus\": \"NotRequested\", // A status that will be used later on\n            \"firstName\": \"JORDAN\", // first name submitted with the initVerification capitalized\n            \"lienStatus\": \"NotRequested\", // A status that will be used later on\n            \"businessState\": \"\",\n            \"ownerCity\": \"\",\n            \"updatedAt\": 1683314550424,\n            \"judgmentStatus\": \"NotRequested\", // A status that will be used later on\n            \"ownerStreetAddress\": \"\",\n            \"businessZip\": \"\",\n            \"sk\": \"AARMORA LLC#7279c0d5-36ef-46ec-b697-98f4cd42b59c|JORDAN_HANSEN#baeb76b9-76e8-42dd-9aba-4848abe830ce\", // This is the searchGuid. May be used anytime you want to check on previous searches. To be used with the businessStatusCheck get request\n            \"businessStreetAddress\": \"\",\n            \"aiResults\": \"Based on the data provided, the following flags require further investigation:\\n\\n1. **Multiple businesses associated with the applicant's name**: The applicant has at least five businesses associated with their name, including AESL LLC, CART TO HAND LLC, AARMORA LLC, Cobalt Intelligence, Inc., and JH CUSTOMS LLC. It is important to determine if the applicant has significant involvement in all of these businesses and how their ownership may impact their ability to repay a loan.\\n\\n2. **Inactive or dissolved businesses**: One of the businesses listed, Cart To Hand LLC, is listed as inactive-dissolved. It is important to understand why this business is no longer active and if it could affect the applicant's ability to repay a loan.\\n\\n3. **Newly registered businesses**: It appears that AARMORA LLC, which is associated with the applicant's name, was only registered within the past 24 months. It is important to understand the nature of this business and how it fits into the applicant's overall financial portfolio. \\n\\n4. **Significant business address differences**: There are some discrepancies between the addresses listed for the businesses, which may indicate potential inconsistencies or inaccuracies in the submitted information that require further investigation.\", // Thats right we have some awesome AI analysis just for your benefit!\n            \"pk\": \"9f72dbc6-f6ef-4e59-91aa-8f4979107f80\" // Not important\n        }\n    ]\n}"},{"id":"677e554d-4991-4730-95ff-4df8f18d2b76","name":"400 missing action","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"Your cobalt Int API key","type":"text"}],"url":{"raw":"https://apigateway.cobaltintelligence.com/fullVerification?action=fullStatusCheck","host":["https://apigateway.cobaltintelligence.com"],"path":["fullVerification"],"query":[{"key":"action","value":"fullStatusCheck","description":"(Required) This will always be the value for this action."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"action is required.\"\n}"}],"_postman_id":"3e6b27ea-edeb-4eed-9fb3-5faf64fb761c"}],"id":"5d4e968a-35fb-4872-ac30-6801564b4d1f","description":"<p>Check a business name with all the states. That's right all 50 states + DC!</p>\n","_postman_id":"5d4e968a-35fb-4872-ac30-6801564b4d1f"},{"name":"Contractor License Search","item":[{"name":"Contractor search","id":"5c4f1ca7-3572-4065-b69d-9477343a83bd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","value":"Your cobalt Int API key","type":"text"}],"url":"https://apigateway.cobaltintelligence.com/contractorSearch?licenseNumber=<string>&state=<string>&callbackUrl=<string>","urlObject":{"path":["contractorSearch"],"host":["https://apigateway.cobaltintelligence.com"],"query":[{"description":{"content":"<p>(Required)</p>\n","type":"text/plain"},"key":"licenseNumber","value":"<string>"},{"description":{"content":"<p>(Required) - Available states are ca, fl, ny, or, tx</p>\n","type":"text/plain"},"key":"state","value":"<string>"},{"description":{"content":"<p>(Required)</p>\n","type":"text/plain"},"key":"callbackUrl","value":"<string>"}],"variable":[]}},"response":[{"id":"12715f66-4028-4405-a6eb-62b741f5ef91","name":"200 initial callback data","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"Your cobalt Int API key","type":"text"}],"url":{"raw":"https://apigateway.cobaltintelligence.com/contractorSearch?licenseNumber=<string>&state=<string>&callbackUrl=<string>","host":["https://apigateway.cobaltintelligence.com"],"path":["contractorSearch"],"query":[{"key":"licenseNumber","value":"<string>","description":"(Required)"},{"key":"state","value":"<string>","description":"(Required) - Available states are ca, fl, ny, or, tx"},{"key":"callbackUrl","value":"<string>","description":"(Required)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Completed request will be sent to callback url.\",\n    \"callbackData\": {\n        \"requestId\": \"1234567-1234-1234-123-1234451\",\n        \"callbackUrl\": \"yourCallbackUrlhere.com\"\n    }\n}"},{"id":"97ddc0c8-5355-4f8d-9c24-0cbed83e0433","name":"400 Missing param","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"Your cobalt Int API key","type":"text"}],"url":{"raw":"https://apigateway.cobaltintelligence.com/contractorSearch","host":["https://apigateway.cobaltintelligence.com"],"path":["contractorSearch"],"query":[{"key":"licenseNumber","value":"<string>","description":"(Required)","disabled":true},{"key":"state","value":"<string>","description":"(Required) - Available states are ca, fl, ny, tx","disabled":true},{"key":"callbackUrl","value":"<string>","description":"(Required)","disabled":true}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Bad request\",\n    \"statusCode\": 400,\n    \"message\": \"License number, state and callback URL are required\"\n}"},{"id":"5367cf2b-bcf7-49f7-b21b-5f044f91c344","name":"Data returned to endpoint","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"Your cobalt Int API key","type":"text"}],"url":{"raw":"https://apigateway.cobaltintelligence.com/contractorSearch?licenseNumber=<string>&state=<string>&callbackUrl=<string>","host":["https://apigateway.cobaltintelligence.com"],"path":["contractorSearch"],"query":[{"key":"licenseNumber","value":"<string>","description":"(Required)"},{"key":"state","value":"<string>","description":"(Required) - Available states are ca, fl, ny, tx"},{"key":"callbackUrl","value":"<string>","description":"(Required)"}]}},"code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"requestId\": \"same-request-id-as-sent-back\",\r\n    \"body\": {\r\n        \"status\": \"Complete\",\r\n        \"results\": [\r\n            {\r\n                \"businessName\": \"string\",\r\n                \"licenseNumber\": \"string\",\r\n                \"licenseType\": \"string\",\r\n                \"entity\": \"string\",\r\n                \"streetAddress\": \"string\",\r\n                \"city\": \"string\",\r\n                \"state\": \"string\",\r\n                \"zip\": \"string\",\r\n                \"issueDate\": \"string\",\r\n                \"expirationDate\": \"string\",\r\n                \"status\": \"string\",\r\n                \"phoneNumber\": \"string\",\r\n                \"url\": \"string\",\r\n                \"sponsor\": \"string\",\r\n                \"dbaName\": \"string\",\r\n                \"mailingAddress\": \"string\",\r\n                \"mailingCity\": \"string\",\r\n                \"mailingState\": \"string\",\r\n                \"mailingZip\": \"string\",\r\n                \"licenseLocation\": \"string\",\r\n                \"licenseLocationCity\": \"string\",\r\n                \"licenseLocationState\": \"string\",\r\n                \"licenseLocationZip\": \"string\",\r\n                \"rank\": \"string\",\r\n                \"specialQualifications\": [\r\n                    {\r\n                        \"qualification\": \"string\",\r\n                        \"effectiveDate\": \"string\"\r\n                    }\r\n                ],\r\n                \"alternateNames\": [\r\n                    {\r\n                        \"name\": \"string\"\r\n                    }\r\n                ],\r\n                \"normalizedStatus\": \"string\",\r\n                \"bondCompany\": \"string\",\r\n                \"bondAmount\": \"string\",\r\n                \"bondExpireDate\": \"string\"\r\n            }\r\n        ]\r\n    }\r\n}"}],"_postman_id":"5c4f1ca7-3572-4065-b69d-9477343a83bd"}],"id":"a3ee9e36-2807-4584-bcdb-9721868b6bee","description":"<p>Search contractor licenses by their license number. Supported states are ca, fl, ny and tx</p>\n","_postman_id":"a3ee9e36-2807-4584-bcdb-9721868b6bee"}],"event":[{"listen":"prerequest","script":{"id":"064fe0c7-b219-4b74-881d-c6eb7152be76","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"c122d05b-435d-4418-aa9f-89217a5bebd7","type":"text/javascript","exec":[""]}}],"variable":[{"key":"baseUrl","value":"https://apigateway.cobaltintelligence.com","type":"string"},{"key":"apiKey","value":"Your cobalt Int API key","type":"string"}]}