{
  "item": [
    {
      "id": "5c189bef-e192-45e0-9978-f94429222f23",
      "name": "System",
      "description": {
        "content": "Health checks and system status",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "9f272f4d-87fd-4368-82f1-68597e1b7bc3",
          "name": "Health check",
          "request": {
            "name": "Health check",
            "description": {
              "content": "Verifies the API process is reachable and both the primary registry database and auth database accept queries. Returns `status: ok` when both succeed; `status: degraded` with HTTP 503 when either fails. Public — no authentication required.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v1",
                "health"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "4e4e8900-7c30-422c-a950-00d4f4c3d3d3",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "health"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-API-Key",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"status\": \"string\",\n    \"db\": \"string\"\n  },\n  \"meta\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "87d85c94-dc7f-4c6c-80f0-df91119773db",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "health"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-API-Key",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Service Unavailable",
              "code": 503,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"status\": \"string\",\n    \"db\": \"string\"\n  },\n  \"meta\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "f72f9300-98f5-4cc9-b6c9-df4b8e3ef7a7",
          "name": "Landing page headline stats",
          "request": {
            "name": "Landing page headline stats",
            "description": {
              "content": "Lightweight overall counts (companies, persons, VID entries, sanctions records) used to populate the public landing page. Cached for one hour.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v1",
                "stats"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "a93f8c2e-69e9-4d39-a827-b3b56ededdb4",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-API-Key",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": \"\",\n  \"meta\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "327f5176-ed3d-4d6d-aaf2-b7e9cf813c95",
          "name": "List all regcodes",
          "request": {
            "name": "List all regcodes",
            "description": {
              "content": "Paginated catalog of every company registration code known to the registry — used by the web site's sitemap generator. Public, no authentication required. Default page size is 50000.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v1",
                "seo",
                "regcodes"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "page",
                  "value": "0",
                  "description": "Zero-based page index"
                },
                {
                  "disabled": false,
                  "key": "pageSize",
                  "value": "50000",
                  "description": "Page size (max 50000)"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "09608b4d-cc30-49eb-b0f5-819d2bbe01da",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "seo",
                    "regcodes"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "0"
                    },
                    {
                      "key": "pageSize",
                      "value": "50000"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-API-Key",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"regcodes\": [\n      \"string\",\n      \"string\"\n    ],\n    \"entries\": [\n      {\n        \"regcode\": \"string\",\n        \"lastmod\": \"string\"\n      },\n      {\n        \"regcode\": \"string\",\n        \"lastmod\": \"string\"\n      }\n    ]\n  },\n  \"meta\": {\n    \"key_0\": {},\n    \"key_1\": {},\n    \"key_2\": {},\n    \"key_3\": {}\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "ce35dc21-66be-4c45-90c3-f4fe52ed5b9b",
          "name": "List all person IDs",
          "request": {
            "name": "List all person IDs",
            "description": {
              "content": "Paginated catalog of every numeric person ID known to the registry — used by the web site's sitemap generator for person profile pages. Public, no authentication required.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v1",
                "seo",
                "person-ids"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "page",
                  "value": "0",
                  "description": "Zero-based page index"
                },
                {
                  "disabled": false,
                  "key": "pageSize",
                  "value": "50000",
                  "description": "Page size (max 50000)"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "c8ea7c01-2c8a-45fc-ad0d-f87bc71b7ac1",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "seo",
                    "person-ids"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "0"
                    },
                    {
                      "key": "pageSize",
                      "value": "50000"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-API-Key",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"personIds\": [\n      3482,\n      9220\n    ]\n  },\n  \"meta\": {\n    \"key_0\": {},\n    \"key_1\": {},\n    \"key_2\": {}\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "21b79b48-414f-4a67-ab69-1d58db1a4491",
      "name": "Companies",
      "description": {
        "content": "Company search, lookup, and comparison",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "bcdd1e0a-6396-440d-b6f2-f9b2928d572b",
          "name": "Search companies by name",
          "request": {
            "name": "Search companies by name",
            "description": {
              "content": "Full-text search across the Latvian Business Registry by company name. Supports filters for entity type, activity status, region, and registration date range. Results ranked by trigram similarity on the name.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v1",
                "companies",
                "search"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "q",
                  "value": "string",
                  "description": "(Required) Search query"
                },
                {
                  "disabled": false,
                  "key": "limit",
                  "value": "10",
                  "description": "Maximum results to return"
                },
                {
                  "disabled": false,
                  "key": "type",
                  "value": "string",
                  "description": "Entity type filter (SIA, AS, etc.)"
                },
                {
                  "disabled": false,
                  "key": "activeOnly",
                  "value": "false",
                  "description": "Only return active companies"
                },
                {
                  "disabled": false,
                  "key": "region",
                  "value": "string",
                  "description": "Filter by region"
                },
                {
                  "disabled": false,
                  "key": "from",
                  "value": "3216-07-24",
                  "description": "Registered after date (YYYY-MM-DD)"
                },
                {
                  "disabled": false,
                  "key": "to",
                  "value": "3216-07-24",
                  "description": "Registered before date (YYYY-MM-DD)"
                },
                {
                  "disabled": false,
                  "key": "status",
                  "value": "string",
                  "description": "Company status filter"
                },
                {
                  "disabled": false,
                  "key": "format",
                  "value": "json",
                  "description": "Response format"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "d2900d13-a4d3-45f2-b6ef-623843faeb3a",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "companies",
                    "search"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "q",
                      "value": "string"
                    },
                    {
                      "key": "limit",
                      "value": "10"
                    },
                    {
                      "key": "type",
                      "value": "string"
                    },
                    {
                      "key": "activeOnly",
                      "value": "true"
                    },
                    {
                      "key": "region",
                      "value": "string"
                    },
                    {
                      "key": "from",
                      "value": "3216-07-24"
                    },
                    {
                      "key": "to",
                      "value": "3216-07-24"
                    },
                    {
                      "key": "status",
                      "value": "string"
                    },
                    {
                      "key": "format",
                      "value": "json"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-API-Key",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": \"\",\n  \"meta\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "36a6feeb-521a-46a3-b684-e9fb5118f294",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "companies",
                    "search"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "q",
                      "value": "string"
                    },
                    {
                      "key": "limit",
                      "value": "10"
                    },
                    {
                      "key": "type",
                      "value": "string"
                    },
                    {
                      "key": "activeOnly",
                      "value": "true"
                    },
                    {
                      "key": "region",
                      "value": "string"
                    },
                    {
                      "key": "from",
                      "value": "3216-07-24"
                    },
                    {
                      "key": "to",
                      "value": "3216-07-24"
                    },
                    {
                      "key": "status",
                      "value": "string"
                    },
                    {
                      "key": "format",
                      "value": "json"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-API-Key",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"message\": \"string\",\n    \"details\": \"\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "9a1d17f4-3554-4d06-89f7-7910e5f5f36a",
          "name": "List company find presets",
          "request": {
            "name": "List company find presets",
            "description": {
              "content": "Return the catalog of named filter bundles accepted by `GET /companies/find?preset=…`. Each preset is a curated, reusable filter set (e.g. 'dormant-small-cap', 'high-revenue-growth') maintained server-side. Cached for one hour.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v1",
                "companies",
                "find",
                "presets"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "e8a9ca81-974e-4626-9a36-7604e34e0c74",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "companies",
                    "find",
                    "presets"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-API-Key",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": \"\",\n  \"meta\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "fe0a3d9e-9f92-477d-a82f-44a9da09d590",
          "name": "Find companies by advanced filters",
          "request": {
            "name": "Find companies by advanced filters",
            "description": {
              "content": "Rich filter search across the registry with pagination. Filter on registration status, region, revenue, profit, assets, equity, employee counts, officer/shareholder/UBO name, and flags for insolvency, liquidation, suspension, or sanctions (each tri-state: `true` filters companies with the flag, `false` filters those without). The `activity` filter accepts a NACE code (section letter `K`, division `46`, group `46.1`, or class `46.18`) or free-form description text in Latvian or English; text input falls back to the legacy registry activity description column. Each result row exposes `naceCode` and `naceText` (description language follows the `locale` query param, default `lv`). Pass `preset=` to layer on a server-side filter bundle. At least one filter is required.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v1",
                "companies",
                "find"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "name",
                  "value": "string",
                  "description": "Company name filter"
                },
                {
                  "disabled": false,
                  "key": "type",
                  "value": "string",
                  "description": "Entity type filter (comma-separated)"
                },
                {
                  "disabled": false,
                  "key": "status",
                  "value": "string",
                  "description": "Company status filter"
                },
                {
                  "disabled": false,
                  "key": "activeOnly",
                  "value": "true",
                  "description": "Only return active companies"
                },
                {
                  "disabled": false,
                  "key": "region",
                  "value": "string",
                  "description": "Filter by region"
                },
                {
                  "disabled": false,
                  "key": "registeredFrom",
                  "value": "3216-07-24",
                  "description": "Registered after date (YYYY-MM-DD)"
                },
                {
                  "disabled": false,
                  "key": "registeredTo",
                  "value": "3216-07-24",
                  "description": "Registered before date (YYYY-MM-DD)"
                },
                {
                  "disabled": false,
                  "key": "revenueMin",
                  "value": "6898.933885187513",
                  "description": "Minimum revenue (EUR)"
                },
                {
                  "disabled": false,
                  "key": "revenueMax",
                  "value": "6898.933885187513",
                  "description": "Maximum revenue (EUR)"
                },
                {
                  "disabled": false,
                  "key": "profitMin",
                  "value": "6898.933885187513",
                  "description": "Minimum profit (EUR)"
                },
                {
                  "disabled": false,
                  "key": "profitMax",
                  "value": "6898.933885187513",
                  "description": "Maximum profit (EUR)"
                },
                {
                  "disabled": false,
                  "key": "assetsMin",
                  "value": "6898.933885187513",
                  "description": "Minimum total assets (EUR)"
                },
                {
                  "disabled": false,
                  "key": "assetsMax",
                  "value": "6898.933885187513",
                  "description": "Maximum total assets (EUR)"
                },
                {
                  "disabled": false,
                  "key": "equityMin",
                  "value": "6898.933885187513",
                  "description": "Minimum equity (EUR)"
                },
                {
                  "disabled": false,
                  "key": "equityMax",
                  "value": "6898.933885187513",
                  "description": "Maximum equity (EUR)"
                },
                {
                  "disabled": false,
                  "key": "employeesMin",
                  "value": "7913",
                  "description": "Minimum employee count"
                },
                {
                  "disabled": false,
                  "key": "employeesMax",
                  "value": "7913",
                  "description": "Maximum employee count"
                },
                {
                  "disabled": false,
                  "key": "official",
                  "value": "string",
                  "description": "Filter by official/board member name"
                },
                {
                  "disabled": false,
                  "key": "shareholder",
                  "value": "string",
                  "description": "Filter by shareholder name"
                },
                {
                  "disabled": false,
                  "key": "ubo",
                  "value": "string",
                  "description": "Filter by ultimate beneficial owner"
                },
                {
                  "disabled": false,
                  "key": "activity",
                  "value": "string",
                  "description": "Filter by NACE code (section letter `K`, division `46`, group `46.1`, or class `46.18`) or by description text (Latvian or English). Text input also falls back to the legacy registry activity description."
                },
                {
                  "disabled": false,
                  "key": "hasInsolvency",
                  "value": "true",
                  "description": "Tri-state. `true` = has insolvency proceedings; `false` = does not have insolvency proceedings; omit to leave unfiltered."
                },
                {
                  "disabled": false,
                  "key": "hasLiquidation",
                  "value": "true",
                  "description": "Tri-state. `true` = has liquidation proceedings; `false` = does not; omit to leave unfiltered."
                },
                {
                  "disabled": false,
                  "key": "hasSuspension",
                  "value": "true",
                  "description": "Tri-state. `true` = has VID tax suspension; `false` = does not; omit to leave unfiltered."
                },
                {
                  "disabled": false,
                  "key": "hasSanctions",
                  "value": "true",
                  "description": "Tri-state. `true` = has sanctions matches; `false` = no sanctions matches; omit to leave unfiltered."
                },
                {
                  "disabled": false,
                  "key": "sort",
                  "value": "profit",
                  "description": "Sort field"
                },
                {
                  "disabled": false,
                  "key": "desc",
                  "value": "true",
                  "description": "Sort descending"
                },
                {
                  "disabled": false,
                  "key": "columns",
                  "value": "string",
                  "description": "Columns to include (comma-separated)"
                },
                {
                  "disabled": false,
                  "key": "preset",
                  "value": "string",
                  "description": "Named search preset"
                },
                {
                  "disabled": false,
                  "key": "count",
                  "value": "true",
                  "description": "Return only count, not results"
                },
                {
                  "disabled": false,
                  "key": "page",
                  "value": "1",
                  "description": "Page number"
                },
                {
                  "disabled": false,
                  "key": "limit",
                  "value": "20",
                  "description": "Results per page"
                },
                {
                  "disabled": false,
                  "key": "format",
                  "value": "json",
                  "description": "Response format"
                },
                {
                  "disabled": false,
                  "key": "locale",
                  "value": "en",
                  "description": "Language for `naceText` in result rows (default: `lv`)"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "6c5464fe-4d62-4f99-a8dd-7a9625611bf8",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "companies",
                    "find"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "name",
                      "value": "string"
                    },
                    {
                      "key": "type",
                      "value": "string"
                    },
                    {
                      "key": "status",
                      "value": "string"
                    },
                    {
                      "key": "activeOnly",
                      "value": "true"
                    },
                    {
                      "key": "region",
                      "value": "string"
                    },
                    {
                      "key": "registeredFrom",
                      "value": "3216-07-24"
                    },
                    {
                      "key": "registeredTo",
                      "value": "3216-07-24"
                    },
                    {
                      "key": "revenueMin",
                      "value": "6898.933885187513"
                    },
                    {
                      "key": "revenueMax",
                      "value": "6898.933885187513"
                    },
                    {
                      "key": "profitMin",
                      "value": "6898.933885187513"
                    },
                    {
                      "key": "profitMax",
                      "value": "6898.933885187513"
                    },
                    {
                      "key": "assetsMin",
                      "value": "6898.933885187513"
                    },
                    {
                      "key": "assetsMax",
                      "value": "6898.933885187513"
                    },
                    {
                      "key": "equityMin",
                      "value": "6898.933885187513"
                    },
                    {
                      "key": "equityMax",
                      "value": "6898.933885187513"
                    },
                    {
                      "key": "employeesMin",
                      "value": "7913"
                    },
                    {
                      "key": "employeesMax",
                      "value": "7913"
                    },
                    {
                      "key": "official",
                      "value": "string"
                    },
                    {
                      "key": "shareholder",
                      "value": "string"
                    },
                    {
                      "key": "ubo",
                      "value": "string"
                    },
                    {
                      "key": "activity",
                      "value": "string"
                    },
                    {
                      "key": "hasInsolvency",
                      "value": "true"
                    },
                    {
                      "key": "hasLiquidation",
                      "value": "true"
                    },
                    {
                      "key": "hasSuspension",
                      "value": "true"
                    },
                    {
                      "key": "hasSanctions",
                      "value": "true"
                    },
                    {
                      "key": "sort",
                      "value": "profit"
                    },
                    {
                      "key": "desc",
                      "value": "true"
                    },
                    {
                      "key": "columns",
                      "value": "string"
                    },
                    {
                      "key": "preset",
                      "value": "string"
                    },
                    {
                      "key": "count",
                      "value": "true"
                    },
                    {
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "key": "limit",
                      "value": "20"
                    },
                    {
                      "key": "format",
                      "value": "json"
                    },
                    {
                      "key": "locale",
                      "value": "en"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-API-Key",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": \"\",\n  \"meta\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "92c31b87-1569-4dd3-9a43-f1264d9a5627",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "companies",
                    "find"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "name",
                      "value": "string"
                    },
                    {
                      "key": "type",
                      "value": "string"
                    },
                    {
                      "key": "status",
                      "value": "string"
                    },
                    {
                      "key": "activeOnly",
                      "value": "true"
                    },
                    {
                      "key": "region",
                      "value": "string"
                    },
                    {
                      "key": "registeredFrom",
                      "value": "3216-07-24"
                    },
                    {
                      "key": "registeredTo",
                      "value": "3216-07-24"
                    },
                    {
                      "key": "revenueMin",
                      "value": "6898.933885187513"
                    },
                    {
                      "key": "revenueMax",
                      "value": "6898.933885187513"
                    },
                    {
                      "key": "profitMin",
                      "value": "6898.933885187513"
                    },
                    {
                      "key": "profitMax",
                      "value": "6898.933885187513"
                    },
                    {
                      "key": "assetsMin",
                      "value": "6898.933885187513"
                    },
                    {
                      "key": "assetsMax",
                      "value": "6898.933885187513"
                    },
                    {
                      "key": "equityMin",
                      "value": "6898.933885187513"
                    },
                    {
                      "key": "equityMax",
                      "value": "6898.933885187513"
                    },
                    {
                      "key": "employeesMin",
                      "value": "7913"
                    },
                    {
                      "key": "employeesMax",
                      "value": "7913"
                    },
                    {
                      "key": "official",
                      "value": "string"
                    },
                    {
                      "key": "shareholder",
                      "value": "string"
                    },
                    {
                      "key": "ubo",
                      "value": "string"
                    },
                    {
                      "key": "activity",
                      "value": "string"
                    },
                    {
                      "key": "hasInsolvency",
                      "value": "true"
                    },
                    {
                      "key": "hasLiquidation",
                      "value": "true"
                    },
                    {
                      "key": "hasSuspension",
                      "value": "true"
                    },
                    {
                      "key": "hasSanctions",
                      "value": "true"
                    },
                    {
                      "key": "sort",
                      "value": "profit"
                    },
                    {
                      "key": "desc",
                      "value": "true"
                    },
                    {
                      "key": "columns",
                      "value": "string"
                    },
                    {
                      "key": "preset",
                      "value": "string"
                    },
                    {
                      "key": "count",
                      "value": "true"
                    },
                    {
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "key": "limit",
                      "value": "20"
                    },
                    {
                      "key": "format",
                      "value": "json"
                    },
                    {
                      "key": "locale",
                      "value": "en"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-API-Key",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"message\": \"string\",\n    \"details\": \"\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "5a1f7d9b-cb21-4f95-9cf3-c2a42b050b18",
          "name": "Fuzzy match a company name",
          "request": {
            "name": "Fuzzy match a company name",
            "description": {
              "content": "Reconciliation endpoint for matching unstructured company names (e.g. from invoices, contracts) to registry records. Returns ranked candidates with match scores and confidence signals. Use for entity resolution in data ingestion pipelines.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v1",
                "companies",
                "match"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "q",
                  "value": "string",
                  "description": "(Required) Entity name to match"
                },
                {
                  "disabled": false,
                  "key": "limit",
                  "value": "5",
                  "description": "Maximum candidates to return"
                },
                {
                  "disabled": false,
                  "key": "threshold",
                  "value": "0.46260588144526493",
                  "description": "Minimum similarity score (0-1)"
                },
                {
                  "disabled": false,
                  "key": "format",
                  "value": "json",
                  "description": "Response format"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "879ec6f3-3ce1-4416-a463-89ac51589b6e",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "companies",
                    "match"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "q",
                      "value": "string"
                    },
                    {
                      "key": "limit",
                      "value": "5"
                    },
                    {
                      "key": "threshold",
                      "value": "0.46260588144526493"
                    },
                    {
                      "key": "format",
                      "value": "json"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-API-Key",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": \"\",\n  \"meta\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d7844c35-d13b-4067-afa2-12e9b865d081",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "companies",
                    "match"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "q",
                      "value": "string"
                    },
                    {
                      "key": "limit",
                      "value": "5"
                    },
                    {
                      "key": "threshold",
                      "value": "0.46260588144526493"
                    },
                    {
                      "key": "format",
                      "value": "json"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-API-Key",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"message\": \"string\",\n    \"details\": \"\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "69fc3003-2607-432e-bd66-ca826d76d81c",
          "name": "Batch lookup by regcode",
          "request": {
            "name": "Batch lookup by regcode",
            "description": {
              "content": "Resolve a set of registration codes to their minimal company records in one call. Unknown regcodes are returned as `null` entries rather than producing an error. Useful for bulk hydration of an external list.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v1",
                "companies",
                "batch"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": null,
            "body": {
              "mode": "raw",
              "raw": "{\n  \"regcodes\": [\n    \"369279994\"\n  ]\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "29c801e4-5840-41c5-8f4f-38afa0855f2e",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "companies",
                    "batch"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-API-Key",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"regcodes\": [\n    \"369279994\"\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": \"\",\n  \"meta\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "fab2f1bb-9dc6-45a5-a24c-913ba2fe572d",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "companies",
                    "batch"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-API-Key",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"regcodes\": [\n    \"369279994\"\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"message\": \"string\",\n    \"details\": \"\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "3e7757fe-34af-4f3d-b911-6634ec01dd4e",
          "name": "Compare companies side by side",
          "request": {
            "name": "Compare companies side by side",
            "description": {
              "content": "Side-by-side comparison of 2–5 companies on revenue, profit, equity, assets, employee counts, and derived ratios for a chosen financial year (default: latest available). Rate-limited to 10 requests per minute per caller.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v1",
                "companies",
                "compare"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": null,
            "body": {
              "mode": "raw",
              "raw": "{\n  \"regcodes\": [\n    \"76197351\",\n    \"T94520403285\"\n  ],\n  \"year\": 1998\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "4dc2c2fb-fe6c-4adb-9374-ca96f0eace24",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "companies",
                    "compare"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-API-Key",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"regcodes\": [\n    \"76197351\",\n    \"T94520403285\"\n  ],\n  \"year\": 1998\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": \"\",\n  \"meta\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f018b905-b418-43ba-83b2-f93a17a20b32",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "companies",
                    "compare"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-API-Key",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"regcodes\": [\n    \"76197351\",\n    \"T94520403285\"\n  ],\n  \"year\": 1998\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"message\": \"string\",\n    \"details\": \"\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "b2ae3f2b-0c4b-4d4c-8f6c-8dfd7d99de16",
          "name": "Get company profile",
          "request": {
            "name": "Get company profile",
            "description": {
              "content": "Full dossier for a single company: core registry data, officers, shareholders, UBOs, recent financials, insolvency/liquidation/suspension history, and related flags. Response content is adjusted by the caller's tier — anonymous callers receive a reduced profile unless the regcode is on the free-access showcase list.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v1",
                "companies",
                ":regcode"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "T73826709",
                  "key": "regcode",
                  "description": "(Required) Company registration code"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "6ec1b400-66f9-46b9-9867-3c7b02b10714",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "companies",
                    ":regcode"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "T73826709",
                      "key": "regcode",
                      "description": "(Required) Company registration code"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-API-Key",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": \"\",\n  \"meta\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5601a490-01c3-42ea-80a0-529b87a1f23a",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "companies",
                    ":regcode"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "T73826709",
                      "key": "regcode",
                      "description": "(Required) Company registration code"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-API-Key",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"message\": \"string\",\n    \"details\": \"\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "bd694402-9fe6-44d6-83af-b6ad9f05a857",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "companies",
                    ":regcode"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "T73826709",
                      "key": "regcode",
                      "description": "(Required) Company registration code"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-API-Key",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"message\": \"string\",\n    \"details\": \"\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "d685b705-8390-483d-a4df-9dd092feb563",
      "name": "Financials",
      "description": {
        "content": "Financial history, ratios, benchmarks, and rankings",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "34777a88-65c9-447a-9922-0e02a300db9d",
          "name": "Financial statement history",
          "request": {
            "name": "Financial statement history",
            "description": {
              "content": "Historical annual reports for a company: revenue, profit, balance sheet items, and cash flow components, sorted newest-first. Anonymous callers receive only the most recent year; authenticated callers get up to 5 years (or all available).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v1",
                "companies",
                ":regcode",
                "financials"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "years",
                  "value": "5",
                  "description": "Number of years of history"
                }
              ],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "T73826709",
                  "key": "regcode",
                  "description": "(Required) Company registration code"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "f4bbddb2-8797-4144-870c-2e5b877a905a",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "companies",
                    ":regcode",
                    "financials"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "years",
                      "value": "5"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "T73826709",
                      "key": "regcode",
                      "description": "(Required) Company registration code"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-API-Key",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": \"\",\n  \"meta\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2103cb50-9e30-4aa7-b27d-7292c485cb86",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "companies",
                    ":regcode",
                    "financials"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "years",
                      "value": "5"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "T73826709",
                      "key": "regcode",
                      "description": "(Required) Company registration code"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-API-Key",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"message\": \"string\",\n    \"details\": \"\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f2a3d221-dbd3-427e-aeb6-2ff682512ff5",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "companies",
                    ":regcode",
                    "financials"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "years",
                      "value": "5"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "T73826709",
                      "key": "regcode",
                      "description": "(Required) Company registration code"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-API-Key",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"message\": \"string\",\n    \"details\": \"\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "f57d3218-2725-4fe9-8756-bd40598b8405",
          "name": "Financial ratios",
          "request": {
            "name": "Financial ratios",
            "description": {
              "content": "Computed ratios (current ratio, debt-to-equity, return on assets, return on equity, gross margin, net margin, and more) for up to 5 historical years. Null when a ratio's underlying inputs are missing.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v1",
                "companies",
                ":regcode",
                "ratios"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "years",
                  "value": "5",
                  "description": "Number of years of history"
                },
                {
                  "disabled": false,
                  "key": "format",
                  "value": "json",
                  "description": "Response format"
                }
              ],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "T73826709",
                  "key": "regcode",
                  "description": "(Required) Company registration code"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "2b1e45b4-4486-4358-817e-56218b97a7d9",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "companies",
                    ":regcode",
                    "ratios"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "years",
                      "value": "5"
                    },
                    {
                      "key": "format",
                      "value": "json"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "T73826709",
                      "key": "regcode",
                      "description": "(Required) Company registration code"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-API-Key",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": \"\",\n  \"meta\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ac959dd8-0075-4f19-ba82-6e07f046916a",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "companies",
                    ":regcode",
                    "ratios"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "years",
                      "value": "5"
                    },
                    {
                      "key": "format",
                      "value": "json"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "T73826709",
                      "key": "regcode",
                      "description": "(Required) Company registration code"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-API-Key",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"message\": \"string\",\n    \"details\": \"\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "fe04ff43-130a-4666-b3e6-f4a0ae9bc373",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "companies",
                    ":regcode",
                    "ratios"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "years",
                      "value": "5"
                    },
                    {
                      "key": "format",
                      "value": "json"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "T73826709",
                      "key": "regcode",
                      "description": "(Required) Company registration code"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-API-Key",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"message\": \"string\",\n    \"details\": \"\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "6c0154cc-19c8-42a5-8e0e-8b44b8b978f4",
          "name": "Sector benchmark",
          "request": {
            "name": "Sector benchmark",
            "description": {
              "content": "Position the company's financials against same-NACE-sector peers for a chosen year — percentile rank on revenue, profit, assets, equity, employee count. Defaults to the most recent year with broad sector coverage.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v1",
                "companies",
                ":regcode",
                "benchmark"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "year",
                  "value": "1946",
                  "description": "Financial year to benchmark"
                },
                {
                  "disabled": false,
                  "key": "format",
                  "value": "json",
                  "description": "Response format"
                }
              ],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "T73826709",
                  "key": "regcode",
                  "description": "(Required) Company registration code"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "fe55cdda-a748-4370-b9d3-d84158a2833c",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "companies",
                    ":regcode",
                    "benchmark"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "year",
                      "value": "1946"
                    },
                    {
                      "key": "format",
                      "value": "json"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "T73826709",
                      "key": "regcode",
                      "description": "(Required) Company registration code"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-API-Key",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": \"\",\n  \"meta\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b6e1d6cf-0e3a-4f8f-8583-950ff4ff8f44",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "companies",
                    ":regcode",
                    "benchmark"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "year",
                      "value": "1946"
                    },
                    {
                      "key": "format",
                      "value": "json"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "T73826709",
                      "key": "regcode",
                      "description": "(Required) Company registration code"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-API-Key",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"message\": \"string\",\n    \"details\": \"\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "acf917c2-0966-42c4-afe7-db3bb560ff44",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "companies",
                    ":regcode",
                    "benchmark"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "year",
                      "value": "1946"
                    },
                    {
                      "key": "format",
                      "value": "json"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "T73826709",
                      "key": "regcode",
                      "description": "(Required) Company registration code"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-API-Key",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"message\": \"string\",\n    \"details\": \"\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "92d593a5-2719-414a-a284-942dd918c8fe",
          "name": "Peer companies",
          "request": {
            "name": "Peer companies",
            "description": {
              "content": "Identify peer companies in the same NACE sector with similar revenue/asset scale. Returns up to `limit` peers ranked by similarity.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v1",
                "companies",
                ":regcode",
                "peers"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "limit",
                  "value": "10",
                  "description": "Maximum peers to return"
                },
                {
                  "disabled": false,
                  "key": "format",
                  "value": "json",
                  "description": "Response format"
                }
              ],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "T73826709",
                  "key": "regcode",
                  "description": "(Required) Company registration code"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "0aa5d2d3-33d2-40bb-9920-c613d2d2fbdd",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "companies",
                    ":regcode",
                    "peers"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "limit",
                      "value": "10"
                    },
                    {
                      "key": "format",
                      "value": "json"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "T73826709",
                      "key": "regcode",
                      "description": "(Required) Company registration code"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-API-Key",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": \"\",\n  \"meta\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6521d7a4-1e1a-4bc8-9b5b-a5880792d492",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "companies",
                    ":regcode",
                    "peers"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "limit",
                      "value": "10"
                    },
                    {
                      "key": "format",
                      "value": "json"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "T73826709",
                      "key": "regcode",
                      "description": "(Required) Company registration code"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-API-Key",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"message\": \"string\",\n    \"details\": \"\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "595910a7-5ff9-44ac-ba5f-fdd07d4b4d0b",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "companies",
                    ":regcode",
                    "peers"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "limit",
                      "value": "10"
                    },
                    {
                      "key": "format",
                      "value": "json"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "T73826709",
                      "key": "regcode",
                      "description": "(Required) Company registration code"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-API-Key",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"message\": \"string\",\n    \"details\": \"\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "a1060ebe-c8d7-4572-bccc-15095f83c21e",
          "name": "Top companies by metric",
          "request": {
            "name": "Top companies by metric",
            "description": {
              "content": "Registry-wide ranking of companies by a chosen financial metric (`revenue`, `profit`, `assets`, or `equity`) for a given year. Anonymous callers see a truncated list; authenticated callers see the full requested `limit`.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v1",
                "analytics",
                "top"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "metric",
                  "value": "revenue",
                  "description": "Ranking metric"
                },
                {
                  "disabled": false,
                  "key": "limit",
                  "value": "10",
                  "description": "Maximum results to return"
                },
                {
                  "disabled": false,
                  "key": "year",
                  "value": "1946",
                  "description": "Financial year"
                },
                {
                  "disabled": false,
                  "key": "format",
                  "value": "json",
                  "description": "Response format"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "8988fb5b-b3fe-49f7-b7ce-210550e0bd5e",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "analytics",
                    "top"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "metric",
                      "value": "revenue"
                    },
                    {
                      "key": "limit",
                      "value": "10"
                    },
                    {
                      "key": "year",
                      "value": "1946"
                    },
                    {
                      "key": "format",
                      "value": "json"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-API-Key",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": \"\",\n  \"meta\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f6ccfb59-cd7d-4efb-9827-c104901e5c36",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "analytics",
                    "top"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "metric",
                      "value": "revenue"
                    },
                    {
                      "key": "limit",
                      "value": "10"
                    },
                    {
                      "key": "year",
                      "value": "1946"
                    },
                    {
                      "key": "format",
                      "value": "json"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-API-Key",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"message\": \"string\",\n    \"details\": \"\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "9ae2e328-1b8b-4f08-a093-d319b240f7c2",
      "name": "Ownership",
      "description": {
        "content": "Ownership structure, chains, and history",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "b20818d2-7661-4c15-b3a5-1f82ae82d305",
          "name": "Upstream ownership tree",
          "request": {
            "name": "Upstream ownership tree",
            "description": {
              "content": "Traverse the ownership graph upward from a company to its ultimate beneficial owners. Depth is capped by tier: anonymous callers see direct owners only, free sees 3 levels, paid sees up to 10.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v1",
                "companies",
                ":regcode",
                "owners"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "depth",
                  "value": "10",
                  "description": "Maximum traversal depth"
                }
              ],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "T73826709",
                  "key": "regcode",
                  "description": "(Required) Company registration code"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "c369b2b7-c3d3-4ca2-a0a2-6d19787af635",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "companies",
                    ":regcode",
                    "owners"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "depth",
                      "value": "10"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "T73826709",
                      "key": "regcode",
                      "description": "(Required) Company registration code"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-API-Key",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": \"\",\n  \"meta\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e1dc609f-0098-472b-acad-6ed2a15aedc7",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "companies",
                    ":regcode",
                    "owners"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "depth",
                      "value": "10"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "T73826709",
                      "key": "regcode",
                      "description": "(Required) Company registration code"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-API-Key",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"message\": \"string\",\n    \"details\": \"\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1da015c2-9256-4ee7-b447-33cec4b127b5",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "companies",
                    ":regcode",
                    "owners"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "depth",
                      "value": "10"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "T73826709",
                      "key": "regcode",
                      "description": "(Required) Company registration code"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-API-Key",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"message\": \"string\",\n    \"details\": \"\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "2443c0b8-7b00-4089-b237-deda4687b195",
          "name": "Downstream holdings tree",
          "request": {
            "name": "Downstream holdings tree",
            "description": {
              "content": "Traverse the ownership graph downward from a company to the subsidiaries and investments it controls. Depth is capped the same way as the upstream tree.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v1",
                "companies",
                ":regcode",
                "holdings"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "depth",
                  "value": "10",
                  "description": "Maximum traversal depth"
                }
              ],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "T73826709",
                  "key": "regcode",
                  "description": "(Required) Company registration code"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "5e91b5f2-0e71-453b-ae98-c466bdd1a0c5",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "companies",
                    ":regcode",
                    "holdings"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "depth",
                      "value": "10"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "T73826709",
                      "key": "regcode",
                      "description": "(Required) Company registration code"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-API-Key",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": \"\",\n  \"meta\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "726368a0-341c-4fb4-a2ea-f786df4a989b",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "companies",
                    ":regcode",
                    "holdings"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "depth",
                      "value": "10"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "T73826709",
                      "key": "regcode",
                      "description": "(Required) Company registration code"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-API-Key",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"message\": \"string\",\n    \"details\": \"\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b88e6007-0868-4c7a-a7ab-c3e33b2d4e0f",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "companies",
                    ":regcode",
                    "holdings"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "depth",
                      "value": "10"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "T73826709",
                      "key": "regcode",
                      "description": "(Required) Company registration code"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-API-Key",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"message\": \"string\",\n    \"details\": \"\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "4789d860-d32d-4de1-b995-78a43ce35005",
          "name": "Ownership chain between entities",
          "request": {
            "name": "Ownership chain between entities",
            "description": {
              "content": "Find the shortest chain of ownership connecting two entities (companies or persons). Returns a null result if no chain exists within `depth`. Paid tier only.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v1",
                "ownership",
                "chain"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "from",
                  "value": "string",
                  "description": "(Required) Source entity (regcode or name)"
                },
                {
                  "disabled": false,
                  "key": "to",
                  "value": "string",
                  "description": "(Required) Target entity (regcode or name)"
                },
                {
                  "disabled": false,
                  "key": "depth",
                  "value": "10",
                  "description": "Maximum chain length"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "0c4c1971-ca41-4f16-b37e-85268820909b",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "ownership",
                    "chain"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "from",
                      "value": "string"
                    },
                    {
                      "key": "to",
                      "value": "string"
                    },
                    {
                      "key": "depth",
                      "value": "10"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-API-Key",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": \"\",\n  \"meta\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "924600b4-3276-48c7-b131-d729c952c4cc",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "ownership",
                    "chain"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "from",
                      "value": "string"
                    },
                    {
                      "key": "to",
                      "value": "string"
                    },
                    {
                      "key": "depth",
                      "value": "10"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-API-Key",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"message\": \"string\",\n    \"details\": \"\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e34addae-e491-4c48-be5b-50e8e273cefd",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "ownership",
                    "chain"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "from",
                      "value": "string"
                    },
                    {
                      "key": "to",
                      "value": "string"
                    },
                    {
                      "key": "depth",
                      "value": "10"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-API-Key",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"message\": \"string\",\n    \"details\": \"\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "bacdd18d-60bb-49ee-8966-08af930aa267",
          "name": "Ownership change history",
          "request": {
            "name": "Ownership change history",
            "description": {
              "content": "Chronological record of shareholder and beneficial-owner changes for a company — share additions, transfers, and removals, each with a registry-recorded effective date.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v1",
                "companies",
                ":regcode",
                "ownership-history"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "from",
                  "value": "3216-07-24",
                  "description": "Start date (YYYY-MM-DD)"
                },
                {
                  "disabled": false,
                  "key": "to",
                  "value": "3216-07-24",
                  "description": "End date (YYYY-MM-DD)"
                },
                {
                  "disabled": false,
                  "key": "limit",
                  "value": "500",
                  "description": "Maximum events to return"
                },
                {
                  "disabled": false,
                  "key": "format",
                  "value": "json",
                  "description": "Response format"
                }
              ],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "T73826709",
                  "key": "regcode",
                  "description": "(Required) Company registration code"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "1a2b8f15-63a5-4e11-a6f5-7721067eeaee",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "companies",
                    ":regcode",
                    "ownership-history"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "from",
                      "value": "3216-07-24"
                    },
                    {
                      "key": "to",
                      "value": "3216-07-24"
                    },
                    {
                      "key": "limit",
                      "value": "500"
                    },
                    {
                      "key": "format",
                      "value": "json"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "T73826709",
                      "key": "regcode",
                      "description": "(Required) Company registration code"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-API-Key",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": \"\",\n  \"meta\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "49428a8e-79b6-4f43-89ae-1a4d6e31b0ec",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "companies",
                    ":regcode",
                    "ownership-history"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "from",
                      "value": "3216-07-24"
                    },
                    {
                      "key": "to",
                      "value": "3216-07-24"
                    },
                    {
                      "key": "limit",
                      "value": "500"
                    },
                    {
                      "key": "format",
                      "value": "json"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "T73826709",
                      "key": "regcode",
                      "description": "(Required) Company registration code"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-API-Key",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"message\": \"string\",\n    \"details\": \"\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "60334dab-c54b-4113-b301-16fe841437ea",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "companies",
                    ":regcode",
                    "ownership-history"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "from",
                      "value": "3216-07-24"
                    },
                    {
                      "key": "to",
                      "value": "3216-07-24"
                    },
                    {
                      "key": "limit",
                      "value": "500"
                    },
                    {
                      "key": "format",
                      "value": "json"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "T73826709",
                      "key": "regcode",
                      "description": "(Required) Company registration code"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-API-Key",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"message\": \"string\",\n    \"details\": \"\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "ff09e480-e246-4cb6-8a8e-7e8b1a20eada",
          "name": "Company event timeline",
          "request": {
            "name": "Company event timeline",
            "description": {
              "content": "Unified chronology of registry-recorded events for a company: officer changes, shareholder changes, status transitions, insolvency/liquidation milestones, pledge activity. Sorted newest-first.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v1",
                "companies",
                ":regcode",
                "timeline"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "from",
                  "value": "3216-07-24",
                  "description": "Start date (YYYY-MM-DD)"
                },
                {
                  "disabled": false,
                  "key": "to",
                  "value": "3216-07-24",
                  "description": "End date (YYYY-MM-DD)"
                },
                {
                  "disabled": false,
                  "key": "limit",
                  "value": "500",
                  "description": "Maximum events to return"
                },
                {
                  "disabled": false,
                  "key": "format",
                  "value": "json",
                  "description": "Response format"
                }
              ],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "T73826709",
                  "key": "regcode",
                  "description": "(Required) Company registration code"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "8655d56d-1abf-454d-8721-3c5ad243d864",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "companies",
                    ":regcode",
                    "timeline"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "from",
                      "value": "3216-07-24"
                    },
                    {
                      "key": "to",
                      "value": "3216-07-24"
                    },
                    {
                      "key": "limit",
                      "value": "500"
                    },
                    {
                      "key": "format",
                      "value": "json"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "T73826709",
                      "key": "regcode",
                      "description": "(Required) Company registration code"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-API-Key",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": \"\",\n  \"meta\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f6e3c0e7-834b-4a13-b283-852204078e2c",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "companies",
                    ":regcode",
                    "timeline"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "from",
                      "value": "3216-07-24"
                    },
                    {
                      "key": "to",
                      "value": "3216-07-24"
                    },
                    {
                      "key": "limit",
                      "value": "500"
                    },
                    {
                      "key": "format",
                      "value": "json"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "T73826709",
                      "key": "regcode",
                      "description": "(Required) Company registration code"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-API-Key",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"message\": \"string\",\n    \"details\": \"\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c5d55662-41d0-4b12-b301-e2fdd0d2fae4",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "companies",
                    ":regcode",
                    "timeline"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "from",
                      "value": "3216-07-24"
                    },
                    {
                      "key": "to",
                      "value": "3216-07-24"
                    },
                    {
                      "key": "limit",
                      "value": "500"
                    },
                    {
                      "key": "format",
                      "value": "json"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "T73826709",
                      "key": "regcode",
                      "description": "(Required) Company registration code"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-API-Key",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"message\": \"string\",\n    \"details\": \"\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "5e243d48-7cbc-4135-aacc-0dc42c9756e7",
          "name": "Detect circular ownership",
          "request": {
            "name": "Detect circular ownership",
            "description": {
              "content": "Walk the ownership graph from this company up to `depth` levels and flag any cycles (A owns B owns C owns A). Circular ownership is a common AML red flag and a UBO-identification blocker.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v1",
                "companies",
                ":regcode",
                "ownership-cycles"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "depth",
                  "value": "10",
                  "description": "Maximum cycle detection depth"
                }
              ],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "T73826709",
                  "key": "regcode",
                  "description": "(Required) Company registration code"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "e46b2467-776f-45c0-845b-8954add8d64d",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "companies",
                    ":regcode",
                    "ownership-cycles"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "depth",
                      "value": "10"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "T73826709",
                      "key": "regcode",
                      "description": "(Required) Company registration code"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-API-Key",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": \"\",\n  \"meta\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b6ba6272-229e-40ce-b79a-e521894028e3",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "companies",
                    ":regcode",
                    "ownership-cycles"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "depth",
                      "value": "10"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "T73826709",
                      "key": "regcode",
                      "description": "(Required) Company registration code"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-API-Key",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"message\": \"string\",\n    \"details\": \"\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "862d94da-0737-4fae-bfa0-6df83a627338",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "companies",
                    ":regcode",
                    "ownership-cycles"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "depth",
                      "value": "10"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "T73826709",
                      "key": "regcode",
                      "description": "(Required) Company registration code"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-API-Key",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"message\": \"string\",\n    \"details\": \"\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "4b63925d-8c6d-48d6-b63d-d8b01ee850ae",
      "name": "Risk",
      "description": {
        "content": "Risk assessment, screening, and AML reports",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "d1498b94-ea69-4544-901e-1a3b2756bbdd",
          "name": "Company risk score",
          "request": {
            "name": "Company risk score",
            "description": {
              "content": "Multi-factor risk assessment combining financial stress, sanctions exposure (direct + ownership chain), insolvency/liquidation signals, and registry-status anomalies. Returns a score 0–100 with factor-level breakdowns.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v1",
                "companies",
                ":regcode",
                "risk"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "format",
                  "value": "json",
                  "description": "Response format"
                }
              ],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "T73826709",
                  "key": "regcode",
                  "description": "(Required) Company registration code"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "7528a854-91ae-4824-8114-980dcc64492a",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "companies",
                    ":regcode",
                    "risk"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "format",
                      "value": "json"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "T73826709",
                      "key": "regcode",
                      "description": "(Required) Company registration code"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-API-Key",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": \"\",\n  \"meta\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "67f08adb-bf58-4f15-bba4-01b9365122f7",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "companies",
                    ":regcode",
                    "risk"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "format",
                      "value": "json"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "T73826709",
                      "key": "regcode",
                      "description": "(Required) Company registration code"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-API-Key",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"message\": \"string\",\n    \"details\": \"\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0a8cb734-199d-484c-99be-f991ae65dad9",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "companies",
                    ":regcode",
                    "risk"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "format",
                      "value": "json"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "T73826709",
                      "key": "regcode",
                      "description": "(Required) Company registration code"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-API-Key",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"message\": \"string\",\n    \"details\": \"\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "0e2ee744-7687-4638-8362-8e458bc4f4c5",
          "name": "Sanctions screening",
          "request": {
            "name": "Sanctions screening",
            "description": {
              "content": "Screen the company and its officers, shareholders, and UBOs against all configured sanctions lists (EU, UN, OFAC, UK HMT). Returns matches with list name, score, and match reasons.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v1",
                "companies",
                ":regcode",
                "screening"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "format",
                  "value": "json",
                  "description": "Response format"
                }
              ],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "T73826709",
                  "key": "regcode",
                  "description": "(Required) Company registration code"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "08ae8607-b4c7-4f6d-830c-7e0f2e2c0b16",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "companies",
                    ":regcode",
                    "screening"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "format",
                      "value": "json"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "T73826709",
                      "key": "regcode",
                      "description": "(Required) Company registration code"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-API-Key",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": \"\",\n  \"meta\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "bbe66fab-8e1b-480d-af4c-b089d1008a60",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "companies",
                    ":regcode",
                    "screening"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "format",
                      "value": "json"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "T73826709",
                      "key": "regcode",
                      "description": "(Required) Company registration code"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-API-Key",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"message\": \"string\",\n    \"details\": \"\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "57c41a85-5dc6-4703-9715-e80aab1adef2",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "companies",
                    ":regcode",
                    "screening"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "format",
                      "value": "json"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "T73826709",
                      "key": "regcode",
                      "description": "(Required) Company registration code"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-API-Key",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"message\": \"string\",\n    \"details\": \"\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "2ded1c07-ab6e-409c-8a3e-60ded47738ea",
          "name": "AML due-diligence report",
          "request": {
            "name": "AML due-diligence report",
            "description": {
              "content": "Full anti-money-laundering dossier — risk score, sanctions screen of the entity + its network, financial stress indicators, ownership tree, and adverse-media surface. Rate-limited to 5/min and billed against credits. Paid tier only.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v1",
                "companies",
                ":regcode",
                "aml-report"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "format",
                  "value": "json",
                  "description": "Response format"
                }
              ],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "T73826709",
                  "key": "regcode",
                  "description": "(Required) Company registration code"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "e6559457-ad07-410e-8dfc-134ba64901b6",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "companies",
                    ":regcode",
                    "aml-report"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "format",
                      "value": "json"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "T73826709",
                      "key": "regcode",
                      "description": "(Required) Company registration code"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-API-Key",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": \"\",\n  \"meta\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c0ae27f9-f617-4517-8d60-7ec5600a47be",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "companies",
                    ":regcode",
                    "aml-report"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "format",
                      "value": "json"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "T73826709",
                      "key": "regcode",
                      "description": "(Required) Company registration code"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-API-Key",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"message\": \"string\",\n    \"details\": \"\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "99df38ad-065a-4914-b13a-f07b9080e1bd",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "companies",
                    ":regcode",
                    "aml-report"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "format",
                      "value": "json"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "T73826709",
                      "key": "regcode",
                      "description": "(Required) Company registration code"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-API-Key",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"message\": \"string\",\n    \"details\": \"\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "e47dc5a3-ef75-4d0a-9a9d-7a5d278a8553",
          "name": "Batch sanctions screening",
          "request": {
            "name": "Batch sanctions screening",
            "description": {
              "content": "Screen up to 500 names and/or regcodes in one request. Server-side concurrency is capped. Rate-limited to 5/min and billed against credits. Paid tier only.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v1",
                "screening",
                "batch"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": null,
            "body": {
              "mode": "raw",
              "raw": "{\n  \"entities\": [\n    \"string\"\n  ],\n  \"full\": false,\n  \"threshold\": 0.1260030548046691,\n  \"concurrency\": 3\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "f2596d96-47cc-4b28-aad3-4f100642738d",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "screening",
                    "batch"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-API-Key",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"entities\": [\n    \"string\"\n  ],\n  \"full\": false,\n  \"threshold\": 0.1260030548046691,\n  \"concurrency\": 3\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": \"\",\n  \"meta\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "54fdd332-b169-4b45-8085-04ca6df7cf0c",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "screening",
                    "batch"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-API-Key",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"entities\": [\n    \"string\"\n  ],\n  \"full\": false,\n  \"threshold\": 0.1260030548046691,\n  \"concurrency\": 3\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"message\": \"string\",\n    \"details\": \"\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "ad1e5986-7624-4fb3-93bb-030fa0beb4e7",
      "name": "Sanctions",
      "description": {
        "content": "Sanctions database search and person screening",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "25f33790-d081-4733-b9f0-787c69b89b3f",
          "name": "Search sanctions database",
          "request": {
            "name": "Search sanctions database",
            "description": {
              "content": "Full-text search across ingested sanctions lists (EU consolidated, UN, OFAC SDN/NonSDN, UK HMT). Filter by `source` to narrow to a single list. Results include entity type, list name, program, and attribution dates.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v1",
                "sanctions",
                "search"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "q",
                  "value": "string",
                  "description": "(Required) Search query"
                },
                {
                  "disabled": false,
                  "key": "source",
                  "value": "EU",
                  "description": "Sanctions list source"
                },
                {
                  "disabled": false,
                  "key": "limit",
                  "value": "20",
                  "description": "Maximum results to return"
                },
                {
                  "disabled": false,
                  "key": "format",
                  "value": "json",
                  "description": "Response format"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "57ca9415-88c3-4edc-80c5-adcfb75798e8",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "sanctions",
                    "search"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "q",
                      "value": "string"
                    },
                    {
                      "key": "source",
                      "value": "EU"
                    },
                    {
                      "key": "limit",
                      "value": "20"
                    },
                    {
                      "key": "format",
                      "value": "json"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-API-Key",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": \"\",\n  \"meta\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "06d58df5-774f-4c12-a06b-1fcecca0dff6",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "sanctions",
                    "search"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "q",
                      "value": "string"
                    },
                    {
                      "key": "source",
                      "value": "EU"
                    },
                    {
                      "key": "limit",
                      "value": "20"
                    },
                    {
                      "key": "format",
                      "value": "json"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-API-Key",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"message\": \"string\",\n    \"details\": \"\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "4b38d3a4-011b-474a-9bf7-b9356fd82a98",
          "name": "Screen a person",
          "request": {
            "name": "Screen a person",
            "description": {
              "content": "Fuzzy-match a single person against every configured sanctions list. Supply an optional date of birth to tighten the match. Returns candidates ranked by match score with the source list and program.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v1",
                "sanctions",
                "screen-person"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "name",
                  "value": "string",
                  "description": "(Required) Person name to screen"
                },
                {
                  "disabled": false,
                  "key": "dob",
                  "value": "3216-07-24",
                  "description": "Date of birth (YYYY-MM-DD)"
                },
                {
                  "disabled": false,
                  "key": "format",
                  "value": "json",
                  "description": "Response format"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "c7c684a8-4145-4050-bac9-2a2926a94ab2",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "sanctions",
                    "screen-person"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "name",
                      "value": "string"
                    },
                    {
                      "key": "dob",
                      "value": "3216-07-24"
                    },
                    {
                      "key": "format",
                      "value": "json"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-API-Key",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": \"\",\n  \"meta\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "59cf8df7-897f-4a34-a58c-18538e044a63",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "sanctions",
                    "screen-person"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "name",
                      "value": "string"
                    },
                    {
                      "key": "dob",
                      "value": "3216-07-24"
                    },
                    {
                      "key": "format",
                      "value": "json"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-API-Key",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"message\": \"string\",\n    \"details\": \"\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "7b2836eb-3569-4743-9e5e-7143637926e2",
          "name": "Sanctions database stats",
          "request": {
            "name": "Sanctions database stats",
            "description": {
              "content": "Counts per list, entity-type breakdowns, and last-ingested timestamps for the sanctions dataset. Cached for one hour.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v1",
                "sanctions",
                "stats"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "fb33a311-9485-491f-8249-bcf85699ae61",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "sanctions",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-API-Key",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": \"\",\n  \"meta\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "83b927bc-dc78-4e11-881c-2ae049ecb4d8",
          "name": "Get sanction entry",
          "request": {
            "name": "Get sanction entry",
            "description": {
              "content": "Fetch a single sanction entry by its internal numeric ID, including the full list attribution, program, aliases, birth/identity markers, and source timestamps.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v1",
                "sanctions",
                ":id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "6993",
                  "key": "id",
                  "description": "(Required) Sanction entry ID"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "c77b5020-039e-41ae-a8c1-a22a7f27b688",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "sanctions",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "6993",
                      "key": "id",
                      "description": "(Required) Sanction entry ID"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-API-Key",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": \"\",\n  \"meta\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "07c87190-7585-4d10-8227-5ace4880e01e",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "sanctions",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "6993",
                      "key": "id",
                      "description": "(Required) Sanction entry ID"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-API-Key",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"message\": \"string\",\n    \"details\": \"\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d2de8c9b-504e-464f-a21b-e36a653aecd7",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "sanctions",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "6993",
                      "key": "id",
                      "description": "(Required) Sanction entry ID"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-API-Key",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"message\": \"string\",\n    \"details\": \"\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "87fdb26f-043b-4b56-962c-dfb04994a6fd",
      "name": "Analytics",
      "description": {
        "content": "Registry statistics, trends, and activity feeds",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "4a865309-9557-411e-9f14-6056cb6926e5",
          "name": "Registry-wide statistics",
          "request": {
            "name": "Registry-wide statistics",
            "description": {
              "content": "Aggregate counts of active/inactive companies, entity types, flags, and recent registration activity across the whole registry. Cached for one hour.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v1",
                "analytics",
                "stats"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "cdac2cec-2861-4391-a979-79ea43d8ef33",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "analytics",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-API-Key",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": \"\",\n  \"meta\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "7bd62b0a-f94f-4d6b-b5e1-4922c54579d3",
          "name": "Company counts by sector",
          "request": {
            "name": "Company counts by sector",
            "description": {
              "content": "Distribution of active companies across top-level sectors (coarser than NACE — uses the registry's own sector classification).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v1",
                "analytics",
                "sectors"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "limit",
                  "value": "20",
                  "description": "Maximum sectors to return"
                },
                {
                  "disabled": false,
                  "key": "format",
                  "value": "json",
                  "description": "Response format"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "f5c169fd-3f78-4290-8aad-c25cea3926ab",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "analytics",
                    "sectors"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "limit",
                      "value": "20"
                    },
                    {
                      "key": "format",
                      "value": "json"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-API-Key",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": \"\",\n  \"meta\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "20eed12b-b07d-4c5a-8d8a-29f0705b707e",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "analytics",
                    "sectors"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "limit",
                      "value": "20"
                    },
                    {
                      "key": "format",
                      "value": "json"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-API-Key",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"message\": \"string\",\n    \"details\": \"\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "515064d9-78db-4c06-90f1-00a212971e03",
          "name": "Company counts by region",
          "request": {
            "name": "Company counts by region",
            "description": {
              "content": "Distribution of active companies across Latvian administrative regions. Pass `showAll=true` to include regions with zero or near-zero counts.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v1",
                "analytics",
                "regions"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "showAll",
                  "value": "false",
                  "description": "Include regions with zero companies"
                },
                {
                  "disabled": false,
                  "key": "format",
                  "value": "json",
                  "description": "Response format"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "285bdac4-f334-4e92-99ba-65ae69ae561e",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "analytics",
                    "regions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "showAll",
                      "value": "false"
                    },
                    {
                      "key": "format",
                      "value": "json"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-API-Key",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": \"\",\n  \"meta\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "43197e91-587e-4b62-a201-1d4727981adb",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "analytics",
                    "regions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "showAll",
                      "value": "false"
                    },
                    {
                      "key": "format",
                      "value": "json"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-API-Key",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"message\": \"string\",\n    \"details\": \"\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "dfcac520-d1bf-4835-901a-944e97616de1",
          "name": "Registration trends over time",
          "request": {
            "name": "Registration trends over time",
            "description": {
              "content": "Time series of new company registrations (and closures, if `type=closures`). Pick yearly or monthly granularity and optionally narrow by region.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v1",
                "analytics",
                "trends"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "type",
                  "value": "string",
                  "description": "Entity type filter"
                },
                {
                  "disabled": false,
                  "key": "from",
                  "value": "1946",
                  "description": "Start year"
                },
                {
                  "disabled": false,
                  "key": "to",
                  "value": "1946",
                  "description": "End year"
                },
                {
                  "disabled": false,
                  "key": "granularity",
                  "value": "yearly",
                  "description": "Time granularity"
                },
                {
                  "disabled": false,
                  "key": "region",
                  "value": "string",
                  "description": "Filter by region"
                },
                {
                  "disabled": false,
                  "key": "format",
                  "value": "json",
                  "description": "Response format"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "e5a1ba1b-3418-46ae-88a0-15aefb74c01e",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "analytics",
                    "trends"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "type",
                      "value": "string"
                    },
                    {
                      "key": "from",
                      "value": "1946"
                    },
                    {
                      "key": "to",
                      "value": "1946"
                    },
                    {
                      "key": "granularity",
                      "value": "yearly"
                    },
                    {
                      "key": "region",
                      "value": "string"
                    },
                    {
                      "key": "format",
                      "value": "json"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-API-Key",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": \"\",\n  \"meta\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d1c88b33-5f98-407f-8429-6c17bbd5dbec",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "analytics",
                    "trends"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "type",
                      "value": "string"
                    },
                    {
                      "key": "from",
                      "value": "1946"
                    },
                    {
                      "key": "to",
                      "value": "1946"
                    },
                    {
                      "key": "granularity",
                      "value": "yearly"
                    },
                    {
                      "key": "region",
                      "value": "string"
                    },
                    {
                      "key": "format",
                      "value": "json"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-API-Key",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"message\": \"string\",\n    \"details\": \"\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "677de610-5f11-4be5-b413-1a9a97249730",
          "name": "Recent activity feed",
          "request": {
            "name": "Recent activity feed",
            "description": {
              "content": "Stream of registry events (`registrations`, `closures`, `insolvencies`, `liquidations`, `sanctions`, `pledges`). Anonymous callers see a shorter window and lower limit; paid tier unlocks full range.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v1",
                "analytics",
                "feed",
                ":type"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "days",
                  "value": "30",
                  "description": "Number of days to look back"
                },
                {
                  "disabled": false,
                  "key": "limit",
                  "value": "50",
                  "description": "Maximum events to return"
                },
                {
                  "disabled": false,
                  "key": "offset",
                  "value": "0",
                  "description": "Number of items to skip (for pagination)"
                },
                {
                  "disabled": false,
                  "key": "region",
                  "value": "string",
                  "description": "Filter by region"
                },
                {
                  "disabled": false,
                  "key": "format",
                  "value": "json",
                  "description": "Response format"
                }
              ],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "closed",
                  "key": "type",
                  "description": "(Required) Feed event type"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "f710b5f8-e616-47b8-a33d-7bff779becf9",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "analytics",
                    "feed",
                    ":type"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "days",
                      "value": "30"
                    },
                    {
                      "key": "limit",
                      "value": "50"
                    },
                    {
                      "key": "offset",
                      "value": "0"
                    },
                    {
                      "key": "region",
                      "value": "string"
                    },
                    {
                      "key": "format",
                      "value": "json"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "closed",
                      "key": "type",
                      "description": "(Required) Feed event type"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-API-Key",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": \"\",\n  \"meta\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "32bed356-4036-46ff-afae-faa63f594188",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "analytics",
                    "feed",
                    ":type"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "days",
                      "value": "30"
                    },
                    {
                      "key": "limit",
                      "value": "50"
                    },
                    {
                      "key": "offset",
                      "value": "0"
                    },
                    {
                      "key": "region",
                      "value": "string"
                    },
                    {
                      "key": "format",
                      "value": "json"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "closed",
                      "key": "type",
                      "description": "(Required) Feed event type"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-API-Key",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"message\": \"string\",\n    \"details\": \"\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "d632cfe9-986a-4c48-8b22-1361276b8093",
          "name": "Business failure probability",
          "request": {
            "name": "Business failure probability",
            "description": {
              "content": "Model-driven probability that a company will cease operations within the next 12 months, with top contributing factors. Paid tier only.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v1",
                "companies",
                ":regcode",
                "prediction"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "format",
                  "value": "json",
                  "description": "Response format"
                }
              ],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "T73826709",
                  "key": "regcode",
                  "description": "(Required) Company registration code"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "73bc16ad-72cf-4e2b-8155-231b0ab2337f",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "companies",
                    ":regcode",
                    "prediction"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "format",
                      "value": "json"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "T73826709",
                      "key": "regcode",
                      "description": "(Required) Company registration code"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-API-Key",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": \"\",\n  \"meta\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5cf26195-e925-4487-b035-335d832b1979",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "companies",
                    ":regcode",
                    "prediction"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "format",
                      "value": "json"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "T73826709",
                      "key": "regcode",
                      "description": "(Required) Company registration code"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-API-Key",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"message\": \"string\",\n    \"details\": \"\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0877c39a-0765-4ea0-af04-251ac9f4ebf9",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "companies",
                    ":regcode",
                    "prediction"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "format",
                      "value": "json"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "T73826709",
                      "key": "regcode",
                      "description": "(Required) Company registration code"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-API-Key",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"message\": \"string\",\n    \"details\": \"\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "5030b445-60b7-4854-b887-0939a4b8d5f6",
          "name": "Company counts by NACE section",
          "request": {
            "name": "Company counts by NACE section",
            "description": {
              "content": "Distribution of active companies across NACE Rev.2 top-level sections (A–U). Cached for one hour.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v1",
                "analytics",
                "nace-sectors"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "090d47b0-83f9-4bab-8672-f38bdf8976f1",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "analytics",
                    "nace-sectors"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-API-Key",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": \"\",\n  \"meta\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "05abe9df-e006-4e78-9e03-994c79b1cbb0",
      "name": "Persons",
      "description": {
        "content": "Person search and profile lookup",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "0bc33df1-d4b5-402a-834d-98153f3c9be1",
          "name": "Search persons by name",
          "request": {
            "name": "Search persons by name",
            "description": {
              "content": "Fuzzy search over natural persons known to the registry (officers, shareholders, beneficial owners). Returns candidates with attribution to the companies they're linked to.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v1",
                "persons",
                "search"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "q",
                  "value": "string",
                  "description": "(Required) Person name to search"
                },
                {
                  "disabled": false,
                  "key": "limit",
                  "value": "20",
                  "description": "Maximum results to return"
                },
                {
                  "disabled": false,
                  "key": "format",
                  "value": "json",
                  "description": "Response format"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "16f6e516-060b-4ba2-ac1f-232a31986c2c",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "persons",
                    "search"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "q",
                      "value": "string"
                    },
                    {
                      "key": "limit",
                      "value": "20"
                    },
                    {
                      "key": "format",
                      "value": "json"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-API-Key",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": \"\",\n  \"meta\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "782361d0-bc7d-4e83-8256-e1d53a810d6d",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "persons",
                    "search"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "q",
                      "value": "string"
                    },
                    {
                      "key": "limit",
                      "value": "20"
                    },
                    {
                      "key": "format",
                      "value": "json"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-API-Key",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"message\": \"string\",\n    \"details\": \"\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "1f2c344e-16a3-4639-a0d5-3ee8714f9114",
          "name": "Person profile",
          "request": {
            "name": "Person profile",
            "description": {
              "content": "Full profile for a person: all companies they're affiliated with (officer, shareholder, or UBO), role history, and identity markers. Accepts numeric IDs, masked IDs, or a URL-safe name. Anonymous callers receive a redacted view.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v1",
                "persons",
                ":id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "id",
                  "description": "(Required) Person ID (integer), masked personal ID (DDMMYY-*****), or name"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "538a8dbc-5c60-4093-bd3b-0de2447fd6aa",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "persons",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) Person ID (integer), masked personal ID (DDMMYY-*****), or name"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-API-Key",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": \"\",\n  \"meta\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1708b9f7-f62c-417b-bbd0-852efdf87165",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "persons",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) Person ID (integer), masked personal ID (DDMMYY-*****), or name"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-API-Key",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"message\": \"string\",\n    \"details\": \"\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a47ec99b-3a74-4f79-aa8b-c35751bf699c",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "persons",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) Person ID (integer), masked personal ID (DDMMYY-*****), or name"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-API-Key",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"message\": \"string\",\n    \"details\": \"\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "b7c4a0cd-a75a-4625-b796-d75a0308538f",
          "name": "VDAA person enrichment",
          "request": {
            "name": "VDAA person enrichment",
            "description": {
              "content": "On-demand lookup against VDAA's NaturalPerson endpoint for additional identity and affiliation data. Call is billed per request and rate-limited by our upstream quota. Paid tier only.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v1",
                "persons",
                ":id",
                "vdaa-enrichment"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "id",
                  "description": "(Required) Person ID (integer), masked personal ID (DDMMYY-*****), or name"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "f0a5c311-20b5-4990-8a64-81290fa8667a",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "persons",
                    ":id",
                    "vdaa-enrichment"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) Person ID (integer), masked personal ID (DDMMYY-*****), or name"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-API-Key",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": \"\",\n  \"meta\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8557d5b5-9bf7-4d90-b255-0b14c54508ef",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "persons",
                    ":id",
                    "vdaa-enrichment"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) Person ID (integer), masked personal ID (DDMMYY-*****), or name"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-API-Key",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"message\": \"string\",\n    \"details\": \"\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "96f12618-8a4f-476a-a718-b9857581ea0b",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "persons",
                    ":id",
                    "vdaa-enrichment"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) Person ID (integer), masked personal ID (DDMMYY-*****), or name"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-API-Key",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"message\": \"string\",\n    \"details\": \"\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "c3811097-43ef-4560-a4b8-02285ffc55b2",
      "name": "VID & Network",
      "description": {
        "content": "Tax data, company networks, and connections",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "d2dd9f90-7de8-44fa-883f-ff52b13e121c",
          "name": "VID tax authority profile",
          "request": {
            "name": "VID tax authority profile",
            "description": {
              "content": "Data sourced from VID (Valsts ieņēmumu dienests) — tax debt indicator, VAT registration status, and related tax-authority signals. Returned alongside the requested regcode for easy splicing.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v1",
                "companies",
                ":regcode",
                "vid"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "format",
                  "value": "json",
                  "description": "Response format"
                }
              ],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "T73826709",
                  "key": "regcode",
                  "description": "(Required) Company registration code"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "be003f84-bc16-4f69-bf3e-b7c2fe497664",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "companies",
                    ":regcode",
                    "vid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "format",
                      "value": "json"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "T73826709",
                      "key": "regcode",
                      "description": "(Required) Company registration code"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-API-Key",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": \"\",\n  \"meta\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "391a2941-6d39-43dc-9f62-9a6fab5e1b78",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "companies",
                    ":regcode",
                    "vid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "format",
                      "value": "json"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "T73826709",
                      "key": "regcode",
                      "description": "(Required) Company registration code"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-API-Key",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"message\": \"string\",\n    \"details\": \"\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "62965521-4dae-4a72-8ac5-e16a9bdbac5f",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "companies",
                    ":regcode",
                    "vid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "format",
                      "value": "json"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "T73826709",
                      "key": "regcode",
                      "description": "(Required) Company registration code"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-API-Key",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"message\": \"string\",\n    \"details\": \"\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "c416e2ff-ddd2-4dcd-93e4-cc0b1a8dbd70",
          "name": "Company relationship network",
          "request": {
            "name": "Company relationship network",
            "description": {
              "content": "Graph of entities related to a company — shared officers, shareholders, UBOs, and addresses. Filter `rel` limits the returned relationship types. Free tier receives a reduced graph; paid sees the full structure.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v1",
                "companies",
                ":regcode",
                "network"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "rel",
                  "value": "officials,shareholders,officials,reorganizations",
                  "description": "Relationship type filter (comma-separated)"
                },
                {
                  "disabled": false,
                  "key": "format",
                  "value": "json",
                  "description": "Response format"
                }
              ],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "T73826709",
                  "key": "regcode",
                  "description": "(Required) Company registration code"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "7c4aa41d-96b1-49c5-8665-14d0992b13f0",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "companies",
                    ":regcode",
                    "network"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "rel",
                      "value": "officials,shareholders,officials,reorganizations"
                    },
                    {
                      "key": "format",
                      "value": "json"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "T73826709",
                      "key": "regcode",
                      "description": "(Required) Company registration code"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-API-Key",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": \"\",\n  \"meta\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a36a604b-11cb-464d-8a2b-0bf1a1508f08",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "companies",
                    ":regcode",
                    "network"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "rel",
                      "value": "officials,shareholders,officials,reorganizations"
                    },
                    {
                      "key": "format",
                      "value": "json"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "T73826709",
                      "key": "regcode",
                      "description": "(Required) Company registration code"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-API-Key",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"message\": \"string\",\n    \"details\": \"\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "68853c4a-a7e7-4d14-9bd2-f80cd6efa7f4",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "companies",
                    ":regcode",
                    "network"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "rel",
                      "value": "officials,shareholders,officials,reorganizations"
                    },
                    {
                      "key": "format",
                      "value": "json"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "T73826709",
                      "key": "regcode",
                      "description": "(Required) Company registration code"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-API-Key",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"message\": \"string\",\n    \"details\": \"\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "09a13d97-c700-4c17-ae12-f2a044f5e542",
          "name": "Connections between entities",
          "request": {
            "name": "Connections between entities",
            "description": {
              "content": "Find the shortest relationship path between two entities (companies or persons) within `depth` degrees. Useful for KYC link analysis and adverse-network discovery. Paid tier only.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v1",
                "connections"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "entity1",
                  "value": "string",
                  "description": "(Required) First entity (regcode or name)"
                },
                {
                  "disabled": false,
                  "key": "entity2",
                  "value": "string",
                  "description": "(Required) Second entity (regcode or name)"
                },
                {
                  "disabled": false,
                  "key": "type",
                  "value": "person",
                  "description": "Entity type (auto-detected if omitted)"
                },
                {
                  "disabled": false,
                  "key": "depth",
                  "value": "5",
                  "description": "Maximum connection depth"
                },
                {
                  "disabled": false,
                  "key": "format",
                  "value": "json",
                  "description": "Response format"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "ae4919bf-9657-4450-bf96-9139c098fd8a",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "connections"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "entity1",
                      "value": "string"
                    },
                    {
                      "key": "entity2",
                      "value": "string"
                    },
                    {
                      "key": "type",
                      "value": "person"
                    },
                    {
                      "key": "depth",
                      "value": "5"
                    },
                    {
                      "key": "format",
                      "value": "json"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-API-Key",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": \"\",\n  \"meta\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "88a64135-7eb5-4377-a470-9bd3a2880b15",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "connections"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "entity1",
                      "value": "string"
                    },
                    {
                      "key": "entity2",
                      "value": "string"
                    },
                    {
                      "key": "type",
                      "value": "person"
                    },
                    {
                      "key": "depth",
                      "value": "5"
                    },
                    {
                      "key": "format",
                      "value": "json"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-API-Key",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"message\": \"string\",\n    \"details\": \"\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "442229cc-47ce-457f-8ef6-a25c0e125c06",
          "name": "Computed credit limit",
          "request": {
            "name": "Computed credit limit",
            "description": {
              "content": "Suggested trade credit exposure for a company, derived from its financial scale, sector norms, and stress signals. Not a regulated rating — a scoring output for internal decisioning.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v1",
                "companies",
                ":regcode",
                "credit-limit"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "format",
                  "value": "json",
                  "description": "Response format"
                }
              ],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "T73826709",
                  "key": "regcode",
                  "description": "(Required) Company registration code"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "76b0d558-4744-4d58-a29a-d6340b6c3b10",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "companies",
                    ":regcode",
                    "credit-limit"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "format",
                      "value": "json"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "T73826709",
                      "key": "regcode",
                      "description": "(Required) Company registration code"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-API-Key",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": \"\",\n  \"meta\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "16b09be5-32ab-4b5c-b84a-bae759cea538",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "companies",
                    ":regcode",
                    "credit-limit"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "format",
                      "value": "json"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "T73826709",
                      "key": "regcode",
                      "description": "(Required) Company registration code"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-API-Key",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"message\": \"string\",\n    \"details\": \"\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "08ba7f46-b6fd-458f-a4b1-d16b572136d4",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "companies",
                    ":regcode",
                    "credit-limit"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "format",
                      "value": "json"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "T73826709",
                      "key": "regcode",
                      "description": "(Required) Company registration code"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-API-Key",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"message\": \"string\",\n    \"details\": \"\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "5a6aab1a-e7d5-4d63-bae8-9ee405cad83f",
      "name": "NACE",
      "description": {
        "content": "NACE industry classification and browsing",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "ba443c99-114e-4c17-8d79-dd49eaf3a96d",
          "name": "NACE code detail",
          "request": {
            "name": "NACE code detail",
            "description": {
              "content": "Look up a NACE Rev.2 code and return its descriptions (English + Latvian), direct children in the hierarchy, and full breadcrumb to the top-level section. Cached for 24 hours.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v1",
                "nace",
                ":code"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "16",
                  "key": "code",
                  "description": "(Required) NACE code (section letter, division, group, or class)"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "40c10c94-411c-4133-8386-cf31b95319fb",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "nace",
                    ":code"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "16",
                      "key": "code",
                      "description": "(Required) NACE code (section letter, division, group, or class)"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-API-Key",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": \"\",\n  \"meta\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e8b60ab8-b7af-427c-96c9-a90ded0c27a5",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "nace",
                    ":code"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "16",
                      "key": "code",
                      "description": "(Required) NACE code (section letter, division, group, or class)"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-API-Key",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"message\": \"string\",\n    \"details\": \"\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "b58e7678-a88a-4615-83ca-20bbe19a0418",
          "name": "NACE financial aggregates",
          "request": {
            "name": "NACE financial aggregates",
            "description": {
              "content": "Aggregate revenue, profit, employee counts, and company totals for all active companies classified under a NACE code. Used to build sector benchmarks and league tables. Cached for one hour.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v1",
                "nace",
                ":code",
                "financials"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "16",
                  "key": "code",
                  "description": "(Required) NACE code (section letter, division, group, or class)"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "5832f396-2b4e-49df-b155-1bf84c233e47",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "nace",
                    ":code",
                    "financials"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "16",
                      "key": "code",
                      "description": "(Required) NACE code (section letter, division, group, or class)"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-API-Key",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": \"\",\n  \"meta\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9b3cd895-c00d-440a-9865-182664ed19d2",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "nace",
                    ":code",
                    "financials"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "16",
                      "key": "code",
                      "description": "(Required) NACE code (section letter, division, group, or class)"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-API-Key",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"message\": \"string\",\n    \"details\": \"\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "7790e1c3-dcb2-447f-895d-67c3d408f069",
          "name": "Companies under a NACE code",
          "request": {
            "name": "Companies under a NACE code",
            "description": {
              "content": "Paginated list of companies classified under the given NACE code. Response includes the code's descriptions alongside the company page for easy rendering. Cached for one hour.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v1",
                "nace",
                ":code",
                "companies"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "page",
                  "value": "1",
                  "description": "Page number"
                },
                {
                  "disabled": false,
                  "key": "limit",
                  "value": "50",
                  "description": "Items per page"
                },
                {
                  "disabled": false,
                  "key": "format",
                  "value": "json",
                  "description": "Response format"
                }
              ],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "16",
                  "key": "code",
                  "description": "(Required) NACE code (section letter, division, group, or class)"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "1670402e-8c2a-4ac1-9af3-fa2cf147cc2f",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "nace",
                    ":code",
                    "companies"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "key": "limit",
                      "value": "50"
                    },
                    {
                      "key": "format",
                      "value": "json"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "16",
                      "key": "code",
                      "description": "(Required) NACE code (section letter, division, group, or class)"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-API-Key",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": \"\",\n  \"meta\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3f2e6091-773a-46fb-a234-9a565d3eb6e8",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "nace",
                    ":code",
                    "companies"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "key": "limit",
                      "value": "50"
                    },
                    {
                      "key": "format",
                      "value": "json"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "16",
                      "key": "code",
                      "description": "(Required) NACE code (section letter, division, group, or class)"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-API-Key",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"message\": \"string\",\n    \"details\": \"\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "632663ad-599d-43f2-a18c-2530f1e5df54",
      "name": "Documents",
      "description": {
        "content": "Annual reports and public document access",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "3e9f9d4a-e80d-4cdd-9f25-244117fafc1d",
          "name": "List documents for a company",
          "request": {
            "name": "List documents for a company",
            "description": {
              "content": "Metadata catalog of annual reports and public-filing documents archived in UR's document system for this company. Download the bytes via `/companies/:regcode/documents/:docSource/:docId/download`.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v1",
                "companies",
                ":regcode",
                "documents"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "T73826709",
                  "key": "regcode",
                  "description": "(Required) Company registration code"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "911181cb-e6f7-42f3-9284-c17a0940ad69",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "companies",
                    ":regcode",
                    "documents"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "T73826709",
                      "key": "regcode",
                      "description": "(Required) Company registration code"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-API-Key",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": \"\",\n  \"meta\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "32e41f97-a8bd-4ca3-bfd8-248a6cf0f6a4",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "companies",
                    ":regcode",
                    "documents"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "T73826709",
                      "key": "regcode",
                      "description": "(Required) Company registration code"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-API-Key",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"message\": \"string\",\n    \"details\": \"\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d928d944-e231-44f5-95de-20360f40668e",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "companies",
                    ":regcode",
                    "documents"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "T73826709",
                      "key": "regcode",
                      "description": "(Required) Company registration code"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-API-Key",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"message\": \"string\",\n    \"details\": \"\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "7d86e994-022e-4c46-b263-2b6081e07f83",
          "name": "Download a company document",
          "request": {
            "name": "Download a company document",
            "description": {
              "content": "Stream the raw document file from the UR archive. Content-Type varies by source (`application/pdf`, `image/tiff`, `application/vnd.etsi.asic-e+zip`, `application/edoc`). Rate-limited to 10/min. Paid tier only.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v1",
                "companies",
                ":regcode",
                "documents",
                ":docSource",
                ":docId",
                "download"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "regcode",
                  "description": "(Required) "
                },
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "docSource",
                  "description": "(Required) "
                },
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "docId",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/octet-stream"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "505ad40d-474d-48b5-909d-e96202bf7833",
              "name": "Document file (PDF/TIF/EDOC/ASICE)",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "companies",
                    ":regcode",
                    "documents",
                    ":docSource",
                    ":docId",
                    "download"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "regcode",
                      "description": "(Required) "
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "docSource",
                      "description": "(Required) "
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "docId",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-API-Key",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/octet-stream"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/octet-stream"
                }
              ],
              "body": "string",
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "a7296be7-afaa-4f86-9e5d-17180e632659",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "companies",
                    ":regcode",
                    "documents",
                    ":docSource",
                    ":docId",
                    "download"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "regcode",
                      "description": "(Required) "
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "docSource",
                      "description": "(Required) "
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "docId",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-API-Key",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"message\": \"string\",\n    \"details\": \"\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3998880f-f455-4e7d-9ab2-5274bd9fdad2",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "companies",
                    ":regcode",
                    "documents",
                    ":docSource",
                    ":docId",
                    "download"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "regcode",
                      "description": "(Required) "
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "docSource",
                      "description": "(Required) "
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "docId",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-API-Key",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"message\": \"string\",\n    \"details\": \"\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "75addc05-6428-4332-a0a5-fe2eb5de6bb0",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "companies",
                    ":regcode",
                    "documents",
                    ":docSource",
                    ":docId",
                    "download"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "regcode",
                      "description": "(Required) "
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "docSource",
                      "description": "(Required) "
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "docId",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-API-Key",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"message\": \"string\",\n    \"details\": \"\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6a035659-d67e-44dc-92b2-0eaf8053983d",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "companies",
                    ":regcode",
                    "documents",
                    ":docSource",
                    ":docId",
                    "download"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "regcode",
                      "description": "(Required) "
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "docSource",
                      "description": "(Required) "
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "docId",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-API-Key",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"message\": \"string\",\n    \"details\": \"\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "dc61a2c1-b8f6-4c7e-9d2e-22839dd774b7",
      "name": "Pledges",
      "description": {
        "content": "Commercial pledge records and lookup",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "9330d52e-ec92-4c4e-9cac-012dd386a917",
          "name": "List company pledges",
          "request": {
            "name": "List company pledges",
            "description": {
              "content": "Commercial pledges registered against a company's assets — pledge class, creditor, secured amount, effective date. Recent pledges may indicate financing activity or stress.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v1",
                "companies",
                ":regcode",
                "pledges"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "T73826709",
                  "key": "regcode",
                  "description": "(Required) Company registration code"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "9fcc784f-314b-4d9f-8185-f0234c89009b",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "companies",
                    ":regcode",
                    "pledges"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "T73826709",
                      "key": "regcode",
                      "description": "(Required) Company registration code"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-API-Key",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": \"\",\n  \"meta\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "be898837-9bc7-4567-b87d-b57b60e1e76b",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "companies",
                    ":regcode",
                    "pledges"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "T73826709",
                      "key": "regcode",
                      "description": "(Required) Company registration code"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-API-Key",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"message\": \"string\",\n    \"details\": \"\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "553683f8-b1ce-4fd6-a907-061fb6e9937d",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "companies",
                    ":regcode",
                    "pledges"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "T73826709",
                      "key": "regcode",
                      "description": "(Required) Company registration code"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-API-Key",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"message\": \"string\",\n    \"details\": \"\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "0b9dda51-3021-4e5f-90ae-f5c7e5c906aa",
      "name": "Reports",
      "description": {
        "content": "PDF report generation and download",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "f96c163e-17bd-4398-abff-0851b3f1e6d3",
          "name": "Generate a company PDF report",
          "request": {
            "name": "Generate a company PDF report",
            "description": {
              "content": "Render a PDF report for a company (`company`, `aml`, `financial`, or `risk`). Locale controls the report language (`en` default; `lv` also available). Billed against credits — refunded if generation fails. Rate-limited to 10/min. Paid tier only.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v1",
                "companies",
                ":regcode",
                "report",
                ":type"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "locale",
                  "value": "en",
                  "description": "Report language"
                }
              ],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "T73826709",
                  "key": "regcode",
                  "description": "(Required) Company registration code"
                },
                {
                  "disabled": false,
                  "type": "any",
                  "value": "company",
                  "key": "type",
                  "description": "(Required) Report type"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/pdf"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "35fd38ef-d64b-4858-abaa-1a559801f3a9",
              "name": "Generated PDF report",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "companies",
                    ":regcode",
                    "report",
                    ":type"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "locale",
                      "value": "en"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "T73826709",
                      "key": "regcode",
                      "description": "(Required) Company registration code"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "company",
                      "key": "type",
                      "description": "(Required) Report type"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-API-Key",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/pdf"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/pdf"
                }
              ],
              "body": "string",
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "354f48f6-c96f-471a-93ca-a80dfea5f9dc",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "companies",
                    ":regcode",
                    "report",
                    ":type"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "locale",
                      "value": "en"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "T73826709",
                      "key": "regcode",
                      "description": "(Required) Company registration code"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "company",
                      "key": "type",
                      "description": "(Required) Report type"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-API-Key",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"message\": \"string\",\n    \"details\": \"\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4770a4d8-b6a7-400a-9543-d958d751220f",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "companies",
                    ":regcode",
                    "report",
                    ":type"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "locale",
                      "value": "en"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "T73826709",
                      "key": "regcode",
                      "description": "(Required) Company registration code"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "company",
                      "key": "type",
                      "description": "(Required) Report type"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-API-Key",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"message\": \"string\",\n    \"details\": \"\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9d52b1e1-d702-4bb6-aa60-6714546c1cc8",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "companies",
                    ":regcode",
                    "report",
                    ":type"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "locale",
                      "value": "en"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "T73826709",
                      "key": "regcode",
                      "description": "(Required) Company registration code"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "company",
                      "key": "type",
                      "description": "(Required) Report type"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-API-Key",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"message\": \"string\",\n    \"details\": \"\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "b4a55cf2-2462-4c10-b930-b18f3b07acd4",
      "name": "Chat",
      "description": {
        "content": "",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "6de2d510-519a-4dd5-a851-eb6fa3ddf1d7",
          "name": "Ask a question (quick mode)",
          "request": {
            "name": "Ask a question (quick mode)",
            "description": {
              "content": "Ask a natural-language question about Latvian business registry data. An LLM generates SQL, validates it for safety, and executes it against the database. Returns structured results with the generated SQL, an explanation, column names, and rows (max 500). Costs 1 credit per query. Rate limit: 10 requests per minute.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v1",
                "analytics",
                "chat"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": null,
            "body": {
              "mode": "raw",
              "raw": "{\n  \"question\": \"string\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "81ec3f2a-520d-42aa-88bf-345ae513acf6",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "analytics",
                    "chat"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-API-Key",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"question\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"status\": \"ok\",\n    \"question\": \"string\",\n    \"sql\": \"string\",\n    \"explanation\": \"string\",\n    \"columns\": [\n      \"string\",\n      \"string\"\n    ],\n    \"rows\": [\n      {\n        \"key_0\": {},\n        \"key_1\": {},\n        \"key_2\": {}\n      },\n      {\n        \"key_0\": {}\n      }\n    ],\n    \"rowCount\": 2103.4082990306756,\n    \"truncated\": false,\n    \"retried\": false,\n    \"executionTimeMs\": 6353.841776335067\n  },\n  \"meta\": {\n    \"key_0\": {}\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6fc79cf8-e245-4dd6-b873-8a2778616196",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "analytics",
                    "chat"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-API-Key",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"question\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"message\": \"string\",\n    \"details\": \"\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "7c36a663-c7a4-4e68-a828-676d94d08462",
          "name": "Ask a question (agent mode)",
          "request": {
            "name": "Ask a question (agent mode)",
            "description": {
              "content": "Ask a complex natural-language question using the RAG agent. The agent can execute multiple queries, call services, and synthesize answers across data sources. Costs 3 credits per run (refunded on clarification turns and service failures). Supports SSE streaming via `stream: true` in the request body or `Accept: text/event-stream` header. SSE events: `step` (tool execution), `answer` (partial text), `chart` (rendered chart spec), `done` (final result), `error` (service failure, credits refunded). Rate limit: 5 requests per minute.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v1",
                "analytics",
                "chat",
                "agent"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": null,
            "body": {
              "mode": "raw",
              "raw": "{\n  \"question\": \"string\",\n  \"session_id\": \"26e45ade-cd5e-0c35-ca11-88f2bd53cb67\",\n  \"stream\": false\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "391d6e5f-4721-4959-8ead-d1cdeb64de6c",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "analytics",
                    "chat",
                    "agent"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-API-Key",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"question\": \"string\",\n  \"session_id\": \"26e45ade-cd5e-0c35-ca11-88f2bd53cb67\",\n  \"stream\": false\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"status\": \"ok\",\n    \"question\": \"string\",\n    \"answer\": \"string\",\n    \"steps\": [\n      {\n        \"tool\": \"string\",\n        \"arguments\": {\n          \"key_0\": {},\n          \"key_1\": {},\n          \"key_2\": {},\n          \"key_3\": {}\n        },\n        \"resultSummary\": \"string\",\n        \"durationMs\": 107.55562778631989,\n        \"error\": \"string\"\n      },\n      {\n        \"tool\": \"string\",\n        \"arguments\": {\n          \"key_0\": {},\n          \"key_1\": {}\n        },\n        \"resultSummary\": \"string\",\n        \"durationMs\": 1185.881237733668,\n        \"error\": \"string\"\n      }\n    ],\n    \"sessionId\": \"string\",\n    \"partial\": false,\n    \"executionTimeMs\": 1486.1620695863032,\n    \"clarification\": false,\n    \"followUpSuggestions\": [\n      \"string\",\n      \"string\"\n    ],\n    \"chart\": {\n      \"id\": \"string\",\n      \"mark\": \"line\",\n      \"actionTitle\": \"string\",\n      \"sourceLabel\": \"string\",\n      \"data\": [\n        {\n          \"key_0\": {},\n          \"key_1\": {},\n          \"key_2\": {}\n        },\n        {\n          \"key_0\": {},\n          \"key_1\": {}\n        }\n      ],\n      \"encoding\": {\n        \"x\": {\n          \"field\": \"string\",\n          \"type\": \"string\",\n          \"label\": \"string\"\n        },\n        \"y\": {\n          \"field\": \"string\",\n          \"type\": \"string\",\n          \"label\": \"string\"\n        },\n        \"series\": {\n          \"field\": \"string\",\n          \"label\": \"string\"\n        }\n      },\n      \"meta\": {\n        \"nRows\": 5045.568622269083,\n        \"queriedAt\": \"string\"\n      },\n      \"yUnit\": \"string\",\n      \"stacked100\": true\n    }\n  },\n  \"meta\": {\n    \"key_0\": {},\n    \"key_1\": {},\n    \"key_2\": {}\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "400f912c-661f-4a06-aa92-992339ad8fbe",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "analytics",
                    "chat",
                    "agent"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-API-Key",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"question\": \"string\",\n  \"session_id\": \"26e45ade-cd5e-0c35-ca11-88f2bd53cb67\",\n  \"stream\": false\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"message\": \"string\",\n    \"details\": \"\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "59710306-4a3a-4fae-88ac-d02edc710db3",
          "name": "List chat sessions",
          "request": {
            "name": "List chat sessions",
            "description": {
              "content": "List the authenticated user's agent chat sessions, ordered by most recently updated. Paginated with limit and offset query parameters.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v1",
                "analytics",
                "chat",
                "agent",
                "sessions"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "limit",
                  "value": "10"
                },
                {
                  "disabled": false,
                  "key": "offset",
                  "value": "0"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "3c8318e9-cf6a-470c-8a06-42bfc6eb387c",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "analytics",
                    "chat",
                    "agent",
                    "sessions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "limit",
                      "value": "10"
                    },
                    {
                      "key": "offset",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-API-Key",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": \"\",\n  \"meta\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "c11a137c-7c98-40ab-bfad-f43f0544f186",
          "name": "Get session history",
          "request": {
            "name": "Get session history",
            "description": {
              "content": "Get the conversation history for an agent session. Returns user and assistant turns with clarification flags, chart specs, and follow-up suggestions. Consumers can read expired sessions (read-only) but cannot continue them.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v1",
                "analytics",
                "chat",
                "agent",
                "session",
                ":id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "31551dad-31b3-a363-9fa6-45dcbfb1be32",
                  "key": "id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "459f5ae7-52cf-40e4-9e3d-72b0f284fab5",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "analytics",
                    "chat",
                    "agent",
                    "session",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "31551dad-31b3-a363-9fa6-45dcbfb1be32",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-API-Key",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"sessionId\": \"string\",\n    \"summary\": \"string\",\n    \"updatedAt\": \"1997-08-21T19:08:31.042Z\",\n    \"turns\": [\n      {\n        \"role\": \"string\",\n        \"content\": \"string\",\n        \"clarification\": true,\n        \"clarificationReply\": false,\n        \"followUpSuggestions\": [\n          \"string\",\n          \"string\"\n        ],\n        \"chart\": {\n          \"id\": \"string\",\n          \"mark\": \"line\",\n          \"actionTitle\": \"string\",\n          \"sourceLabel\": \"string\",\n          \"data\": [\n            {\n              \"key_0\": {}\n            },\n            {\n              \"key_0\": {},\n              \"key_1\": {},\n              \"key_2\": {},\n              \"key_3\": {}\n            }\n          ],\n          \"encoding\": {\n            \"x\": {\n              \"field\": \"string\",\n              \"type\": \"string\",\n              \"label\": \"string\"\n            },\n            \"y\": {\n              \"field\": \"string\",\n              \"type\": \"string\",\n              \"label\": \"string\"\n            },\n            \"series\": {\n              \"field\": \"string\",\n              \"label\": \"string\"\n            }\n          },\n          \"meta\": {\n            \"nRows\": 7783.852346768658,\n            \"queriedAt\": \"string\"\n          },\n          \"yUnit\": \"string\",\n          \"stacked100\": false\n        }\n      },\n      {\n        \"role\": \"string\",\n        \"content\": \"string\",\n        \"clarification\": true,\n        \"clarificationReply\": false,\n        \"followUpSuggestions\": [\n          \"string\",\n          \"string\"\n        ],\n        \"chart\": {\n          \"id\": \"string\",\n          \"mark\": \"line\",\n          \"actionTitle\": \"string\",\n          \"sourceLabel\": \"string\",\n          \"data\": [\n            {\n              \"key_0\": {},\n              \"key_1\": {}\n            },\n            {\n              \"key_0\": {},\n              \"key_1\": {},\n              \"key_2\": {}\n            }\n          ],\n          \"encoding\": {\n            \"x\": {\n              \"field\": \"string\",\n              \"type\": \"string\",\n              \"label\": \"string\"\n            },\n            \"y\": {\n              \"field\": \"string\",\n              \"type\": \"string\",\n              \"label\": \"string\"\n            },\n            \"series\": {\n              \"field\": \"string\",\n              \"label\": \"string\"\n            }\n          },\n          \"meta\": {\n            \"nRows\": 4257.993352474537,\n            \"queriedAt\": \"string\"\n          },\n          \"yUnit\": \"string\",\n          \"stacked100\": false\n        }\n      }\n    ]\n  },\n  \"meta\": {\n    \"key_0\": {}\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "fc8ff65d-9cce-421b-aa51-cb367ad71498",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "analytics",
                    "chat",
                    "agent",
                    "session",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "31551dad-31b3-a363-9fa6-45dcbfb1be32",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-API-Key",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"message\": \"string\",\n    \"details\": \"\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    }
  ],
  "event": [],
  "variable": [
    {
      "type": "string",
      "value": "https://api.izluks.lv",
      "key": "baseUrl"
    }
  ],
  "auth": {
    "type": "apikey",
    "apikey": [
      {
        "key": "key",
        "value": "X-API-Key"
      },
      {
        "key": "value",
        "value": "{{apiKey}}"
      },
      {
        "key": "in",
        "value": "header"
      }
    ]
  },
  "info": {
    "_postman_id": "5199eafb-3abf-4310-a731-29ed6a64c078",
    "name": "Latvian Business Registry API",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
    "description": {
      "content": "API for Latvian company data, financials, ownership, risk assessment, and sanctions screening.",
      "type": "text/plain"
    }
  }
}
