{"info":{"_postman_id":"8e6de23d-45f3-4176-b8f2-176941450204","name":"Creditinfo Baltic API Reference","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"21080132","collectionId":"8e6de23d-45f3-4176-b8f2-176941450204","publishedId":"2sA3Qs9X25","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"C40F11"},"publishDate":"2024-05-30T10:21:41.000Z"},"item":[{"name":"Baltic Monitoring","item":[{"name":"Portfolios","id":"ea03cd2d-1851-4463-ada8-37ea5f897176","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{bm_base_url}}/portfolios","description":"<h3 id=\"description\">Description</h3>\n<p>View all portfolios available for the Client.</p>\n","urlObject":{"path":["portfolios"],"host":["{{bm_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"9b8cc759-2f88-493a-827a-cb63179d8a22","name":"Portfolios","originalRequest":{"method":"GET","header":[],"url":"{{bm_base_url}}/portfolios"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"551\",\n        \"name\": \"Test 1\",\n        \"createdAt\": \"2024-02-29 12:48:21\",\n        \"countries\": [\n            \"EST\",\n            \"LTU\",\n            \"LVA\"\n        ]\n    },\n    {\n        \"id\": \"552\",\n        \"name\": \"Test 2\",\n        \"createdAt\": \"2024-02-29 12:48:23\",\n        \"countries\": [\n            \"EST\"\n        ]\n    }\n]"}],"_postman_id":"ea03cd2d-1851-4463-ada8-37ea5f897176"},{"name":"Add subjects - all countries","id":"621e902a-53c8-4969-9929-50d6bea3434e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"EST\": [\"10251111\", \"10373333\"], \"LTU\": [\"123032222\", \"123123122\"], \"LVA\": [\"40003524444\", \"40003525555\"]}","options":{"raw":{"language":"json"}}},"url":"{{bm_base_url}}/portfolio/{portfolio_id}/subject-sync","description":"<h3 id=\"description\">Description</h3>\n<p>Allows to add/update subjects to Client's monitoring portfolio. This endpoint enables to synchronize all countries at once. Subjects that are in the request and are not in the portfolio will be subscribed. Subjects that are in the portfolio but are not in the request will be unsubscribed.</p>\n<p>The response contains a syncId that must be used to check the synchronization status.</p>\n","urlObject":{"path":["portfolio","{portfolio_id}","subject-sync"],"host":["{{bm_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"9716782f-2f5f-4cea-94ad-74cb669741bc","name":"All countries","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\"EST\": [\"10251111\", \"10373333\"], \"LTU\": [\"123032222\", \"123123122\"], \"LVA\": [\"40003524444\", \"40003525555\"]}","options":{"raw":{"language":"json"}}},"url":"{{bm_base_url}}/portfolio/551/subject-sync"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"syncId\": 2441\n}"}],"_postman_id":"621e902a-53c8-4969-9929-50d6bea3434e"},{"name":"Add subjects - per country","id":"4115ba70-e3f1-4141-a2f4-b987e329ef2c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\"10251111\", \"10373333\"]","options":{"raw":{"language":"json"}}},"url":"{{bm_base_url}}/portfolio/{portfolio_id}/subject-sync/{country}","description":"<p>Allows to add/update subjects to Client's monitoring portfolio. This endpoint enables to synchronize with one country at a time. For this, country-based dedicated endpoints (/EST, /LVA, /LTA) must be used, and subscriptions will be updated for only that particular country. Other countries will not be affected.</p>\n<p>Subjects that are in the request and are not in the portfolio will be subscribed. Subjects that are in the portfolio but are not in the request will be unsubscribed.</p>\n<p>The response contains a syncId that must be used to check the synchronization status.</p>\n","urlObject":{"path":["portfolio","{portfolio_id}","subject-sync","{country}"],"host":["{{bm_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"52c5057f-9386-4705-97a9-5e86dfa244fe","name":"EST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[\"10251111\", \"10373333\"]","options":{"raw":{"language":"json"}}},"url":"{{bm_base_url}}/portfolio/551/subject-sync/EST"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"syncId\": 2442\n}"},{"id":"779aded9-f2b6-431e-92b3-7fd1daa71c5b","name":"LVA","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[\"40003524444\", \"40003525555\"]","options":{"raw":{"language":"json"}}},"url":"{{bm_base_url}}/portfolio/551/subject-sync/LVA"},"code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"syncId\": 2443\n}"},{"id":"9b507f8b-cf17-432d-ba34-7cb83eac4a3f","name":"LTU","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[\"123032222\", \"123123122\"]","options":{"raw":{"language":"json"}}},"url":"{{bm_base_url}}/portfolio/551/subject-sync/LTU"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"syncId\": 2444\n}"}],"_postman_id":"4115ba70-e3f1-4141-a2f4-b987e329ef2c"},{"name":"Synchronization status","id":"dddc7a39-43f8-420e-91e2-5e1711d6be4b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n    \"EST\": {\r\n        \"status\": \"succeeded\",\r\n        \"finishedAt\": \"2024-04-08 10:37:02\"\r\n    },\r\n    \"LVA\": {\r\n        \"status\": \"succeeded\",\r\n        \"finishedAt\": \"2024-04-08 10:37:17\"\r\n    },\r\n    \"LTU\": {\r\n        \"status\": \"succeeded\",\r\n        \"finishedAt\": \"2024-04-08 10:37:17\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{bm_base_url}}/subject-sync/{sync_id}","description":"<h3 id=\"description\">Description</h3>\n<p>Allows to check the status of portfolio synchronization.</p>\n<p>Synchronization status meanings are different per countries as the underlying local systems differ.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Country</strong></th>\n<th><strong>Status</strong></th>\n<th><strong>Definition</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>EST</td>\n<td>succeeded</td>\n<td>All provided subjects have been successfully syncronized.</td>\n</tr>\n<tr>\n<td>EST</td>\n<td>failed</td>\n<td>Non of the subjects have been syncronized.  <br /><code>message</code> in the reponse contains <strong>the first</strong> incorrect registration code that stopped the process.  <br />In case of system error, message cotains the error message.</td>\n</tr>\n<tr>\n<td>LVA</td>\n<td>succeeded</td>\n<td>All provided subjects have been successfully syncronized.</td>\n</tr>\n<tr>\n<td>LVA</td>\n<td>failed</td>\n<td>Non of the subjects have been syncronized.  <br />In case of system error, <code>message</code> cotains the error message.</td>\n</tr>\n<tr>\n<td>LTU</td>\n<td>succeeded</td>\n<td>All provided subjects have been successfully syncronized.</td>\n</tr>\n<tr>\n<td>LTU</td>\n<td>partially_failed</td>\n<td>Local portfolio was partially syncronized. <code>message</code> in the reponse contains <strong>all</strong> incorrect registration codes that were not syncronized.</td>\n</tr>\n<tr>\n<td>LTU</td>\n<td>failed</td>\n<td>Non of the subjects have been syncronized. <code>message</code> in the reponse contains <strong>all</strong> incorrect registration codes that stopped the process.  <br />In case of system error, message cotains the error message.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["subject-sync","{sync_id}"],"host":["{{bm_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"d18ca6c2-267e-4bee-b35d-7fdccc373945","name":"Success - all countries","originalRequest":{"method":"GET","header":[],"url":"{{bm_base_url}}/subject-sync/2441"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"EST\": {\n        \"status\": \"succeeded\",\n        \"finishedAt\": \"2024-04-08 10:37:02\"\n    },\n    \"LVA\": {\n        \"status\": \"succeeded\",\n        \"finishedAt\": \"2024-04-08 10:37:17\"\n    },\n    \"LTU\": {\n        \"status\": \"succeeded\",\n        \"finishedAt\": \"2024-04-08 10:37:17\"\n    }\n}"},{"id":"0dee2e9e-cacf-45df-98ce-6caae4bc78e8","name":"Success EST","originalRequest":{"method":"GET","header":[],"url":"{{bm_base_url}}/subject-sync/2442"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"EST\": {\n        \"status\": \"succeeded\",\n        \"finishedAt\": \"2024-04-08 15:09:03\"\n    }\n}"},{"id":"de763cff-30ca-46c8-9701-3c7590bc0bb6","name":"Success LVA","originalRequest":{"method":"GET","header":[],"url":"{{bm_base_url}}/subject-sync/2443"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"LVA\": {\n        \"status\": \"succeeded\",\n        \"finishedAt\": \"2024-04-08 15:09:03\"\n    }\n}"},{"id":"9c08b194-b742-4ee0-9e2d-64f985649090","name":"Success LTU","originalRequest":{"method":"GET","header":[],"url":"{{bm_base_url}}/subject-sync/2444"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"LTU\": {\n        \"status\": \"succeeded\",\n        \"finishedAt\": \"2024-04-08 15:09:03\"\n    }\n}"},{"id":"f050b740-cb7b-4ec6-b9bb-064807decb5c","name":"Failed","originalRequest":{"method":"GET","header":[],"url":"{{bm_base_url}}/subject-sync/2445"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"EST\": {\n        \"status\": \"failed\",\n        \"finishedAt\": \"2024-04-09 15:46:02\",\n        \"message\": \"Invalid subject code (12312312) in a request body.\"\n    },\n    \"LVA\": {\n        \"status\": \"failed\",\n        \"finishedAt\": \"2024-04-09 15:46:08\",\n        \"message\": \"Internal server error\"\n    },\n    \"LTU\": {\n        \"status\": \"failed\",\n        \"finishedAt\": \"2024-04-09 15:46:03\",\n        \"message\": \"Errors: 2. Invalid ID supplied: 444444444, 000000001\"\n    }\n}"},{"id":"cbb143ff-fcb1-40d2-99cb-5da187080d68","name":"Partially failed","originalRequest":{"method":"GET","header":[],"url":"{{bm_base_url}}/subject-sync/2446"},"code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"EST\": {\n        \"status\": \"failed\",\n        \"finishedAt\": \"2024-04-08 14:12:02\",\n        \"message\": \"Invalid subject code (12312312) in a request body.\"\n    },\n    \"LVA\": {\n        \"status\": \"succeeded\",\n        \"finishedAt\": \"2024-04-08 14:12:14\"\n    },\n    \"LTU\": {\n        \"status\": \"partially_failed\",\n        \"finishedAt\": \"2024-04-08 14:12:08\",\n        \"message\": \"Errors: 1. Invalid ID supplied: 000000001\"\n    }\n}"}],"_postman_id":"dddc7a39-43f8-420e-91e2-5e1711d6be4b"},{"name":"Subjects in portfolio","id":"d632c9fb-6590-42b0-99af-cc16e65c10df","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{bm_base_url}}/portfolio/{portfolio_id}/subjects?countries=&page=","description":"<h3 id=\"description\">Description</h3>\n<p>Endpoint allows the Client to query the list of active subjects in their specific portfolio based on the portfolio id. If desired, a parameter <code>country</code> can be used to specify the country or countries for which the subject list is returned.</p>\n<p>The output is paginated based on the number of subjects (1000 subjects per page).</p>\n<p>All query parameters are optional.</p>\n","urlObject":{"path":["portfolio","{portfolio_id}","subjects"],"host":["{{bm_base_url}}"],"query":[{"description":{"content":"<p>Optional. Possible values are EST,LVA,LTU</p>\n","type":"text/plain"},"key":"countries","value":""},{"description":{"content":"<p>Optional</p>\n","type":"text/plain"},"key":"page","value":""}],"variable":[]}},"response":[{"id":"44c270c9-d211-475b-811b-a75caa7ac462","name":"All subjects","originalRequest":{"method":"GET","header":[],"url":"{{bm_base_url}}/portfolio/551/subjects"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"EST\": [\n            {\n                \"code\": \"10251111\",\n                \"beginDate\": \"2023-01-01\"\n            },\n            {\n                \"code\": \"10373333\",\n                \"beginDate\": \"2024-04-05\"\n            },\n            {\n                \"code\": \"12312312\",\n                \"beginDate\": \"2024-04-08\"\n            }\n        ],\n        \"LTU\": [\n            {\n                \"code\": \"123032222\",\n                \"beginDate\": \"2024-04-08\"\n            }\n        ]\n    },\n    \"pagination\": {\n        \"previousPage\": null,\n        \"currentPage\": 1,\n        \"nextPage\": 2,\n        \"totalPages\": 2\n    }\n}"},{"id":"5dc77e4e-5fb4-40d3-8de2-cce0bb316d93","name":"Countries search - page 1","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{bm_base_url}}/portfolio/551/subjects?countries=LVA,EST,LTU&page=1","host":["{{bm_base_url}}"],"path":["portfolio","551","subjects"],"query":[{"key":"countries","value":"LVA,EST,LTU"},{"key":"page","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"EST\": [\n            {\n                \"code\": \"10251111\",\n                \"beginDate\": \"2023-01-01\"\n            },\n            {\n                \"code\": \"10373333\",\n                \"beginDate\": \"2024-04-05\"\n            },\n            {\n                \"code\": \"12312312\",\n                \"beginDate\": \"2024-04-08\"\n            }\n        ],\n        \"LTU\": [\n            {\n                \"code\": \"123032222\",\n                \"beginDate\": \"2024-04-08\"\n            }\n        ]\n    },\n    \"pagination\": {\n        \"previousPage\": null,\n        \"currentPage\": 1,\n        \"nextPage\": 2,\n        \"totalPages\": 2\n    }\n}"},{"id":"ef9cd3dc-23cf-444a-9472-dd868cd26022","name":"Countries search - page 2","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{bm_base_url}}/portfolio/551/subjects?countries=LVA,EST,LTU&page=2","host":["{{bm_base_url}}"],"path":["portfolio","551","subjects"],"query":[{"key":"countries","value":"LVA,EST,LTU"},{"key":"page","value":"2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"LTU\": [\n            {\n                \"code\": \"123123122\",\n                \"beginDate\": \"2024-04-08\"\n            }\n        ],\n        \"LVA\": [\n            {\n                \"code\": \"40003524444\",\n                \"beginDate\": \"2024-04-08\"\n            },\n            {\n                \"code\": \"40003525555\",\n                \"beginDate\": \"2024-04-08\"\n            }\n        ]\n    },\n    \"pagination\": {\n        \"previousPage\": 1,\n        \"currentPage\": 2,\n        \"nextPage\": null,\n        \"totalPages\": 2\n    }\n}"}],"_postman_id":"d632c9fb-6590-42b0-99af-cc16e65c10df"},{"name":"Events","id":"e106c8e6-2972-479a-b7ac-0baeceed1811","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{bm_base_url}}/portfolio/551/events?subject_code=&from=&to=&countries=&event_types=&page=","description":"<h3 id=\"description\">Description</h3>\n<p>The endpoint allows the Client to query the list of events associated to the subjects being monitored in specific portfolio. Clients can query events based on the subject code, date range, event types, and country codes.</p>\n<p>Filtering the output is possible using the \"from\" and \"to\" parameters, which are based on the event's registration date in the system (registeredAt), not the event's actual occurrence date.</p>\n<p>The \"country\" parameter can be used to specify one or more countries for the event list.</p>\n<p>The \"event_types\" parameter can be used to specify one or more event types for the event list. All possible event types can be checked with a GET event types query.</p>\n<p>The output is paginated, with up to 1000 events per page. A single subject may appear on multiple pages; in such cases, only the events not listed on the previous page will be included on the new page.</p>\n<p>All query parameters are optional.</p>\n","urlObject":{"path":["portfolio","551","events"],"host":["{{bm_base_url}}"],"query":[{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"subject_code","value":""},{"description":{"content":"<p>Optional. yyyy-mm-dd</p>\n","type":"text/plain"},"key":"from","value":""},{"description":{"content":"<p>Optional. yyyy-mm-dd</p>\n","type":"text/plain"},"key":"to","value":""},{"description":{"content":"<p>Optional. Possible values are EST,LVA,LTU</p>\n","type":"text/plain"},"key":"countries","value":""},{"description":{"content":"<p>Optional. Possible values are event types. For example 10,002,COMMERCIALCREDIT</p>\n","type":"text/plain"},"key":"event_types","value":""},{"description":{"content":"<p>Optional</p>\n","type":"text/plain"},"key":"page","value":""}],"variable":[]}},"response":[{"id":"8b13732c-c545-4183-8244-49d07c9a362e","name":"All events","originalRequest":{"method":"GET","header":[],"url":"{{bm_base_url}}/portfolio/551/events"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"EST\": {\n            \"10010206\": [\n                {\n                    \"type\": \"48\",\n                    \"registeredAt\": \"2024-05-03\",\n                    \"content\": {\n                        \"content\": \"02.05.2024, Company has presented  2023 annual accounts to the Commercial Register\"\n                    }\n                },\n                {\n                    \"type\": \"50\",\n                    \"registeredAt\": \"2024-05-03\",\n                    \"content\": {\n                        \"content\": \"03.05.2024, Rating recalculated according to 2023 annual accounts\"\n                    }\n                }\n            ],\n            \"10256137\": [\n                {\n                    \"type\": \"59\",\n                    \"registeredAt\": \"2023-04-11\",\n                    \"content\": {\n                        \"content\": \"10.04.2023, Company paid 2023 national taxes to Tax and Customs Board in the quarter I in total 385 371.89 eurot and labor taxes 216 693.32 eurot.\"\n                    }\n                },\n                {\n                    \"type\": \"6\",\n                    \"registeredAt\": \"2023-04-18\",\n                    \"content\": {\n                        \"content\": \"18.04.2023, Amending entry\"\n                    }\n                },\n                {\n                    \"type\": \"36\",\n                    \"registeredAt\": \"2023-04-19\",\n                    \"content\": {\n                        \"content\": \"18.04.2023, changes in legal representatives’ data\"\n                    }\n                },\n                {\n                    \"type\": \"19\",\n                    \"registeredAt\": \"2023-05-05\",\n                    \"content\": {\n                        \"content\": \"Ärileht, 05.05.2023\"\n                    }\n                }\n            ],\n            \"111791015\": [\n                {\n                    \"type\": \"018\",\n                    \"registeredAt\": \"2024-02-20\",\n                    \"content\": {\n                        \"Id\": 466218,\n                        \"PubDate\": \"2024-02-19T00:00:00\",\n                        \"ChannelName\": \"Vz.lt\",\n                        \"Title\": \"„Biedronka“ Lenkijoje į kainų karą įvėlė „Lidl“\",\n                        \"Description\": \"Portugalų kapitalo bendrovei „Jeronimo Martins Polska“ priklausanti Lenkijos mažmeninės prekybos lyderė „Biedronka“ šį vasarį į kainų karą įtraukė „Lidl“. „Biedronkos“ žingsnis sulaukė teisininkų kritikos ir atsidūrė kaimyninės šalies konkurencijos sargų akiratyje.<br />\"\n                    }\n                },\n                {\n                    \"type\": \"018\",\n                    \"registeredAt\": \"2024-02-21\",\n                    \"content\": {\n                        \"Id\": 466688,\n                        \"PubDate\": \"2024-02-20T00:00:00\",\n                        \"ChannelName\": \"15min.lt\",\n                        \"Title\": \"Seimas leido prekiauti pasibaigusio galiojimo produktais: štai kodėl tokių lentynose vis dar nematote\",\n                        \"Description\": \"Didieji prekybos tinklai nusprendė kol kas neprekiauti pasibaigusio galiojimo prekėmis, tačiau neatmeta tokios galimybės ateityje. Pardavinėti tokias prekes Seimas leido nuo sausio 1 dienos.<br />\"\n                    }\n                },\n                {\n                    \"type\": \"018\",\n                    \"registeredAt\": \"2024-02-22\",\n                    \"content\": {\n                        \"Id\": 467682,\n                        \"PubDate\": \"2024-02-21T00:00:00\",\n                        \"ChannelName\": \"Vz.lt\",\n                        \"Title\": \"Skaičių magija: „Bitė“ užlipo ant opios „Telios“ vietos, „Tele2“ žengia tyliai\",\n                        \"Description\": \"Aštrų telekomunikacijų bendrovių apsižodžiavimą apie lyderystę 5G lydi itin emocingi ir pagiežingi skirtingų pusių pranešimų spaudai, su skambiais pavadinimais ir atitinkamais epitetais. „Telia“ ir „Bitė Lietuva“ apsikeitė ir abipusiais skundais Vartotojų teisių apsaugos tarnybai. Be to, „Bitė Lietuva“ konkurentės reklamą apskundė ir Vilniaus apygardos teisme.<br />\"\n                    }\n                },\n                {\n                    \"type\": \"018\",\n                    \"registeredAt\": \"2024-02-22\",\n                    \"content\": {\n                        \"Id\": 467371,\n                        \"PubDate\": \"2024-02-21T00:00:00\",\n                        \"ChannelName\": \"Sc.bns.lt\",\n                        \"Title\": \"Vaikų žiemos atostogų meniu: kokius sveikus ir nebrangius užkandžius rinktis?\",\n                        \"Description\": \"Atėjus vaikų žiemos atostogoms daugelis tėvų laužo galvą, kokiais užkandžiais pasirūpinti, kad daugiau laiko namie praleidžiantys vaikai praalkę pasirinktų tiek skanų, tiek sveiką maistą. Dietologai didžiausią svarbą vaikų mityboje teikia šviežiems vaisiams ir daržovėms – kad juos vaikai valgytų noriai būtinas ir teigiamas tėvų pavyzdys, ir išradingumas. Kokių sveikų užkandžių galime pasigaminti su šiais produktais bei kokių jau paruoštų sveikesnių gaminių galime rasti parduotuvių lentynose, rašoma „Lidl“ pranešime žiniasklaidai.<br />\"\n                    }\n                },\n                {\n                    \"type\": \"018\",\n                    \"registeredAt\": \"2024-02-23\",\n                    \"content\": {\n                        \"Id\": 468113,\n                        \"PubDate\": \"2024-02-22T00:00:00\",\n                        \"ChannelName\": \"Sc.bns.lt\",\n                        \"Title\": \"„Lidl“ dažno vartojimo prekių krepšelis – pigiausias\",\n                        \"Description\": \"Žemų kainų prekybos tinklo „Lidl“ dažno vartojimo prekių krepšelis – pigiausias tarp penkių didžiųjų šalies prekybos tinklų, rodo naujausias įmonės „SeeNext“ 2024 m. vasario 15 d. atliktas tyrimas. Kaip skelbia „SeeNext“,  nurodyto tyrimo metu, kuomet slapti pirkėjai apsilankė Vilniaus ir Kauno penkių didžiausių šalies prekybos tinklų parduotuvėse, paaiškėjo, jog pigiausios prekės „Lidl“ siūlomos net penkiose produktų kategorijose. „Lidl“ prekybos tinkle įsigytų prekių krepšelio kaina siekė 34,76 eurus – o tai yra mažiausia krepšelio kaina, palyginus su kitų prekybos tinklų krepšeliais.<br />\"\n                    }\n                },\n                {\n                    \"type\": \"018\",\n                    \"registeredAt\": \"2024-02-23\",\n                    \"content\": {\n                        \"Id\": 468139,\n                        \"PubDate\": \"2024-02-22T00:00:00\",\n                        \"ChannelName\": \"15min.lt\",\n                        \"Title\": \"„Lidl“ dažno vartojimo prekių krepšelis – pigiausias\",\n                        \"Description\": \"Žemų kainų prekybos tinklo „Lidl“ dažno vartojimo prekių krepšelis – pigiausias tarp penkių didžiųjų šalies prekybos tinklų, rodo naujausias įmonės „SeeNext“ 2024 m. vasario 15 d. atliktas tyrimas. Kaip skelbia „SeeNext“, nurodyto tyrimo metu, kuomet slapti pirkėjai apsilankė Vilniaus ir Kauno penkių didžiausių šalies prekybos tinklų parduotuvėse, paaiškėjo, jog pigiausios prekės „Lidl“ siūlomos net penkiose produktų kategorijose. „Lidl“ prekybos tinkle įsigytų prekių krepšelio kaina siekė 34,76 eurus – o tai yra mažiausia krepšelio kaina, palyginus su kitų prekybos tinklų krepšeliais.<br />\"\n                    }\n                }\n            ]\n        },\n        \"LTU\": {\n            \"111494971\": [\n                {\n                    \"type\": \"018\",\n                    \"registeredAt\": \"2024-02-27\",\n                    \"content\": {\n                        \"Id\": 469953,\n                        \"PubDate\": \"2024-02-26T00:00:00\",\n                        \"ChannelName\": \"Sc.bns.lt\",\n                        \"Title\": \"„Capitalica Baltic Real Estate Fund I“ 2023 m. antrąjį pusmetį turtą padidino 15 mln. eurų\",\n                        \"Description\": \"SBA grupės investicijų valdymo bendrovės „Capitalica Asset Management“ nekilnojamojo turto (NT) fondas „Capitalica Baltic Real Estate Fund I“ antrąjį 2023 m. pusmetį užbaigė 15 mln. eurų padidintu turtu. Pastarasis per 12 praėjusių metų mėnesių išaugo net 11,5 proc. – nuo 134,5 mln. eurų 2022 m. iki 149,9 mln. eurų 2023 m.<br />\"\n                    }\n                },\n                {\n                    \"type\": \"010\",\n                    \"registeredAt\": \"2024-03-08\",\n                    \"content\": {\n                        \"Type\": \"naud.\",\n                        \"OldDate\": \"2024-02-01T00:00:00\",\n                        \"OldValue\": \"8\",\n                        \"NewDate\": \"2024-03-01T00:00:00\",\n                        \"NewValue\": \"7\"\n                    }\n                },\n                {\n                    \"type\": \"039\",\n                    \"registeredAt\": \"2024-02-24\",\n                    \"content\": {\n                        \"Ciid\": 142803,\n                        \"Code\": \"111689163\",\n                        \"OldClass\": \"6\",\n                        \"NewClass\": \"5\",\n                        \"OldProb\": \"12.110177\",\n                        \"NewProb\": \"11.491361\",\n                        \"OldClassName\": \"Aukštesnė nei vidutinė rizika\",\n                        \"NewClassName\": \"Vidutinė rizika\",\n                        \"Url\": \"https://new.infobankas.lt/creditinfogroup_lt/foCompanySearch.aspx?type=1&reqNationalID=111689163\",\n                        \"OldProbRounded\": \"12.110\",\n                        \"NewProbRounded\": \"11.491\"\n                    }\n                }\n            ]\n        },\n        \"LVA\": {\n            \"40003235171\": [\n                {\n                    \"type\": \"INQUIRY\",\n                    \"registeredAt\": \"2024-02-20\",\n                    \"content\": null\n                },\n                {\n                    \"type\": \"INQUIRY\",\n                    \"registeredAt\": \"2024-03-31\",\n                    \"content\": null\n                },\n                {\n                    \"type\": \"INQUIRY\",\n                    \"registeredAt\": \"2024-04-01\",\n                    \"content\": null\n                }\n            ],\n            \"40203074362\": [\n                {\n                    \"type\": \"SCRISKGRADE\",\n                    \"registeredAt\": \"2024-02-23\",\n                    \"content\": {\n                        \"Previous Value\": \"5\",\n                        \"Current Value\": \"4\",\n                        \"Trend\": \"Increasing\"\n                    }\n                }\n            ]\n        }\n    },\n    \"pagination\": {\n        \"previousPage\": null,\n        \"currentPage\": 1,\n        \"nextPage\": null,\n        \"totalPages\": 1\n    }\n}"},{"id":"182a3f3b-97fa-4bb4-b86f-a6def3ad1734","name":"Subject code search","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{bm_base_url}}/portfolio/551/events?subject_code=10251111","host":["{{bm_base_url}}"],"path":["portfolio","551","events"],"query":[{"key":"subject_code","value":"10251111"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"EST\": {\n            \"10251111\": [\n                {\n                    \"type\": \"59\",\n                    \"registeredAt\": \"2023-04-11\",\n                    \"content\": {\n                        \"content\": \"10.04.2023, Company paid 2023 national taxes to Tax and Customs Board in the quarter I in total 385 371.89 eurot and labor taxes 216 693.32 eurot.\"\n                    }\n                },\n                {\n                    \"type\": \"6\",\n                    \"registeredAt\": \"2023-04-18\",\n                    \"content\": {\n                        \"content\": \"18.04.2023, Amending entry\"\n                    }\n                },\n                {\n                    \"type\": \"36\",\n                    \"registeredAt\": \"2023-04-19\",\n                    \"content\": {\n                        \"content\": \"18.04.2023, changes in legal representatives’ data\"\n                    }\n                },\n                {\n                    \"type\": \"48\",\n                    \"registeredAt\": \"2023-05-12\",\n                    \"content\": {\n                        \"content\": \"11.05.2023, Company has presented  2022 annual accounts to the Commercial Register\"\n                    }\n                },\n                {\n                    \"type\": \"10\",\n                    \"registeredAt\": \"2024-02-25\",\n                    \"content\": {\n                        \"content\": \"24.02.2024, Debt amount 12 800 - 64 000 EUR, origin: VERTETOM OÜ\"\n                    }\n                }\n            ]\n        }\n    },\n    \"pagination\": {\n        \"previousPage\": null,\n        \"currentPage\": 1,\n        \"nextPage\": null,\n        \"totalPages\": 1\n    }\n}"},{"id":"b61dacb7-3ee9-4b43-abab-22063c37af60","name":"Event type search","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{bm_base_url}}/portfolio/551/events?event_types=48,041,SCRISKGRADE","host":["{{bm_base_url}}"],"path":["portfolio","551","events"],"query":[{"key":"event_types","value":"48,041,SCRISKGRADE","description":"Optional. Possible values are event types. For example 48,041,SCRISKGRADE."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"EST\": {\n            \"10010206\": [\n                {\n                    \"type\": \"48\",\n                    \"registeredAt\": \"2024-05-03\",\n                    \"content\": {\n                        \"content\": \"02.05.2024, Company has presented  2023 annual accounts to the Commercial Register\"\n                    }\n                }\n            ],\n            \"10256137\": [\n                {\n                    \"type\": \"48\",\n                    \"registeredAt\": \"2023-05-12\",\n                    \"content\": {\n                        \"content\": \"11.05.2023, Company has presented  2022 annual accounts to the Commercial Register\"\n                    }\n                }\n            ]\n        },\n        \"LTU\": {\n            \"111498845\": [\n                {\n                    \"type\": \"041\",\n                    \"registeredAt\": \"2024-06-01\",\n                    \"content\": {\n                        \"Ciid\": 233884,\n                        \"Code\": \"111498845\",\n                        \"OldClass\": \"5\",\n                        \"NewClass\": \"6\",\n                        \"OldProb\": \"0.257000\",\n                        \"NewProb\": \"0.407000\",\n                        \"OldClassName\": \"Žema rizika\",\n                        \"NewClassName\": \"Vidutinė rizika\",\n                        \"Url\": \"https://new.infobankas.lt/creditinfogroup_lt/foCompanySearch.aspx?type=1&reqNationalID=111498845\",\n                        \"OldProbRounded\": \"0.257\",\n                        \"NewProbRounded\": \"0.407\"\n                    }\n                }\n            ],\n            \"111689163\": [\n                {\n                    \"type\": \"041\",\n                    \"registeredAt\": \"2024-03-31\",\n                    \"content\": {\n                        \"Ciid\": 142803,\n                        \"Code\": \"111689163\",\n                        \"OldClass\": \"3\",\n                        \"NewClass\": \"4\",\n                        \"OldProb\": \"0.647551\",\n                        \"NewProb\": \"0.768725\",\n                        \"OldClassName\": \"Gera būklė\",\n                        \"NewClassName\": \"Žema rizika\",\n                        \"Url\": \"https://new.infobankas.lt/creditinfogroup_lt/foCompanySearch.aspx?type=1&reqNationalID=111689163\",\n                        \"OldProbRounded\": \"0.648\",\n                        \"NewProbRounded\": \"0.769\"\n                    }\n                }\n            ]\n        },\n        \"LVA\": {\n            \"40002052219\": [\n                {\n                    \"type\": \"SCRISKGRADE\",\n                    \"registeredAt\": \"2024-05-19\",\n                    \"content\": {\n                        \"Previous Value\": \"12\",\n                        \"Current Value\": \"8\",\n                        \"Trend\": \"Increasing\"\n                    }\n                }\n            ],\n            \"40003370498\": [\n                {\n                    \"type\": \"SCRISKGRADE\",\n                    \"registeredAt\": \"2024-05-18\",\n                    \"content\": {\n                        \"Previous Value\": \"12\",\n                        \"Current Value\": \"8\",\n                        \"Trend\": \"Increasing\"\n                    }\n                }\n            ],\n            \"40003405357\": [\n                {\n                    \"type\": \"SCRISKGRADE\",\n                    \"registeredAt\": \"2024-05-17\",\n                    \"content\": {\n                        \"Previous Value\": \"12\",\n                        \"Current Value\": \"3\",\n                        \"Trend\": \"Increasing\"\n                    }\n                }\n            ]\n        }\n    },\n    \"pagination\": {\n        \"previousPage\": null,\n        \"currentPage\": 1,\n        \"nextPage\": null,\n        \"totalPages\": 1\n    }\n}"},{"id":"74e792be-797b-4bde-b13c-67edecb90012","name":"Period & countries search - page 1","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{bm_base_url}}/portfolio/551/events?from=2024-01-01&to=2024-04-01&countries=EST,LTU,LVA&page=1","host":["{{bm_base_url}}"],"path":["portfolio","551","events"],"query":[{"key":"from","value":"2024-01-01"},{"key":"to","value":"2024-04-01"},{"key":"countries","value":"EST,LTU,LVA"},{"key":"page","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"EST\": {\n            \"10251111\": [\n                {\n                    \"type\": \"59\",\n                    \"registeredAt\": \"2024-01-11\",\n                    \"content\": {\n                        \"content\": \"10.01.2024, Company paid 2023 national taxes to Tax and Customs Board in the quarter IV in total 419 253.67 eurot and labor taxes 230 460.98 eurot.\"\n                    }\n                },\n                {\n                    \"type\": \"6\",\n                    \"registeredAt\": \"2024-02-06\",\n                    \"content\": {\n                        \"content\": \"06.02.2024, Amending entry\"\n                    }\n                },\n                {\n                    \"type\": \"10\",\n                    \"registeredAt\": \"2024-02-25\",\n                    \"content\": {\n                        \"content\": \"24.02.2024, Debt amount 12 800 - 64 000 EUR, origin: VERTETOM OÜ\"\n                    }\n                }\n            ]\n        },\n        \"LTU\": {\n            \"111494971\": [\n                {\n                    \"type\": \"018\",\n                    \"registeredAt\": \"2024-02-27\",\n                    \"content\": {\n                        \"Id\": 469953,\n                        \"PubDate\": \"2024-02-26T00:00:00\",\n                        \"ChannelName\": \"Sc.bns.lt\",\n                        \"Title\": \"„Capitalica Baltic Real Estate Fund I“ 2023 m. antrąjį pusmetį turtą padidino 15 mln. eurų\",\n                        \"Description\": \"SBA grupės investicijų valdymo bendrovės „Capitalica Asset Management“ nekilnojamojo turto (NT) fondas „Capitalica Baltic Real Estate Fund I“ antrąjį 2023 m. pusmetį užbaigė 15 mln. eurų padidintu turtu. Pastarasis per 12 praėjusių metų mėnesių išaugo net 11,5 proc. – nuo 134,5 mln. eurų 2022 m. iki 149,9 mln. eurų 2023 m.<br />\"\n                    }\n                },\n                {\n                    \"type\": \"010\",\n                    \"registeredAt\": \"2024-03-08\",\n                    \"content\": {\n                        \"Type\": \"naud.\",\n                        \"OldDate\": \"2024-02-01T00:00:00\",\n                        \"OldValue\": \"8\",\n                        \"NewDate\": \"2024-03-01T00:00:00\",\n                        \"NewValue\": \"7\"\n                    }\n                },\n                {\n                    \"type\": \"039\",\n                    \"registeredAt\": \"2024-02-24\",\n                    \"content\": {\n                        \"Ciid\": 142803,\n                        \"Code\": \"111689163\",\n                        \"OldClass\": \"6\",\n                        \"NewClass\": \"5\",\n                        \"OldProb\": \"12.110177\",\n                        \"NewProb\": \"11.491361\",\n                        \"OldClassName\": \"Aukštesnė nei vidutinė rizika\",\n                        \"NewClassName\": \"Vidutinė rizika\",\n                        \"Url\": \"https://new.infobankas.lt/creditinfogroup_lt/foCompanySearch.aspx?type=1&reqNationalID=111689163\",\n                        \"OldProbRounded\": \"12.110\",\n                        \"NewProbRounded\": \"11.491\"\n                    }\n                }\n            ]\n        }\n    },\n    \"pagination\": {\n        \"previousPage\": null,\n        \"currentPage\": 1,\n        \"nextPage\": 2,\n        \"totalPages\": 2\n    }\n}"},{"id":"e0ccf952-bc32-4fcc-a281-207c0e06b2b9","name":"Period & countries search - page 2","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{bm_base_url}}/portfolio/551/events?from=2024-01-01&to=2024-04-01&countries=EST,LTU,LVA&page=2","host":["{{bm_base_url}}"],"path":["portfolio","551","events"],"query":[{"key":"from","value":"2024-01-01"},{"key":"to","value":"2024-04-01"},{"key":"countries","value":"EST,LTU,LVA"},{"key":"page","value":"2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"LTU\": {\n            \"111494971\": [\n                {\n                    \"type\": \"010\",\n                    \"registeredAt\": \"2024-03-08\",\n                    \"content\": {\n                        \"Type\": \"naud.\",\n                        \"OldDate\": \"2024-02-01T00:00:00\",\n                        \"OldValue\": \"8\",\n                        \"NewDate\": \"2024-03-01T00:00:00\",\n                        \"NewValue\": \"7\"\n                    }\n                },\n                {\n                    \"type\": \"055\",\n                    \"registeredAt\": \"2024-03-18\",\n                    \"content\": {\n                        \"Id\": \"TEISM_16515228\",\n                        \"Date\": \"2024-04-17T00:00:00\",\n                        \"CaseEssence\": \"Dėl sprendimo panaikinimo ir įpareigojimo atlikti veiksmus\",\n                        \"CaseType\": \"A.b. \",\n                        \"CaseNumber\": \"eI2-855-426/2024\",\n                        \"CourtName\": \"Regionų administracinis teismas\",\n                        \"ParticipantsAndRoles\": \"<b>trečiasis suinteresuotas asmuo </b> <A HREF='/Creditinfogroup_lt/FoSearch.aspx?type=1&reqNationalID=111689163' target='_blank'>UAB ,,Creditinfo Lietuva”</a><BR><b> Ats.:  </b> <A HREF='/Creditinfogroup_lt/FoSearch.aspx?type=1&reqNationalID=188607912' target='_blank'>Valstybinė duomenų apsaugos inspekcija</a><BR><b>trečiasis suinteresuotas asmuo </b> <A HREF='/Creditinfogroup_lt/FoSearch.aspx?type=1&reqNationalID=303383884' target='_blank'>''Ignitis''</a><BR>\"\n                    }\n                }\n            ]\n        },\n        \"LVA\": {\n            \"40003235171\": [\n                {\n                    \"type\": \"INQUIRY\",\n                    \"registeredAt\": \"2024-02-20\",\n                    \"content\": null\n                },\n                {\n                    \"type\": \"INQUIRY\",\n                    \"registeredAt\": \"2024-03-31\",\n                    \"content\": null\n                },\n                {\n                    \"type\": \"INQUIRY\",\n                    \"registeredAt\": \"2024-04-01\",\n                    \"content\": null\n                }\n            ],\n            \"40203074362\": [\n                {\n                    \"type\": \"SCRISKGRADE\",\n                    \"registeredAt\": \"2024-02-23\",\n                    \"content\": {\n                        \"Previous Value\": \"5\",\n                        \"Current Value\": \"4\",\n                        \"Trend\": \"Increasing\"\n                    }\n                }\n            ]\n        }\n    },\n    \"pagination\": {\n        \"previousPage\": 1,\n        \"currentPage\": 2,\n        \"nextPage\": null,\n        \"totalPages\": 2\n    }\n}"}],"_postman_id":"e106c8e6-2972-479a-b7ac-0baeceed1811"},{"name":"Event types","id":"c9742c13-bf7a-456a-b972-641cae6e98a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{bm_base_url}}/event-types","description":"<h3 id=\"description\">Description</h3>\n<p>Allows the Client to query the list of all possible event types that can be monitored with the Baltic Monitoring service.</p>\n<p>Actual list of events available for the Client in specific portfolio may be different, depending on the Client-specific configuration in underlying local monitoring systems.</p>\n","urlObject":{"path":["event-types"],"host":["{{bm_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"81824792-8fbf-416a-841c-5131700b9a31","name":"Event types","originalRequest":{"method":"GET","header":[],"url":"https://mon.sise/bm/api/}/event-types"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"EST\": [\n        {\n            \"type\": \"1\",\n            \"name\": {\n                \"en\": \"Change of business name\",\n                \"et\": \"Ärinime muutus\"\n            }\n        },\n        {\n            \"type\": \"10\",\n            \"name\": {\n                \"en\": \"Appearance of payment default\",\n                \"et\": \"Maksehäire tekkimine\"\n            }\n        },\n        {\n            \"type\": \"17\",\n            \"name\": {\n                \"en\": \"Official announcement\",\n                \"et\": \"Ametlik teade\"\n            }\n        },\n        {\n            \"type\": \"18\",\n            \"name\": {\n                \"en\": \"Change in VAT liability\",\n                \"et\": \"KMK muutus\"\n            }\n        },\n        {\n            \"type\": \"19\",\n            \"name\": {\n                \"en\": \"Media reference\",\n                \"et\": \"Meediakajastus\"\n            }\n        },\n        {\n            \"type\": \"2\",\n            \"name\": {\n                \"en\": \"Change of status\",\n                \"et\": \"Staatuse muutus\"\n            }\n        },\n        {\n            \"type\": \"3\",\n            \"name\": {\n                \"en\": \"Change of legal address\",\n                \"et\": \"Juriidilise aadressi muutus\"\n            }\n        },\n        {\n            \"type\": \"36\",\n            \"name\": {\n                \"en\": \"Changes in legal representatives' data\",\n                \"et\": \"Esindusõigusega isikute andmete muutus\"\n            }\n        },\n        {\n            \"type\": \"37\",\n            \"name\": {\n                \"en\": \"Changes in the owners' data\",\n                \"et\": \"Omanike andmete muutus\"\n            }\n        },\n        {\n            \"type\": \"48\",\n            \"name\": {\n                \"en\": \"New annual account\",\n                \"et\": \"Uus aruanne\"\n            }\n        },\n        {\n            \"type\": \"49\",\n            \"name\": {\n                \"en\": \"Correction of annual account\",\n                \"et\": \"Parandus aruandes\"\n            }\n        },\n        {\n            \"type\": \"5\",\n            \"name\": {\n                \"en\": \"Change of fixed capital\",\n                \"et\": \"Põhikapitali muutus\"\n            }\n        },\n        {\n            \"type\": \"50\",\n            \"name\": {\n                \"en\": \"New rating\",\n                \"et\": \"Uus reiting\"\n            }\n        },\n        {\n            \"type\": \"54\",\n            \"name\": {\n                \"en\": \"Change of fiscal year\",\n                \"et\": \"Majandusaasta perioodi muutus\"\n            }\n        },\n        {\n            \"type\": \"59\",\n            \"name\": {\n                \"en\": \"Paid taxes\",\n                \"et\": \"Tasutud maksud\"\n            }\n        },\n        {\n            \"type\": \"6\",\n            \"name\": {\n                \"en\": \"Commercial Register entry\",\n                \"et\": \"Äriregistri kanne\"\n            }\n        },\n        {\n            \"type\": \"75\",\n            \"name\": {\n                \"en\": \"Merger notification\",\n                \"et\": \"Ühinemine\"\n            }\n        },\n        {\n            \"type\": \"76\",\n            \"name\": {\n                \"en\": \"Division notification\",\n                \"et\": \"Jagunemine\"\n            }\n        },\n        {\n            \"type\": \"77\",\n            \"name\": {\n                \"en\": \"Continuation of activities\",\n                \"et\": \"Tegevuse jätkamine\"\n            }\n        },\n        {\n            \"type\": \"78\",\n            \"name\": {\n                \"en\": \"Commercial pledge\",\n                \"et\": \"Kommertspant\"\n            }\n        },\n        {\n            \"type\": \"79\",\n            \"name\": {\n                \"en\": \"End of payment default\",\n                \"et\": \"Maksehäire lõppemine\"\n            }\n        },\n        {\n            \"type\": \"8\",\n            \"name\": {\n                \"en\": \"Change of business form\",\n                \"et\": \"Ettevõtlusvormi muutus\"\n            }\n        },\n        {\n            \"type\": \"89\",\n            \"name\": {\n                \"en\": \"Change in beneficial owners' data\",\n                \"et\": \"Tegelike kasusaajate andmete muutus\"\n            }\n        },\n        {\n            \"type\": \"9\",\n            \"name\": {\n                \"en\": \"Outstanding claims of ETCB\",\n                \"et\": \"MTA nõuete saldo\"\n            }\n        },\n        {\n            \"type\": \"90\",\n            \"name\": {\n                \"en\": \"Change in number of immovables\",\n                \"et\": \"Kinnistute arvu muutus\"\n            }\n        }\n    ],\n    \"LTU\": [\n        {\n            \"type\": \"001\",\n            \"name\": {\n                \"en\": \"New debt\",\n                \"lt\": \"Skola nauja\"\n            }\n        },\n        {\n            \"type\": \"002\",\n            \"name\": {\n                \"en\": \"Debt payment\",\n                \"lt\": \"Skolos dengimas\"\n            }\n        },\n        {\n            \"type\": \"003\",\n            \"name\": {\n                \"en\": \"Change of legal status\",\n                \"lt\": \"Teisinio statuso pasikeitimas\"\n            }\n        },\n        {\n            \"type\": \"005\",\n            \"name\": {\n                \"en\": \"Change of (legal) address\",\n                \"lt\": \"Adreso (juridinio) pasikeitimas\"\n            }\n        },\n        {\n            \"type\": \"006\",\n            \"name\": {\n                \"en\": \"Name change\",\n                \"lt\": \"Pavadinimo pasikeitimas\"\n            }\n        },\n        {\n            \"type\": \"007\",\n            \"name\": {\n                \"en\": \"Credit limit\",\n                \"lt\": \"Kredito limitas\"\n            }\n        },\n        {\n            \"type\": \"009\",\n            \"name\": {\n                \"en\": \"Income decrease 10 % and more\",\n                \"lt\": \"Pajamų mažėjimas 10% ar daugiau\"\n            }\n        },\n        {\n            \"type\": \"010\",\n            \"name\": {\n                \"en\": \"Decrease of vehicles\",\n                \"lt\": \"Transporto priemonių mažėjimas\"\n            }\n        },\n        {\n            \"type\": \"011\",\n            \"name\": {\n                \"en\": \"Report\",\n                \"lt\": \"Informacinė pažyma\"\n            }\n        },\n        {\n            \"type\": \"012\",\n            \"name\": {\n                \"en\": \"Court information\",\n                \"lt\": \"Teismų informacija\"\n            }\n        },\n        {\n            \"type\": \"015\",\n            \"name\": {\n                \"en\": \"Deletion from VAT payers list\",\n                \"lt\": \"Išregistravimas iš PVM mokėtojų\"\n            }\n        },\n        {\n            \"type\": \"017\",\n            \"name\": {\n                \"en\": \"Public negative information\",\n                \"lt\": \"Vieša neigiama informacija\"\n            }\n        },\n        {\n            \"type\": \"018\",\n            \"name\": {\n                \"en\": \"Press release\",\n                \"lt\": \"Spaudos pranešimas\"\n            }\n        },\n        {\n            \"type\": \"019\",\n            \"name\": {\n                \"en\": \"Financial statement\",\n                \"lt\": \"Finansinė ataskaita\"\n            }\n        },\n        {\n            \"type\": \"023\",\n            \"name\": {\n                \"en\": \"Bankruptcy/restructurisation information\",\n                \"lt\": \"Bankroto/restruktūrizacijos informacija\"\n            }\n        },\n        {\n            \"type\": \"027\",\n            \"name\": {\n                \"en\": \"Changes in property seisure information\",\n                \"lt\": \"Areštų informacijos pasikeitimas\"\n            }\n        },\n        {\n            \"type\": \"032\",\n            \"name\": {\n                \"en\": \"Change of authorised capital\",\n                \"lt\": \"Įstatinio kapitalo pasikeitimas\"\n            }\n        },\n        {\n            \"type\": \"034\",\n            \"name\": {\n                \"en\": \"Significant increase of employees\",\n                \"lt\": \"Reikšmingas darbuotojų skaičiaus didėjimas\"\n            }\n        },\n        {\n            \"type\": \"035\",\n            \"name\": {\n                \"en\": \"Significant decrease of employees\",\n                \"lt\": \"Reikšmingas darbuotojų skaičiaus mažėjimas\"\n            }\n        },\n        {\n            \"type\": \"036\",\n            \"name\": {\n                \"en\": \"New debt to SODRA\",\n                \"lt\": \"Skola SODRA nauja\"\n            }\n        },\n        {\n            \"type\": \"037\",\n            \"name\": {\n                \"en\": \"Debt payment to SODRA\",\n                \"lt\": \"Skola SODRA dengimas\"\n            }\n        },\n        {\n            \"type\": \"038\",\n            \"name\": {\n                \"en\": \"Change of manager\",\n                \"lt\": \"Vadovo pasikeitimas\"\n            }\n        },\n        {\n            \"type\": \"039\",\n            \"name\": {\n                \"en\": \"Change of default risk class\",\n                \"lt\": \"Keitėsi vėlavimo atsiskaityti reitingo klasė\"\n            }\n        },\n        {\n            \"type\": \"041\",\n            \"name\": {\n                \"en\": \"Change of bankruptcy risk class\",\n                \"lt\": \"Keitėsi bankroto reitingo klasė\"\n            }\n        },\n        {\n            \"type\": \"043\",\n            \"name\": {\n                \"en\": \"Shareholders information\",\n                \"lt\": \"Akcininkų informacija\"\n            }\n        },\n        {\n            \"type\": \"044\",\n            \"name\": {\n                \"en\": \"Increase of turnover 10 % and more\",\n                \"lt\": \"Pajamų didėjimas 10% ar daugiau\"\n            }\n        },\n        {\n            \"type\": \"045\",\n            \"name\": {\n                \"en\": \"Change of manager with date of birth\",\n                \"lt\": \"Vadovo pakeitimas su gimimo data\"\n            }\n        },\n        {\n            \"type\": \"046\",\n            \"name\": {\n                \"en\": \"Changes in property seisure information\",\n                \"lt\": \"Turto arešto statuso pakeitimas(detalizuotas)\"\n            }\n        },\n        {\n            \"type\": \"047\",\n            \"name\": {\n                \"en\": \"Change of derivatives\",\n                \"lt\": \"Išvestinių rodiklių pakeitimas\"\n            }\n        },\n        {\n            \"type\": \"049\",\n            \"name\": {\n                \"en\": \"Increase of vehicles\",\n                \"lt\": \"Transporto priemonių didėjimas\"\n            }\n        },\n        {\n            \"type\": \"050\",\n            \"name\": {\n                \"en\": \"Increase of debt to SODRA\",\n                \"lt\": \"Skola SODRA didėjimas\"\n            }\n        },\n        {\n            \"type\": \"051\",\n            \"name\": {\n                \"en\": \"Increase of debt amount\",\n                \"lt\": \"Skolos didėjimas\"\n            }\n        },\n        {\n            \"type\": \"053\",\n            \"name\": {\n                \"en\": \"Court information - defendant\",\n                \"lt\": \"Teismų informacija - atsakovas\"\n            }\n        },\n        {\n            \"type\": \"054\",\n            \"name\": {\n                \"en\": \"Court information - plaintiff\",\n                \"lt\": \"Teismų informacija - ieškovas\"\n            }\n        },\n        {\n            \"type\": \"055\",\n            \"name\": {\n                \"en\": \"Court information - third party\",\n                \"lt\": \"Teismų informacija - trečioji šalis\"\n            }\n        },\n        {\n            \"type\": \"056\",\n            \"name\": {\n                \"en\": \"Deferred amount payment to SODRA\",\n                \"lt\": \"Atidėta suma SODRA dengimas\"\n            }\n        },\n        {\n            \"type\": \"057\",\n            \"name\": {\n                \"en\": \"Increase of deferred amount to SODRA\",\n                \"lt\": \"Atidėta suma SODRA didėjimas\"\n            }\n        },\n        {\n            \"type\": \"058\",\n            \"name\": {\n                \"en\": \"New deferred amount to SODRA\",\n                \"lt\": \"Atidėta suma SODRA nauja\"\n            }\n        }\n    ],\n    \"LVA\": [\n        {\n            \"type\": \"ALLOUTSTANDING\",\n            \"name\": {\n                \"en\": \"Sum of remaining amounts over all contracts >= X\",\n                \"lv\": \"Visu līgumu kopējā atlikusī summa >= X\"\n            }\n        },\n        {\n            \"type\": \"ALLPASTDUENEGATIVEC\",\n            \"name\": {\n                \"en\": \"Sum of delayed amounts all contracts >= X\",\n                \"lv\": \"Klienta kopējā kavējuma summa visiem līgumiem >= X\"\n            }\n        },\n        {\n            \"type\": \"ALLPASTDUENEGATIVEPI\",\n            \"name\": {\n                \"en\": \"Sum of delayed amounts all invoices >= X\",\n                \"lv\": \"Klienta kopējā kavējuma summa visiem rēķiniem >= X\"\n            }\n        },\n        {\n            \"type\": \"ALLTOTAL\",\n            \"name\": {\n                \"en\": \"Sum of loan amounts over all contracts >= X\",\n                \"lv\": \"Visu līgumu kopējā aizdevumu summa >= X\"\n            }\n        },\n        {\n            \"type\": \"COMMERCIALCREDIT\",\n            \"name\": {\n                \"en\": \"New commercial credit has been reported\",\n                \"lv\": \"Jauns ziņojums par komerckredītu\"\n            }\n        },\n        {\n            \"type\": \"CONTRACTCLOSED\",\n            \"name\": {\n                \"en\": \"Contract has been closed\",\n                \"lv\": \"Līgums tika slēgts\"\n            }\n        },\n        {\n            \"type\": \"CREDITCARD\",\n            \"name\": {\n                \"en\": \"New credit card has been reported\",\n                \"lv\": \"Jauns ziņojums par maksājuma karti\"\n            }\n        },\n        {\n            \"type\": \"DISPUTECONTRACT\",\n            \"name\": {\n                \"en\": \"New contract dispute has been opened\",\n                \"lv\": \"Reģistrēts jauns strīds par līgumu\"\n            }\n        },\n        {\n            \"type\": \"DISPUTESUBJECT\",\n            \"name\": {\n                \"en\": \"New subject dispute has been opened\",\n                \"lv\": \"Reģistrēts jauns iebildums par personas datiem\"\n            }\n        },\n        {\n            \"type\": \"ECONOMICSECTOR\",\n            \"name\": {\n                \"en\": \"Change of economic sector has been reported\",\n                \"lv\": \"Reģistrētas izmaiņas uzņēmuma nozares klasifikatorā\"\n            }\n        },\n        {\n            \"type\": \"FACTORING\",\n            \"name\": {\n                \"en\": \"New factoring has been reported\",\n                \"lv\": \"Jauns faktoringa līgums reģistrēts\"\n            }\n        },\n        {\n            \"type\": \"FINANCIALLEASING\",\n            \"name\": {\n                \"en\": \"New financial leasing has been reported\",\n                \"lv\": \"Jauns ziņojums par finanšu līzingu\"\n            }\n        },\n        {\n            \"type\": \"INDUSTRIALCREDIT\",\n            \"name\": {\n                \"en\": \"New industrial credit has been reported\",\n                \"lv\": \"Jauns ziņojums par jaunu industriālo kredītu\"\n            }\n        },\n        {\n            \"type\": \"INQUIRY\",\n            \"name\": {\n                \"en\": \"New inquiry has been made on the client from the portfolio\",\n                \"lv\": \"Klienta profilā veikts jauns pieprasījums\"\n            }\n        },\n        {\n            \"type\": \"MAINADDRESS\",\n            \"name\": {\n                \"en\": \"Contact address has been changed\",\n                \"lv\": \"Korespondences adrese ir mainīta\"\n            }\n        },\n        {\n            \"type\": \"NEWCONTRACT\",\n            \"name\": {\n                \"en\": \"New contract has been reported\",\n                \"lv\": \"Reģistrēts jauns līgums\"\n            }\n        },\n        {\n            \"type\": \"NEWNEGATIVEINFOC\",\n            \"name\": {\n                \"en\": \"New negative contract reported\",\n                \"lv\": \"Jauns negatīvs kredītlīgums\"\n            }\n        },\n        {\n            \"type\": \"NEWNEGATIVEINFOPI\",\n            \"name\": {\n                \"en\": \"New overdue invoice reported\",\n                \"lv\": \"Jauns kavēts rēķins\"\n            }\n        },\n        {\n            \"type\": \"OPENED\",\n            \"name\": {\n                \"en\": \"Total number of open contracts >= X\",\n                \"lv\": \"Kopējais atvērto līgumu skaits >= X\"\n            }\n        },\n        {\n            \"type\": \"OPERATINGLEASING\",\n            \"name\": {\n                \"en\": \"New operating leasing has been reported\",\n                \"lv\": \"ir ziņojums par jaunu operatīvo līzingu\"\n            }\n        },\n        {\n            \"type\": \"OTHERCREDIT\",\n            \"name\": {\n                \"en\": \"New other credit has been reported\",\n                \"lv\": \"Reģistrēts jauns kredīts\"\n            }\n        },\n        {\n            \"type\": \"PASTDUENEGATIVEC\",\n            \"name\": {\n                \"en\": \"Delayed amount on any contract >= X\",\n                \"lv\": \"Klienta kopējā kavējuma summa jebkuram līgumam >= X\"\n            }\n        },\n        {\n            \"type\": \"PASTDUENEGATIVEPI\",\n            \"name\": {\n                \"en\": \"Delayed amount on any invoice >= X\",\n                \"lv\": \"Klienta kopējā kavējuma summa jebkuram rēķinam >= X\"\n            }\n        },\n        {\n            \"type\": \"PROMISSORYNOTE\",\n            \"name\": {\n                \"en\": \"New promissory note has been reported\",\n                \"lv\": \"Jauns ziņojums par parādzīmēm\"\n            }\n        },\n        {\n            \"type\": \"REALESTATEPURCHASE\",\n            \"name\": {\n                \"en\": \"New real estate purchase has been reported\",\n                \"lv\": \"Ir ziņojums par jauna nekustamā īpašuma iegādi\"\n            }\n        },\n        {\n            \"type\": \"REVERSEREPO\",\n            \"name\": {\n                \"en\": \"New reverse repo transaction has been reported\",\n                \"lv\": \"Jauns atgriezenisks repo līgums ir reģistrēts\"\n            }\n        },\n        {\n            \"type\": \"ROEANNUALSTATEMENT\",\n            \"name\": {\n                \"en\": \"New Annual statement registered\",\n                \"lv\": \"Reģistrēts jauns gada pārskats\"\n            }\n        },\n        {\n            \"type\": \"ROEBUSINESSSTATUS\",\n            \"name\": {\n                \"en\": \"New or changed status of enterprise has been registered\",\n                \"lv\": \"Jauns vai mainīts uzņēmuma statuss\"\n            }\n        },\n        {\n            \"type\": \"ROECAPITAL\",\n            \"name\": {\n                \"en\": \"Change in paid capital has been registered\",\n                \"lv\": \"Reģistrētas izmaiņas apmaksātajā kapitālā\"\n            }\n        },\n        {\n            \"type\": \"ROECOMPANYNAME\",\n            \"name\": {\n                \"en\": \"Change of company name registered\",\n                \"lv\": \"Reģistrētas izmaiņas uzņēmuma nosaukumā\"\n            }\n        },\n        {\n            \"type\": \"ROEINSOLVENCY\",\n            \"name\": {\n                \"en\": \"New insolvency process has been initiated or registered\",\n                \"lv\": \"Ierosināts vai reģistrēts jauns maksātnespējas process\"\n            }\n        },\n        {\n            \"type\": \"ROEINSOLVENCYCHANGE\",\n            \"name\": {\n                \"en\": \"Change in insolvency process has been registered\",\n                \"lv\": \"Reģistrētas izmaiņas maksātnespējas procesā\"\n            }\n        },\n        {\n            \"type\": \"ROEINVOLVEMENT\",\n            \"name\": {\n                \"en\": \"New involvement (position in) has been registered\",\n                \"lv\": \"Jauna līdzdalība (pozīcija) ir reģistrēta\"\n            }\n        },\n        {\n            \"type\": \"ROELEGALFORM\",\n            \"name\": {\n                \"en\": \"New or changed legal form has been registered\",\n                \"lv\": \"Jauna vai mainīta juridiskā forma\"\n            }\n        },\n        {\n            \"type\": \"ROELIQUIDATION\",\n            \"name\": {\n                \"en\": \"New liquidation process has been registered\",\n                \"lv\": \"Reģistrēts jauns likvidācijas process\"\n            }\n        },\n        {\n            \"type\": \"ROELIQUIDATIONCHANGE\",\n            \"name\": {\n                \"en\": \"Change in liquidation process has been registered\",\n                \"lv\": \"Reģistrētas izmaiņas likvidācijas procesā\"\n            }\n        },\n        {\n            \"type\": \"ROEMAINNACE\",\n            \"name\": {\n                \"en\": \"New or changed main activity (NACE) has been registered\",\n                \"lv\": \"Izmaiņas NACE kodu reģistrā\"\n            }\n        },\n        {\n            \"type\": \"ROEOFFICIAL\",\n            \"name\": {\n                \"en\": \"Change in Officials has been registered\",\n                \"lv\": \"Reģistrētas amatpersonu izmaiņas\"\n            }\n        },\n        {\n            \"type\": \"ROEPLEDGE\",\n            \"name\": {\n                \"en\": \"New commercial pledge has been registered\",\n                \"lv\": \"Reģistrēta jauna komercķīla\"\n            }\n        },\n        {\n            \"type\": \"ROEPLEDGECHANGE\",\n            \"name\": {\n                \"en\": \"Change in commercial pledge has been registered\",\n                \"lv\": \"Reģistrētas izmaiņas komercķīlai\"\n            }\n        },\n        {\n            \"type\": \"ROEPROCURATOR\",\n            \"name\": {\n                \"en\": \"Change in procurator has been registered\",\n                \"lv\": \"Prokūrista izmaiņas ir reģistrētas\"\n            }\n        },\n        {\n            \"type\": \"ROEREGADDRESS\",\n            \"name\": {\n                \"en\": \"New or changed Registration address\",\n                \"lv\": \"Jauna vai mainīta reģistrācijas adrese\"\n            }\n        },\n        {\n            \"type\": \"ROEREGNUMBER\",\n            \"name\": {\n                \"en\": \"Change of unified registration number has been registered\",\n                \"lv\": \"Reģistrētas izmaiņas vienotajā reģistrācijas numurā\"\n            }\n        },\n        {\n            \"type\": \"ROERESTRICTION\",\n            \"name\": {\n                \"en\": \"New restriction has been registered\",\n                \"lv\": \"Reģistrēts jauns nodrošinājums\"\n            }\n        },\n        {\n            \"type\": \"ROESEPANUMBER\",\n            \"name\": {\n                \"en\": \"New or changed SEPA identifier has been registered\",\n                \"lv\": \"Jauns vai mainīts SEPA identifikators\"\n            }\n        },\n        {\n            \"type\": \"ROESHAREHOLDER\",\n            \"name\": {\n                \"en\": \"Change in shareholders has been registered\",\n                \"lv\": \"Reģistrētas Izmaiņas akcionāru sarakstā\"\n            }\n        },\n        {\n            \"type\": \"ROESHAREMEMBER\",\n            \"name\": {\n                \"en\": \"Change in member has been registered\",\n                \"lv\": \"Reģistrētas biedru izmaiņas\"\n            }\n        },\n        {\n            \"type\": \"SCRISKGRADE\",\n            \"name\": {\n                \"en\": \"Scoring risk grade has been changed\",\n                \"lv\": \"Kredītreitinga riska pakāpe ir mainīta\"\n            }\n        },\n        {\n            \"type\": \"SUBJECTINFO\",\n            \"name\": {\n                \"en\": \"Change of client’s surname, company name or contact information\",\n                \"lv\": \"Reģistrētas izmaiņas klienta uzvārdā, uzņēmuma nosaukumā vai kontaktinformācijā\"\n            }\n        },\n        {\n            \"type\": \"TOTAL\",\n            \"name\": {\n                \"en\": \"Contract with Initial Amount >= X has been reported\",\n                \"lv\": \"Līguma sākotnējā summa >= X ir paziņota\"\n            }\n        }\n    ]\n}"}],"_postman_id":"c9742c13-bf7a-456a-b972-641cae6e98a9"}],"id":"8f797ecb-f502-45a6-ae2a-13ef9a7b0fd2","description":"<p>Baltic Monitoring API provides single connection point to monitoring service about companies in the Baltic States.</p>\n<h2 id=\"glossary\"><strong>Glossary</strong></h2>\n<ul>\n<li><p><strong>Client</strong> – user of the monitoring service.</p>\n</li>\n<li><p><strong>Event</strong> – a registered change in a company's data or assessment.</p>\n</li>\n<li><p><strong>Monitoring</strong> – service for monitoring and reporting on changes in the data and credit assessment of companies in the client's portfolio.</p>\n</li>\n<li><p><strong>Portfolio</strong> – the group of companies (subjects) entered into the monitoring service. One client can have several portfolios.</p>\n</li>\n<li><p><strong>Portfolio ID</strong> – identifier of one specific portfolio, generated when the portfolio is created.</p>\n</li>\n<li><p><strong>Subject</strong> – companies the client has added to the monitoring service. A company must be registered in the Baltic States: Estonia, Latvia, or Lithuania. One company can be represented as a subject several times in different portfolios.</p>\n</li>\n<li><p><strong>Subject ID</strong> – unique identifier of the company, the registry code issued by the local Commercial Register.</p>\n</li>\n</ul>\n<h2 id=\"provided-endpoints\"><strong>Provided endpoints</strong></h2>\n<p>The API consists of 6 endpoints:</p>\n<ul>\n<li><p><code>GET /portfolios</code> <strong>for fetching the list of portfolios.</strong></p>\n</li>\n<li><p><code>POST /portfolio/{portfolio_id}/subject-sync</code> <strong>for adding or updating subjects to monitoring portfolio.</strong></p>\n</li>\n<li><p><code>GET /subject-sync/{syncro_id}</code> <strong>for checking synchronization status.</strong></p>\n</li>\n<li><p><code>GET /portfolio/{portfolio_id}/subjects</code> <strong>for fetching the list of active subjects in portfolio.</strong></p>\n</li>\n<li><p><code>GET /portfolio/{portfolio_id}/events</code> <strong>for fetching events associated with the subjects in portfolio.</strong></p>\n</li>\n<li><p><code>GET /event-types</code> <strong>for checking possible event types.</strong></p>\n</li>\n</ul>\n<h2 id=\"envrionments--testing\">Envrionments &amp; testing</h2>\n<p>Mock queries must be directed towards the test environment. For mock requests, use the same query parameters and request bodies as provided in this Postman documentation examples.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Production environment</strong></th>\n<th><strong>Test environment</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><a href=\"https://baltic-api.creditinfo.ee/bm/api\">https://baltic-api.creditinfo.ee/bm/api</a></td>\n<td><a href=\"https://baltic-api.creditinfo.ee/bm/api/test\">https://baltic-api.creditinfo.ee/bm/api/test</a></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"authentication\">Authentication</h2>\n<p>API uses <a href=\"https://en.wikipedia.org/wiki/Basic_access_authentication\">HTTP Basic Authentication</a>. Username and password is issued by Creditinfo Estonia.</p>\n","_postman_id":"8f797ecb-f502-45a6-ae2a-13ef9a7b0fd2"}],"variable":[{"key":"baseurl","value":"https://mon.sise/bm/api/"}]}