{
  "item": [
    {
      "id": "d0851295-bc38-4459-a635-3e134c302d93",
      "name": "System",
      "description": {
        "content": "Health checks and system status",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "a812b1fc-a1b4-43fa-a8cc-05895c2cf91b",
          "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": "de695344-4886-49ac-ba52-53812030bb0d",
              "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": "97dedd23-f5a0-4b72-892f-3438f5cea0b1",
              "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": "f65ed8d5-72b7-4a38-a455-beab48df37aa",
          "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": "69a255b5-26d7-4a8e-9492-926e06279a71",
              "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  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "d56d3a38-b2aa-44f8-af43-bd00ed5153bb",
      "name": "Companies",
      "description": {
        "content": "Company search, lookup, and comparison",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "d0bd46de-abd9-421b-a26b-b8752c503cd7",
          "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": "true",
                  "description": "Only return active companies"
                },
                {
                  "disabled": false,
                  "key": "region",
                  "value": "string",
                  "description": "Filter by region"
                },
                {
                  "disabled": false,
                  "key": "from",
                  "value": "6139-05-40",
                  "description": "Registered after date (YYYY-MM-DD)"
                },
                {
                  "disabled": false,
                  "key": "to",
                  "value": "6139-05-40",
                  "description": "Registered before date (YYYY-MM-DD)"
                },
                {
                  "disabled": false,
                  "key": "status",
                  "value": "string",
                  "description": "Company status filter"
                },
                {
                  "disabled": false,
                  "key": "format",
                  "value": "csv",
                  "description": "Response format"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "7cd33bfd-4416-41c6-9789-67129f19e840",
              "name": "OK",
              "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": "6139-05-40"
                    },
                    {
                      "key": "to",
                      "value": "6139-05-40"
                    },
                    {
                      "key": "status",
                      "value": "string"
                    },
                    {
                      "key": "format",
                      "value": "csv"
                    }
                  ],
                  "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  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c9e9558d-974d-43b1-ba6e-870c792bfad9",
              "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": "6139-05-40"
                    },
                    {
                      "key": "to",
                      "value": "6139-05-40"
                    },
                    {
                      "key": "status",
                      "value": "string"
                    },
                    {
                      "key": "format",
                      "value": "csv"
                    }
                  ],
                  "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": "fd2c175d-b508-45ff-b0a7-9416956dc940",
          "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": "30de0c4a-1170-4ebb-92fe-6f9a083dce71",
              "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  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "0ec08760-4cb5-4315-8aff-52beafd5b971",
          "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. Pagination is limited to a 10,000-row window: `(page − 1) × limit + limit` must not exceed 10,000 (deeper OFFSET walks are rejected with 400); `totalPages` in the response stays factual and may exceed the reachable window on broad queries — narrow the filters or use the CSV export for bulk access.",
              "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": "6139-05-40",
                  "description": "Registered after date (YYYY-MM-DD)"
                },
                {
                  "disabled": false,
                  "key": "registeredTo",
                  "value": "6139-05-40",
                  "description": "Registered before date (YYYY-MM-DD)"
                },
                {
                  "disabled": false,
                  "key": "revenueMin",
                  "value": "7719.411292768932",
                  "description": "Minimum revenue (EUR)"
                },
                {
                  "disabled": false,
                  "key": "revenueMax",
                  "value": "7719.411292768932",
                  "description": "Maximum revenue (EUR)"
                },
                {
                  "disabled": false,
                  "key": "profitMin",
                  "value": "7719.411292768932",
                  "description": "Minimum profit (EUR)"
                },
                {
                  "disabled": false,
                  "key": "profitMax",
                  "value": "7719.411292768932",
                  "description": "Maximum profit (EUR)"
                },
                {
                  "disabled": false,
                  "key": "assetsMin",
                  "value": "7719.411292768932",
                  "description": "Minimum total assets (EUR)"
                },
                {
                  "disabled": false,
                  "key": "assetsMax",
                  "value": "7719.411292768932",
                  "description": "Maximum total assets (EUR)"
                },
                {
                  "disabled": false,
                  "key": "equityMin",
                  "value": "7719.411292768932",
                  "description": "Minimum equity (EUR)"
                },
                {
                  "disabled": false,
                  "key": "equityMax",
                  "value": "7719.411292768932",
                  "description": "Maximum equity (EUR)"
                },
                {
                  "disabled": false,
                  "key": "employeesMin",
                  "value": "1207",
                  "description": "Minimum employee count"
                },
                {
                  "disabled": false,
                  "key": "employeesMax",
                  "value": "1207",
                  "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 ((page − 1) × limit + limit must be ≤ 10,000)"
                },
                {
                  "disabled": false,
                  "key": "limit",
                  "value": "20",
                  "description": "Results per page"
                },
                {
                  "disabled": false,
                  "key": "format",
                  "value": "csv",
                  "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": "7921b6bb-0367-41f0-aa40-75b032b22eb3",
              "name": "OK",
              "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": "6139-05-40"
                    },
                    {
                      "key": "registeredTo",
                      "value": "6139-05-40"
                    },
                    {
                      "key": "revenueMin",
                      "value": "7719.411292768932"
                    },
                    {
                      "key": "revenueMax",
                      "value": "7719.411292768932"
                    },
                    {
                      "key": "profitMin",
                      "value": "7719.411292768932"
                    },
                    {
                      "key": "profitMax",
                      "value": "7719.411292768932"
                    },
                    {
                      "key": "assetsMin",
                      "value": "7719.411292768932"
                    },
                    {
                      "key": "assetsMax",
                      "value": "7719.411292768932"
                    },
                    {
                      "key": "equityMin",
                      "value": "7719.411292768932"
                    },
                    {
                      "key": "equityMax",
                      "value": "7719.411292768932"
                    },
                    {
                      "key": "employeesMin",
                      "value": "1207"
                    },
                    {
                      "key": "employeesMax",
                      "value": "1207"
                    },
                    {
                      "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": "csv"
                    },
                    {
                      "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  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2bc7ca25-1062-4cc3-ad86-02f97170994c",
              "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": "6139-05-40"
                    },
                    {
                      "key": "registeredTo",
                      "value": "6139-05-40"
                    },
                    {
                      "key": "revenueMin",
                      "value": "7719.411292768932"
                    },
                    {
                      "key": "revenueMax",
                      "value": "7719.411292768932"
                    },
                    {
                      "key": "profitMin",
                      "value": "7719.411292768932"
                    },
                    {
                      "key": "profitMax",
                      "value": "7719.411292768932"
                    },
                    {
                      "key": "assetsMin",
                      "value": "7719.411292768932"
                    },
                    {
                      "key": "assetsMax",
                      "value": "7719.411292768932"
                    },
                    {
                      "key": "equityMin",
                      "value": "7719.411292768932"
                    },
                    {
                      "key": "equityMax",
                      "value": "7719.411292768932"
                    },
                    {
                      "key": "employeesMin",
                      "value": "1207"
                    },
                    {
                      "key": "employeesMax",
                      "value": "1207"
                    },
                    {
                      "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": "csv"
                    },
                    {
                      "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": "b8132e49-1547-48b8-a824-3ec264e706c5",
          "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. Rate-limited to 30 requests per minute per caller.",
              "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.9009557781109669",
                  "description": "Minimum similarity score (0-1); values below 0.2 are clamped to 0.2"
                },
                {
                  "disabled": false,
                  "key": "format",
                  "value": "csv",
                  "description": "Response format"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "b88e2621-87dd-4e02-8404-b16423e7a00d",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "companies",
                    "match"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "q",
                      "value": "string"
                    },
                    {
                      "key": "limit",
                      "value": "5"
                    },
                    {
                      "key": "threshold",
                      "value": "0.9009557781109669"
                    },
                    {
                      "key": "format",
                      "value": "csv"
                    }
                  ],
                  "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  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "843fd7a7-34c4-4f90-a03e-f4176c18b51f",
              "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.9009557781109669"
                    },
                    {
                      "key": "format",
                      "value": "csv"
                    }
                  ],
                  "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": "4140d99f-4ace-4ce4-aca4-e5ff534f960f",
          "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    \"84401311\"\n  ]\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "75cf7730-a740-494c-ba8a-6c6647f1ecc5",
              "name": "OK",
              "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    \"84401311\"\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  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f3321997-ac1f-4d24-9ae1-85d657b251b1",
              "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    \"84401311\"\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": "43f1096d-bde4-4464-b46a-929cad962774",
          "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    \"56230395\",\n    \"T5075316630\"\n  ],\n  \"year\": 1909\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "1a1bbf78-3dcf-47ab-96c1-b9d71b62e6e6",
              "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    \"56230395\",\n    \"T5075316630\"\n  ],\n  \"year\": 1909\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  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "33360a8a-bf25-4adb-b293-7673e880c18f",
              "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    \"56230395\",\n    \"T5075316630\"\n  ],\n  \"year\": 1909\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": "a6d8dbc7-237a-46d5-a37f-1a12dd05c5c5",
          "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": "T2435554256",
                  "key": "regcode",
                  "description": "(Required) Company registration code"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "12655e9e-3b94-45c4-bbbb-58dc2d39e151",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "companies",
                    ":regcode"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "T2435554256",
                      "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  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a170b82d-1048-4a95-bf41-79ad920f8d01",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "companies",
                    ":regcode"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "T2435554256",
                      "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": "ed1e6e91-57be-478d-88db-73bf895f5087",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "companies",
                    ":regcode"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "T2435554256",
                      "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": "7d7d2bda-9f8e-4fae-b797-899b38540537",
          "name": "Company ownership & control history",
          "request": {
            "name": "Company ownership & control history",
            "description": {
              "content": "Retrieves and normalizes a company's full legal-entity history from the registry — past and present shareholders, officers/representatives, beneficial owners (with control chain), capital structure, and a corporate timeline (name/address/legal-form changes, reorganizations, liquidations, suspensions, securing measures, activity prohibitions, NACE history). Live fetch, credit-gated (5 credits); refunded if retrieval fails. PII is masked.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v1",
                "companies",
                ":regcode",
                "history"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "T2435554256",
                  "key": "regcode",
                  "description": "(Required) Company registration code"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "f6a04842-63af-439e-a837-8197042fdf21",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "companies",
                    ":regcode",
                    "history"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "T2435554256",
                      "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  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0e15c5f1-875e-42e1-9826-b465ae15b85e",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "companies",
                    ":regcode",
                    "history"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "T2435554256",
                      "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": "d1c297e3-2195-4630-adcd-d95e6de2bf23",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "companies",
                    ":regcode",
                    "history"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "T2435554256",
                      "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": "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": "f2042a1c-3647-49b6-86df-94b116570ffa",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "companies",
                    ":regcode",
                    "history"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "T2435554256",
                      "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": "c99473b8-8955-4653-acbf-456a43667590",
          "name": "Export the company history as a PDF (free)",
          "request": {
            "name": "Export the company history as a PDF (free)",
            "description": {
              "content": "Renders the already-generated company history (shareholders, officers/representatives, beneficial owners, capital, procurations, decisive influence, and corporate timeline) as a branded PDF. Free — does not charge credits — but requires the history to have been generated first (via GET /companies/{regcode}/history). Returns 409 HISTORY_NOT_GENERATED when no cached history exists. Locale controls the report language (`en` default; `lv` also available).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v1",
                "companies",
                ":regcode",
                "history",
                "report"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "locale",
                  "value": "en",
                  "description": "Report language"
                }
              ],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "T2435554256",
                  "key": "regcode",
                  "description": "(Required) Company registration code"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/pdf"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "b4bd6164-f5cd-4daf-b45d-c4b757877ad9",
              "name": "Company history PDF export",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "companies",
                    ":regcode",
                    "history",
                    "report"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "locale",
                      "value": "en"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "T2435554256",
                      "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/pdf"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/pdf"
                }
              ],
              "body": "string",
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "206ae2ae-41c9-46c7-9d2b-16532f1c74ad",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "companies",
                    ":regcode",
                    "history",
                    "report"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "locale",
                      "value": "en"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "T2435554256",
                      "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": "2ac2ff60-fb86-45b3-a6aa-9329cf73df1c",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "companies",
                    ":regcode",
                    "history",
                    "report"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "locale",
                      "value": "en"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "T2435554256",
                      "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": "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": "41505f09-4323-4bc7-be2e-2a616910f8df",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "companies",
                    ":regcode",
                    "history",
                    "report"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "locale",
                      "value": "en"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "T2435554256",
                      "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": "Conflict",
              "code": 409,
              "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": "2c6c29ac-b2b4-4706-817d-cafb53d84c27",
          "name": "Generate a Site Profile for a company",
          "request": {
            "name": "Generate a Site Profile for a company",
            "description": {
              "content": "Deeper read of a company sourced from its own_domain website. Live retrieval, NLI-gated, credit-charged (5), refunded on abstain (domain_unconfirmed, no_pages_fetched, extraction_empty, nli_dropped_all) and on throw. When SITE_PROFILE_PROMO_FREE is on, the charge is skipped entirely (no refund is issued, since none was charged). Rate-limited 5/minute per user. Feature-flagged via COMPANY_SITE_PROFILE_FEATURE_ENABLED.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v1",
                "companies",
                ":regcode",
                "site-profile"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "locale",
                  "value": "lv",
                  "description": "Output language for the generated summary"
                }
              ],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "T2435554256",
                  "key": "regcode",
                  "description": "(Required) Company registration code"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": null
          },
          "response": [
            {
              "id": "607cbd96-03dc-4c73-90cb-5e22b70db067",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "companies",
                    ":regcode",
                    "site-profile"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "locale",
                      "value": "lv"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "T2435554256",
                      "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": "POST",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"summary_md\": \"string\",\n    \"sectors\": [\n      \"string\",\n      \"string\"\n    ],\n    \"products\": [\n      \"string\",\n      \"string\"\n    ],\n    \"geography\": [\n      \"string\",\n      \"string\"\n    ],\n    \"scale_signals\": [\n      \"string\",\n      \"string\"\n    ],\n    \"contacts\": {\n      \"phones\": [\n        \"string\",\n        \"string\"\n      ],\n      \"emails\": [\n        \"string\",\n        \"string\"\n      ],\n      \"address\": \"string\",\n      \"named\": [\n        {\n          \"name\": \"string\",\n          \"role\": \"string\",\n          \"email\": \"string\",\n          \"phone\": \"string\"\n        },\n        {\n          \"name\": \"string\",\n          \"role\": \"string\",\n          \"email\": \"string\",\n          \"phone\": \"string\"\n        }\n      ]\n    },\n    \"content_pool\": [\n      {\n        \"url\": \"string\",\n        \"title\": \"string\",\n        \"text\": \"string\"\n      },\n      {\n        \"url\": \"string\",\n        \"title\": \"string\",\n        \"text\": \"string\"\n      }\n    ],\n    \"abstained\": false,\n    \"abstain_reason\": \"domain_unconfirmed\",\n    \"built_at\": \"string\",\n    \"served_from\": \"live\",\n    \"content_hash\": \"string\",\n    \"age_hours\": 12,\n    \"forced\": true\n  },\n  \"meta\": {\n    \"key_0\": {}\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ec7446c9-ba27-42b5-8e3f-1407ce2a916d",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "companies",
                    ":regcode",
                    "site-profile"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "locale",
                      "value": "lv"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "T2435554256",
                      "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": "POST",
                "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": "3971bfc0-a122-4b63-8890-ffb349b863fb",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "companies",
                    ":regcode",
                    "site-profile"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "locale",
                      "value": "lv"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "T2435554256",
                      "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": "POST",
                "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": "5aa5af14-7905-41bc-921c-151a7f3ebdb8",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "companies",
                    ":regcode",
                    "site-profile"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "locale",
                      "value": "lv"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "T2435554256",
                      "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": "POST",
                "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": "5f7302d9-52d6-4b50-b864-4b767ee96553",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "companies",
                    ":regcode",
                    "site-profile"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "locale",
                      "value": "lv"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "T2435554256",
                      "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": "POST",
                "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"
            },
            {
              "id": "2a24b977-4ebf-4235-99a7-1ffeca40db95",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "companies",
                    ":regcode",
                    "site-profile"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "locale",
                      "value": "lv"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "T2435554256",
                      "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": "POST",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "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": "bdee0dcd-216f-4b91-8693-d5f3a9191520",
          "name": "Read a cached Company Site Profile",
          "request": {
            "name": "Read a cached Company Site Profile",
            "description": {
              "content": "Returns the cached site profile written by a prior paid POST. Free (no credits, no rate limit). Returns 404 SITE_PROFILE_NOT_GENERATED when the cache row is absent, older than COMPANY_SITE_PROFILE_CACHE_TTL_HOURS (default 1440h / 60d), or the inferred own-domain has changed since the row was written. Feature-flagged via COMPANY_SITE_PROFILE_FEATURE_ENABLED.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v1",
                "companies",
                ":regcode",
                "site-profile"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "locale",
                  "value": "lv",
                  "description": "Output language for the generated summary"
                }
              ],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "T2435554256",
                  "key": "regcode",
                  "description": "(Required) Company registration code"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "8d57c2ea-6e0b-436a-b4b9-ab5417b4aa80",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "companies",
                    ":regcode",
                    "site-profile"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "locale",
                      "value": "lv"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "T2435554256",
                      "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    \"summary_md\": \"string\",\n    \"sectors\": [\n      \"string\",\n      \"string\"\n    ],\n    \"products\": [\n      \"string\",\n      \"string\"\n    ],\n    \"geography\": [\n      \"string\",\n      \"string\"\n    ],\n    \"scale_signals\": [\n      \"string\",\n      \"string\"\n    ],\n    \"contacts\": {\n      \"phones\": [\n        \"string\",\n        \"string\"\n      ],\n      \"emails\": [\n        \"string\",\n        \"string\"\n      ],\n      \"address\": \"string\",\n      \"named\": [\n        {\n          \"name\": \"string\",\n          \"role\": \"string\",\n          \"email\": \"string\",\n          \"phone\": \"string\"\n        },\n        {\n          \"name\": \"string\",\n          \"role\": \"string\",\n          \"email\": \"string\",\n          \"phone\": \"string\"\n        }\n      ]\n    },\n    \"content_pool\": [\n      {\n        \"url\": \"string\",\n        \"title\": \"string\",\n        \"text\": \"string\"\n      },\n      {\n        \"url\": \"string\",\n        \"title\": \"string\",\n        \"text\": \"string\"\n      }\n    ],\n    \"abstained\": false,\n    \"abstain_reason\": \"domain_unconfirmed\",\n    \"built_at\": \"string\",\n    \"served_from\": \"live\",\n    \"content_hash\": \"string\",\n    \"age_hours\": 12,\n    \"forced\": true\n  },\n  \"meta\": {\n    \"key_0\": {}\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "54df54b3-b16e-447f-be1e-743e81f38f1c",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "companies",
                    ":regcode",
                    "site-profile"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "locale",
                      "value": "lv"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "T2435554256",
                      "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": "251b1bb4-709a-40f2-8787-8afd1652ce9f",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "companies",
                    ":regcode",
                    "site-profile"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "locale",
                      "value": "lv"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "T2435554256",
                      "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": "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": "e838da77-b244-45f5-bd52-9c33381389f5",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "companies",
                    ":regcode",
                    "site-profile"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "locale",
                      "value": "lv"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "T2435554256",
                      "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"
            },
            {
              "id": "80f3f554-136d-4230-bfbf-54cd8e2da652",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "companies",
                    ":regcode",
                    "site-profile"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "locale",
                      "value": "lv"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "T2435554256",
                      "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": "Internal Server Error",
              "code": 500,
              "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": "2321910f-fbfe-44be-b0d6-91add2330d17",
          "name": "Rate a Site Profile",
          "request": {
            "name": "Rate a Site Profile",
            "description": {
              "content": "Submit write-once thumbs-up/down feedback (optional comment, max 2000 chars) for one profile version, identified by (regcode, locale, built_at). Idempotent per (user, profile version) — the first submission is final. Free: no credits, rate-limited 5/minute per user. Feature-flagged via COMPANY_SITE_PROFILE_FEATURE_ENABLED.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v1",
                "companies",
                ":regcode",
                "site-profile",
                "feedback"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "T2435554256",
                  "key": "regcode",
                  "description": "(Required) Company registration code"
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": null,
            "body": {
              "mode": "raw",
              "raw": "{\n  \"locale\": \"lv\",\n  \"built_at\": \"2023-10-06T02:25:03.570Z\",\n  \"rating\": \"up\",\n  \"comment\": \"string\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "79675dcd-6d5f-43b7-92dd-ddbc6b8342d8",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "companies",
                    ":regcode",
                    "site-profile",
                    "feedback"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "T2435554256",
                      "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": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"locale\": \"lv\",\n  \"built_at\": \"2023-10-06T02:25:03.570Z\",\n  \"rating\": \"up\",\n  \"comment\": \"string\"\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  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e50af9d4-4027-4a7d-869e-33a9e0bed893",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "companies",
                    ":regcode",
                    "site-profile",
                    "feedback"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "T2435554256",
                      "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": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"locale\": \"lv\",\n  \"built_at\": \"2023-10-06T02:25:03.570Z\",\n  \"rating\": \"up\",\n  \"comment\": \"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"
            },
            {
              "id": "6ae03781-f35c-43d4-a6ca-a4697581a1e8",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "companies",
                    ":regcode",
                    "site-profile",
                    "feedback"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "T2435554256",
                      "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": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"locale\": \"lv\",\n  \"built_at\": \"2023-10-06T02:25:03.570Z\",\n  \"rating\": \"up\",\n  \"comment\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "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": "6ccf8103-2e64-4be0-a24b-f6d4f00a6d71",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "companies",
                    ":regcode",
                    "site-profile",
                    "feedback"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "T2435554256",
                      "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": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"locale\": \"lv\",\n  \"built_at\": \"2023-10-06T02:25:03.570Z\",\n  \"rating\": \"up\",\n  \"comment\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "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": "22340eb1-35ad-4c11-a1b5-ca380872f561",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "companies",
                    ":regcode",
                    "site-profile",
                    "feedback"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "T2435554256",
                      "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": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"locale\": \"lv\",\n  \"built_at\": \"2023-10-06T02:25:03.570Z\",\n  \"rating\": \"up\",\n  \"comment\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "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"
            },
            {
              "id": "6a2af518-0df6-442f-a604-d7e770c6c619",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "companies",
                    ":regcode",
                    "site-profile",
                    "feedback"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "T2435554256",
                      "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": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"locale\": \"lv\",\n  \"built_at\": \"2023-10-06T02:25:03.570Z\",\n  \"rating\": \"up\",\n  \"comment\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "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": "b7aaf15a-a519-4736-a414-85fd51f39b9e",
      "name": "Financials",
      "description": {
        "content": "Financial history, ratios, benchmarks, and rankings",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "c2243244-de69-4886-a847-6ef8622565ee",
          "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": "T2435554256",
                  "key": "regcode",
                  "description": "(Required) Company registration code"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "6715aa52-83bc-4dcd-992f-b73889e03d05",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "companies",
                    ":regcode",
                    "financials"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "years",
                      "value": "5"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "T2435554256",
                      "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  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "299d3f83-766f-4b44-9894-45bc34440c41",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "companies",
                    ":regcode",
                    "financials"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "years",
                      "value": "5"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "T2435554256",
                      "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": "98e51280-9283-4c18-baed-7ccb7de96035",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "companies",
                    ":regcode",
                    "financials"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "years",
                      "value": "5"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "T2435554256",
                      "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": "fce3ee9a-140b-407b-8d74-b92e72d37018",
          "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": "csv",
                  "description": "Response format"
                }
              ],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "T2435554256",
                  "key": "regcode",
                  "description": "(Required) Company registration code"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "34ef567b-7e8b-47d7-aacf-24b141aa13c4",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "companies",
                    ":regcode",
                    "ratios"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "years",
                      "value": "5"
                    },
                    {
                      "key": "format",
                      "value": "csv"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "T2435554256",
                      "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  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b0d69082-ce72-4d8e-b5f6-4f448481d874",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "companies",
                    ":regcode",
                    "ratios"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "years",
                      "value": "5"
                    },
                    {
                      "key": "format",
                      "value": "csv"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "T2435554256",
                      "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": "03d25c0b-f83b-41f8-8e06-fd944271a738",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "companies",
                    ":regcode",
                    "ratios"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "years",
                      "value": "5"
                    },
                    {
                      "key": "format",
                      "value": "csv"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "T2435554256",
                      "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": "5518401c-e004-4f8b-bf2a-21288aff35fb",
          "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": "2054",
                  "description": "Financial year to benchmark"
                },
                {
                  "disabled": false,
                  "key": "format",
                  "value": "csv",
                  "description": "Response format"
                }
              ],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "T2435554256",
                  "key": "regcode",
                  "description": "(Required) Company registration code"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "1a4e4e09-d555-4fe1-a89c-d0278b8c2347",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "companies",
                    ":regcode",
                    "benchmark"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "year",
                      "value": "2054"
                    },
                    {
                      "key": "format",
                      "value": "csv"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "T2435554256",
                      "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  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "765cbf70-a80d-44f7-ad19-a22eae1f430d",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "companies",
                    ":regcode",
                    "benchmark"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "year",
                      "value": "2054"
                    },
                    {
                      "key": "format",
                      "value": "csv"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "T2435554256",
                      "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": "d7918314-d046-45e2-b686-d5f47cb03a4f",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "companies",
                    ":regcode",
                    "benchmark"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "year",
                      "value": "2054"
                    },
                    {
                      "key": "format",
                      "value": "csv"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "T2435554256",
                      "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": "8130a192-6b62-48fa-882c-f7a509dcfef8",
          "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": "csv",
                  "description": "Response format"
                }
              ],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "T2435554256",
                  "key": "regcode",
                  "description": "(Required) Company registration code"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "c543d1e2-706e-42e2-b0b4-f6f237d3d92e",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "companies",
                    ":regcode",
                    "peers"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "limit",
                      "value": "10"
                    },
                    {
                      "key": "format",
                      "value": "csv"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "T2435554256",
                      "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  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1845d635-698e-4565-b2a2-5df987cfa92c",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "companies",
                    ":regcode",
                    "peers"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "limit",
                      "value": "10"
                    },
                    {
                      "key": "format",
                      "value": "csv"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "T2435554256",
                      "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": "f40880ea-149c-48d9-8ff8-49eda70b4839",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "companies",
                    ":regcode",
                    "peers"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "limit",
                      "value": "10"
                    },
                    {
                      "key": "format",
                      "value": "csv"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "T2435554256",
                      "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": "018ff2c7-ccc1-41c8-918d-f7bd1ce826f2",
          "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": "2054",
                  "description": "Financial year"
                },
                {
                  "disabled": false,
                  "key": "format",
                  "value": "csv",
                  "description": "Response format"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "496c5d0c-80af-459b-bf64-00f5a5f00c24",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "analytics",
                    "top"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "metric",
                      "value": "revenue"
                    },
                    {
                      "key": "limit",
                      "value": "10"
                    },
                    {
                      "key": "year",
                      "value": "2054"
                    },
                    {
                      "key": "format",
                      "value": "csv"
                    }
                  ],
                  "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  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d7118225-9a6f-4493-852f-26bb25d4b0c4",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "analytics",
                    "top"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "metric",
                      "value": "revenue"
                    },
                    {
                      "key": "limit",
                      "value": "10"
                    },
                    {
                      "key": "year",
                      "value": "2054"
                    },
                    {
                      "key": "format",
                      "value": "csv"
                    }
                  ],
                  "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": "f138f653-808e-44ea-81e4-f9c343b14e27",
          "name": "Export financial statements as XLSX",
          "request": {
            "name": "Export financial statements as XLSX",
            "description": {
              "content": "Downloads the company's filed annual statements as a workbook — a summary sheet plus one sheet each for the profit-and-loss account, the balance sheet and the cash-flow statement, with the filed years as columns running oldest to newest. Each year carries its own currency (pre-2014 filings are in LVL and are never converted) and its consolidated-or-standalone scope, and a statement no year filed is left out rather than printed empty. Free of charge but requires a signed-in session; a free account exports the three most recent filed years, a subscription exports the full history. Labels follow `locale` (`lv` default; `en` also available). Rate-limited to 10 per minute.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v1",
                "companies",
                ":regcode",
                "financials",
                "export.xlsx"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "locale",
                  "value": "lv",
                  "description": "Label language for the exported file"
                }
              ],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "T2435554256",
                  "key": "regcode",
                  "description": "(Required) Company registration code"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "8643931c-ee53-4b90-a1f3-05b0c57c7569",
              "name": "Financial statements as an XLSX workbook",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "companies",
                    ":regcode",
                    "financials",
                    "export.xlsx"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "locale",
                      "value": "lv"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "T2435554256",
                      "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/vnd.openxmlformats-officedocument.spreadsheetml.sheet"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"
                }
              ],
              "body": "string",
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "4481a287-b97a-4501-8557-d2b0c257e801",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "companies",
                    ":regcode",
                    "financials",
                    "export.xlsx"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "locale",
                      "value": "lv"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "T2435554256",
                      "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": "f35a5ad7-6c0f-4888-a73e-4877b885b7ca",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "companies",
                    ":regcode",
                    "financials",
                    "export.xlsx"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "locale",
                      "value": "lv"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "T2435554256",
                      "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": "Unauthorized",
              "code": 401,
              "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": "bbdf143b-8260-4cf7-acd8-afa2a364201c",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "companies",
                    ":regcode",
                    "financials",
                    "export.xlsx"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "locale",
                      "value": "lv"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "T2435554256",
                      "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": "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": "18050fdc-3ff5-4ba2-b36b-a44f134e4acf",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "companies",
                    ":regcode",
                    "financials",
                    "export.xlsx"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "locale",
                      "value": "lv"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "T2435554256",
                      "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": "d2f3a20a-7b36-44b7-927a-f070d116ecc6",
          "name": "Export financial statements as CSV",
          "request": {
            "name": "Export financial statements as CSV",
            "description": {
              "content": "The same filed statements as the XLSX export, delivered as one CSV with the profit-and-loss account, balance sheet and cash-flow statement stacked as labelled sections sharing the same year columns, oldest to newest. Values are raw numbers with no locale formatting, and a missing figure is an empty cell rather than a zero. The body is UTF-8 and begins with a byte-order mark (U+FEFF) so Excel on Windows reads Latvian labels correctly — strip it before parsing if your reader does not. Free of charge but requires a signed-in session; a free account exports the three most recent filed years, a subscription exports the full history. Labels follow `locale` (`lv` default; `en` also available). Rate-limited to 10 per minute.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v1",
                "companies",
                ":regcode",
                "financials",
                "export.csv"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "locale",
                  "value": "lv",
                  "description": "Label language for the exported file"
                }
              ],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "T2435554256",
                  "key": "regcode",
                  "description": "(Required) Company registration code"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "text/csv"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "4766cf2c-f6e0-43cc-9aa2-f96fd8072ed9",
              "name": "Financial statements as CSV",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "companies",
                    ":regcode",
                    "financials",
                    "export.csv"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "locale",
                      "value": "lv"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "T2435554256",
                      "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": "text/csv"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/csv"
                }
              ],
              "body": "string",
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "c08d90ed-17e8-43ec-bdde-bd509ec6d010",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "companies",
                    ":regcode",
                    "financials",
                    "export.csv"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "locale",
                      "value": "lv"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "T2435554256",
                      "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": "e1c57370-488b-42de-a3c9-373b234393ef",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "companies",
                    ":regcode",
                    "financials",
                    "export.csv"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "locale",
                      "value": "lv"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "T2435554256",
                      "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": "Unauthorized",
              "code": 401,
              "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": "0c08781d-c473-4b2c-a508-3f0b664d6d66",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "companies",
                    ":regcode",
                    "financials",
                    "export.csv"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "locale",
                      "value": "lv"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "T2435554256",
                      "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": "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": "a8c6a5c7-4a6c-4238-876d-2309b478cec2",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "companies",
                    ":regcode",
                    "financials",
                    "export.csv"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "locale",
                      "value": "lv"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "T2435554256",
                      "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": "06f0ba93-c266-4962-ac5c-eb912c03c194",
      "name": "Ownership",
      "description": {
        "content": "Ownership structure, chains, and history",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "9b11d8f2-7ff9-40f9-b41b-df50ae7011da",
          "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": "T2435554256",
                  "key": "regcode",
                  "description": "(Required) Company registration code"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "ccc1a168-0a64-405f-80a8-cd9855e7b22a",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "companies",
                    ":regcode",
                    "owners"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "depth",
                      "value": "10"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "T2435554256",
                      "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  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "62186fff-22d5-4c32-92ef-364e3f2c6992",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "companies",
                    ":regcode",
                    "owners"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "depth",
                      "value": "10"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "T2435554256",
                      "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": "bb4fbbcf-5c84-492e-8c10-84906b0c94aa",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "companies",
                    ":regcode",
                    "owners"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "depth",
                      "value": "10"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "T2435554256",
                      "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": "bc0168cb-cacf-4592-becd-4d4b666a6ebe",
          "name": "Paginated direct shareholders",
          "request": {
            "name": "Paginated direct shareholders",
            "description": {
              "content": "Direct shareholders for a company, paginated. The unpaginated profile endpoint embeds only the first page; use this endpoint to walk the full list. Set `kind=sia` for private LLC shareholders, `kind=as` for joint-stock shareholders, `kind=partnership` for KS/PS partnership members. sia/as are sorted by share count descending; partnership members are sorted general partners first, then by contribution value — KS/PS 'shares' are not ownership fractions, so no percentages apply.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v1",
                "companies",
                ":regcode",
                "shareholders"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "kind",
                  "value": "sia",
                  "description": "(Required) Shareholder kind: 'sia' (private LLC), 'as' (joint-stock), or 'partnership' (KS/PS members — contribution values, not ownership percentages)."
                },
                {
                  "disabled": false,
                  "key": "limit",
                  "value": "20",
                  "description": "Page size (max 100)."
                },
                {
                  "disabled": false,
                  "key": "offset",
                  "value": "0",
                  "description": "Row offset for pagination."
                }
              ],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "T2435554256",
                  "key": "regcode",
                  "description": "(Required) Company registration code"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "29dfc5db-8cc4-4e5c-aa8d-64acc86867fa",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "companies",
                    ":regcode",
                    "shareholders"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "kind",
                      "value": "sia"
                    },
                    {
                      "key": "limit",
                      "value": "20"
                    },
                    {
                      "key": "offset",
                      "value": "0"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "T2435554256",
                      "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  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d46ac1d3-795a-4fef-9e69-96f1010d4c0e",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "companies",
                    ":regcode",
                    "shareholders"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "kind",
                      "value": "sia"
                    },
                    {
                      "key": "limit",
                      "value": "20"
                    },
                    {
                      "key": "offset",
                      "value": "0"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "T2435554256",
                      "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": "4eb06b28-a9fc-427c-a900-74cfe997eb3a",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "companies",
                    ":regcode",
                    "shareholders"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "kind",
                      "value": "sia"
                    },
                    {
                      "key": "limit",
                      "value": "20"
                    },
                    {
                      "key": "offset",
                      "value": "0"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "T2435554256",
                      "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": "b37f01b7-24c4-4726-bd4a-bd4b0d018a6f",
          "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": "T2435554256",
                  "key": "regcode",
                  "description": "(Required) Company registration code"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "07ae2135-5b7d-4e92-b991-0a29d8c45f45",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "companies",
                    ":regcode",
                    "holdings"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "depth",
                      "value": "10"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "T2435554256",
                      "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  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8673125e-4b33-4d4f-87d6-5f345fad1ffd",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "companies",
                    ":regcode",
                    "holdings"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "depth",
                      "value": "10"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "T2435554256",
                      "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": "9e601380-5f94-4050-8351-d38d25a9c086",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "companies",
                    ":regcode",
                    "holdings"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "depth",
                      "value": "10"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "T2435554256",
                      "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": "4daad159-5e36-4631-8abf-4db3ad1cf735",
          "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": "b538d988-d19d-46ea-a35d-ddc5070abe54",
              "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  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f8f404f0-ca9c-4719-8c89-57a879725e01",
              "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": "a898cf96-3bb4-4286-9330-bf2bd154421e",
              "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": "aa3f7706-d58a-4277-8bdc-99724f6eaec8",
          "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": "6139-05-40",
                  "description": "Start date (YYYY-MM-DD)"
                },
                {
                  "disabled": false,
                  "key": "to",
                  "value": "6139-05-40",
                  "description": "End date (YYYY-MM-DD)"
                },
                {
                  "disabled": false,
                  "key": "limit",
                  "value": "500",
                  "description": "Maximum events to return"
                },
                {
                  "disabled": false,
                  "key": "format",
                  "value": "csv",
                  "description": "Response format"
                }
              ],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "T2435554256",
                  "key": "regcode",
                  "description": "(Required) Company registration code"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "fe452a4d-2465-4339-a865-c55da9c3a75f",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "companies",
                    ":regcode",
                    "ownership-history"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "from",
                      "value": "6139-05-40"
                    },
                    {
                      "key": "to",
                      "value": "6139-05-40"
                    },
                    {
                      "key": "limit",
                      "value": "500"
                    },
                    {
                      "key": "format",
                      "value": "csv"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "T2435554256",
                      "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  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "91f94921-c5a6-4d2b-b6a2-032850820315",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "companies",
                    ":regcode",
                    "ownership-history"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "from",
                      "value": "6139-05-40"
                    },
                    {
                      "key": "to",
                      "value": "6139-05-40"
                    },
                    {
                      "key": "limit",
                      "value": "500"
                    },
                    {
                      "key": "format",
                      "value": "csv"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "T2435554256",
                      "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": "f6f4fc79-cbf9-4c4f-9292-a6eece4d1ab6",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "companies",
                    ":regcode",
                    "ownership-history"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "from",
                      "value": "6139-05-40"
                    },
                    {
                      "key": "to",
                      "value": "6139-05-40"
                    },
                    {
                      "key": "limit",
                      "value": "500"
                    },
                    {
                      "key": "format",
                      "value": "csv"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "T2435554256",
                      "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": "0ebe5986-14ea-4bbd-ad02-856f5c75a90b",
          "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": "6139-05-40",
                  "description": "Start date (YYYY-MM-DD)"
                },
                {
                  "disabled": false,
                  "key": "to",
                  "value": "6139-05-40",
                  "description": "End date (YYYY-MM-DD)"
                },
                {
                  "disabled": false,
                  "key": "limit",
                  "value": "500",
                  "description": "Maximum events to return"
                },
                {
                  "disabled": false,
                  "key": "format",
                  "value": "csv",
                  "description": "Response format"
                }
              ],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "T2435554256",
                  "key": "regcode",
                  "description": "(Required) Company registration code"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "e0f00abb-3eb4-42f6-9784-60b37fd6c58d",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "companies",
                    ":regcode",
                    "timeline"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "from",
                      "value": "6139-05-40"
                    },
                    {
                      "key": "to",
                      "value": "6139-05-40"
                    },
                    {
                      "key": "limit",
                      "value": "500"
                    },
                    {
                      "key": "format",
                      "value": "csv"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "T2435554256",
                      "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  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "417be878-7106-4b4e-b7b3-c85101130f08",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "companies",
                    ":regcode",
                    "timeline"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "from",
                      "value": "6139-05-40"
                    },
                    {
                      "key": "to",
                      "value": "6139-05-40"
                    },
                    {
                      "key": "limit",
                      "value": "500"
                    },
                    {
                      "key": "format",
                      "value": "csv"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "T2435554256",
                      "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": "8ffd3d00-26be-44b2-a7a0-3762680de202",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "companies",
                    ":regcode",
                    "timeline"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "from",
                      "value": "6139-05-40"
                    },
                    {
                      "key": "to",
                      "value": "6139-05-40"
                    },
                    {
                      "key": "limit",
                      "value": "500"
                    },
                    {
                      "key": "format",
                      "value": "csv"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "T2435554256",
                      "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": "ba64c61b-6c7f-485a-b8a7-18303d91f7b1",
          "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": "T2435554256",
                  "key": "regcode",
                  "description": "(Required) Company registration code"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "5c58d95d-bea7-40a0-81b9-b94b1f632041",
              "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": "T2435554256",
                      "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  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "aa4b8b43-bba0-4f0c-83d1-45b7ea026e74",
              "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": "T2435554256",
                      "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": "8da11ff3-e97b-4a89-824f-48076300dc61",
              "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": "T2435554256",
                      "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": "4554fc3b-7264-46ea-91ba-480dfdcfc7cd",
      "name": "Risk",
      "description": {
        "content": "Risk assessment, screening, and AML reports",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "58d10c1c-ffbc-44ea-bb8d-9e239b8e543b",
          "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": "csv",
                  "description": "Response format"
                }
              ],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "T2435554256",
                  "key": "regcode",
                  "description": "(Required) Company registration code"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "5a231f23-da95-4061-80bc-512d60f2b567",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "companies",
                    ":regcode",
                    "risk"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "format",
                      "value": "csv"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "T2435554256",
                      "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  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "18b2dbe1-6768-419d-a0d3-913d706c7e1f",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "companies",
                    ":regcode",
                    "risk"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "format",
                      "value": "csv"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "T2435554256",
                      "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": "8dd3beb6-dd8e-4d94-adb5-3824a1f8e890",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "companies",
                    ":regcode",
                    "risk"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "format",
                      "value": "csv"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "T2435554256",
                      "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": "05ac1c0d-eed9-4d1b-af6f-aa025655ee30",
          "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": "csv",
                  "description": "Response format"
                }
              ],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "T2435554256",
                  "key": "regcode",
                  "description": "(Required) Company registration code"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "6c4abbde-796f-4078-a776-a9a0653f05fc",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "companies",
                    ":regcode",
                    "screening"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "format",
                      "value": "csv"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "T2435554256",
                      "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  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8058f357-d066-46ad-a641-f613321fee0a",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "companies",
                    ":regcode",
                    "screening"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "format",
                      "value": "csv"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "T2435554256",
                      "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": "2f2b31cf-f695-43f2-a8e0-23fa22739232",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "companies",
                    ":regcode",
                    "screening"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "format",
                      "value": "csv"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "T2435554256",
                      "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": "cea7e924-756c-41a6-a59f-0c3219c83258",
          "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. Available to any authenticated user with sufficient credits.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v1",
                "companies",
                ":regcode",
                "aml-report"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "format",
                  "value": "csv",
                  "description": "Response format"
                }
              ],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "T2435554256",
                  "key": "regcode",
                  "description": "(Required) Company registration code"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "a960e261-972d-419b-94d8-291524a89bda",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "companies",
                    ":regcode",
                    "aml-report"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "format",
                      "value": "csv"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "T2435554256",
                      "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  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "577a0c86-2df7-4a43-bfb7-040841cfeff4",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "companies",
                    ":regcode",
                    "aml-report"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "format",
                      "value": "csv"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "T2435554256",
                      "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": "64a96545-a390-4d5a-8615-e7994f4a8600",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "companies",
                    ":regcode",
                    "aml-report"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "format",
                      "value": "csv"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "T2435554256",
                      "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": "319dc39a-c1f5-49b1-87f2-bd68dbbc8f73",
          "name": "Batch AML screening",
          "request": {
            "name": "Batch AML screening",
            "description": {
              "content": "Resolve up to 50 names and/or Latvian registration codes against the registry and return a full AML assessment for each — sanctions screening, red flags, risk rating, and financial health. A name is resolved only when it identifies exactly one company; anything ambiguous or uncertain is returned with `regcode: null` and is instead screened by NAME against the sanctions lists, giving status `REVIEW` when its name matches a listing and `UNRESOLVED` when it matches nothing. A row is therefore never reported as assessed against a company that merely resembles the input. Server-side concurrency is capped. Rate-limited to 5/min and billed against credits. Available to any authenticated user with sufficient credits. To screen a list of counterparties against the sanctions lists alone — up to 500, free, recorded as evidence, and with the per-hit detail — use `POST /api/v1/screening/runs/batch` instead.",
              "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.16192327866673262,\n  \"concurrency\": 3\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "bef8a1e2-98c0-4abf-bda4-8283a3f09559",
              "name": "OK",
              "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.16192327866673262,\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  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f60f6557-bb8c-42dd-9975-ca29d6e24b30",
              "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.16192327866673262,\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": "acf06003-b02b-41f2-ae42-5d25b6414955",
      "name": "Sanctions",
      "description": {
        "content": "Sanctions database search and person screening",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "7b5563fe-e789-4a37-bed2-ecd5d2ad6899",
          "name": "Search sanctions database",
          "request": {
            "name": "Search sanctions database",
            "description": {
              "content": "Search across all ingested sanctions lists (EU, UN, OFAC SDN + Consolidated, UK, LV, CA, AU, CH). Supply a name query (`q`, trigram over names + aliases) and/or advanced filters: `sources` (comma-separated), `entityType`, `subjectKind`, `program`, `programGroup`, `measure`, `nationality`, `citizenship`, `country`, `dobFrom`/`dobTo` (birth-year range), `dobDate` (exact date of birth), `documentNumber`, `docType`, `docCountry`, `docIssuedFrom`/`docIssuedTo`, `docValidFrom`/`docValidTo`, `vesselFlag`, `listedFrom`/`listedTo`, `position`, `placeOfBirth`, `address`, `remarks`. Option lists for the dropdown filters come from `GET /api/v1/sanctions/search-filters`. `exact=true` matches the name literally rather than fuzzily; `qScope=all` widens `q` to document numbers, addresses and the designation narrative; `status=delisted|any` reaches subjects that were removed from a list, labelling each row with `status` and `delisted_on` (a historical record, never a current designation — see the parameter for the filters it cannot answer). At least one of a query or a filter is required (none of `exact`, `qScope` and `status` is a filter). Results are paginated (`page`, `limit` ≤ 100) and returned in a paginated envelope (`meta.total`, `meta.page`). Every result is a possible match requiring verification, never a determination.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v1",
                "sanctions",
                "search"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "q",
                  "value": "string",
                  "description": "Name query (trigram over names + aliases). Optional when at least one filter is given."
                },
                {
                  "disabled": false,
                  "key": "source",
                  "value": "UN",
                  "description": "Single sanctions list source (back-compat; use `sources` for multi-select)"
                },
                {
                  "disabled": false,
                  "key": "sources",
                  "value": "string",
                  "description": "Comma-separated sources to include (e.g. `EU,OFAC,UK`)"
                },
                {
                  "disabled": false,
                  "key": "entityType",
                  "value": "entity",
                  "description": "Restrict to individuals or entities"
                },
                {
                  "disabled": false,
                  "key": "subjectKind",
                  "value": "vessel",
                  "description": "Restrict to a subject kind. A fourth axis beside `entityType`, not a replacement — vessels and aircraft are also `entityType=entity`"
                },
                {
                  "disabled": false,
                  "key": "program",
                  "value": "string",
                  "description": "Programme / regime substring (case-insensitive); an exact `programs` value when `exact=true`"
                },
                {
                  "disabled": false,
                  "key": "programGroup",
                  "value": "other-regimes",
                  "description": "Curated programme group — one regime across every list's own naming (e.g. `russia` covers OFAC `RUSSIA-EO14024`, EU `UKR`, UK's regulation title)"
                },
                {
                  "disabled": false,
                  "key": "measure",
                  "value": "arms-embargo",
                  "description": "What the designation does (`asset-freeze`, `travel-ban`, `arms-embargo`, ...). Only the UK and Australian lists publish per-measure indicators, so this filter reaches ~19% of subjects by construction"
                },
                {
                  "disabled": false,
                  "key": "nationality",
                  "value": "string",
                  "description": "Nationality. A bare ISO 3166-1 alpha-2 code matches the normalized codes exactly; anything else is a case-insensitive substring over the published strings"
                },
                {
                  "disabled": false,
                  "key": "citizenship",
                  "value": "string",
                  "description": "Citizenship, same code-or-substring behaviour as `nationality` (OFAC-only data)"
                },
                {
                  "disabled": false,
                  "key": "country",
                  "value": "AP",
                  "description": "Country (ISO 3166-1 alpha-2) — the subject's own country or any of its addresses'"
                },
                {
                  "disabled": false,
                  "key": "dobFrom",
                  "value": "1363",
                  "description": "Earliest birth year (inclusive)"
                },
                {
                  "disabled": false,
                  "key": "dobTo",
                  "value": "1363",
                  "description": "Latest birth year (inclusive)"
                },
                {
                  "disabled": false,
                  "key": "dobDate",
                  "value": "6139-05-40",
                  "description": "Exact date of birth (`YYYY-MM-DD`). Subjects whose listing gives only a year still match on that year, so a full-date query never drops them"
                },
                {
                  "disabled": false,
                  "key": "documentNumber",
                  "value": "string",
                  "description": "Identity / passport / document-number prefix"
                },
                {
                  "disabled": false,
                  "key": "docType",
                  "value": "aircraft-id",
                  "description": "Curated document kind, over ~211 as-published `id_type` labels"
                },
                {
                  "disabled": false,
                  "key": "docCountry",
                  "value": "AP",
                  "description": "Document issuing country (ISO 3166-1 alpha-2)"
                },
                {
                  "disabled": false,
                  "key": "docIssuedFrom",
                  "value": "6139-05-40",
                  "description": "Document issued on or after (`YYYY-MM-DD`)"
                },
                {
                  "disabled": false,
                  "key": "docIssuedTo",
                  "value": "6139-05-40",
                  "description": "Document issued on or before (`YYYY-MM-DD`)"
                },
                {
                  "disabled": false,
                  "key": "docValidFrom",
                  "value": "6139-05-40",
                  "description": "Document expires on or after (`YYYY-MM-DD`)"
                },
                {
                  "disabled": false,
                  "key": "docValidTo",
                  "value": "6139-05-40",
                  "description": "Document expires on or before (`YYYY-MM-DD`)"
                },
                {
                  "disabled": false,
                  "key": "vesselFlag",
                  "value": "AP",
                  "description": "Vessel flag state (ISO 3166-1 alpha-2)"
                },
                {
                  "disabled": false,
                  "key": "listedFrom",
                  "value": "6139-05-40",
                  "description": "Listed on or after (`YYYY-MM-DD`). OFAC publishes no per-entry listing date"
                },
                {
                  "disabled": false,
                  "key": "listedTo",
                  "value": "6139-05-40",
                  "description": "Listed on or before (`YYYY-MM-DD`)"
                },
                {
                  "disabled": false,
                  "key": "position",
                  "value": "string",
                  "description": "Position / office substring (case-insensitive)"
                },
                {
                  "disabled": false,
                  "key": "placeOfBirth",
                  "value": "string",
                  "description": "Place-of-birth substring (case-insensitive)"
                },
                {
                  "disabled": false,
                  "key": "address",
                  "value": "string",
                  "description": "Address text match (word similarity + containment)"
                },
                {
                  "disabled": false,
                  "key": "remarks",
                  "value": "string",
                  "description": "Free-text remarks substring (case-insensitive)"
                },
                {
                  "disabled": false,
                  "key": "exact",
                  "value": "true",
                  "description": "Match the name query literally instead of fuzzily, and read `program` as an exact value. A modifier, not a filter — it does not on its own satisfy the query-or-filter requirement"
                },
                {
                  "disabled": false,
                  "key": "qScope",
                  "value": "name",
                  "description": "How wide `q` reads. `name` (the default) searches names and aliases; `all` additionally searches document numbers, addresses and the designation narrative (remarks + statement of reasons). A modifier, not a filter — it does not on its own satisfy the query-or-filter requirement, and it is inert below three characters. For anonymous callers the document and address halves cover organisations and vessels only (DP-1)"
                },
                {
                  "disabled": false,
                  "key": "status",
                  "value": "active",
                  "description": "Which subjects to search. `active` (the default) reaches only currently listed subjects; `delisted` reaches only subjects an authority has since removed from its list; `any` reaches both and labels every row with `status` and `delisted_on`. A delisted row is a historical record that the designation once existed and has ended — it is never a current designation, and no screening path reads it. A modifier, not a filter: it does not on its own satisfy the query-or-filter requirement. The historical record is minimised to name, type, programmes and the two dates, so only `source`/`sources`, `entityType`, `subjectKind`, `program` and `listedFrom`/`listedTo` can be answered over it. Combining any other filter — `measure` and `programGroup` included, as both are computed over the live table only — drops the delisted half rather than erroring: `any` returns today's live-only results and `delisted` returns an empty page."
                },
                {
                  "disabled": false,
                  "key": "page",
                  "value": "1",
                  "description": "1-based page number"
                },
                {
                  "disabled": false,
                  "key": "limit",
                  "value": "20",
                  "description": "Page size (max 100)"
                },
                {
                  "disabled": false,
                  "key": "sort",
                  "value": "listed_on",
                  "description": "Sort key; `relevance` falls back to name when there is no query"
                },
                {
                  "disabled": false,
                  "key": "desc",
                  "value": "true",
                  "description": "Descending order (applies to name / listed_on sorts)"
                },
                {
                  "disabled": false,
                  "key": "format",
                  "value": "csv",
                  "description": "Response format"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "d21ac164-bbe8-4f2c-9b6c-301bcabc9660",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "sanctions",
                    "search"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "q",
                      "value": "string"
                    },
                    {
                      "key": "source",
                      "value": "UN"
                    },
                    {
                      "key": "sources",
                      "value": "string"
                    },
                    {
                      "key": "entityType",
                      "value": "entity"
                    },
                    {
                      "key": "subjectKind",
                      "value": "vessel"
                    },
                    {
                      "key": "program",
                      "value": "string"
                    },
                    {
                      "key": "programGroup",
                      "value": "other-regimes"
                    },
                    {
                      "key": "measure",
                      "value": "arms-embargo"
                    },
                    {
                      "key": "nationality",
                      "value": "string"
                    },
                    {
                      "key": "citizenship",
                      "value": "string"
                    },
                    {
                      "key": "country",
                      "value": "AP"
                    },
                    {
                      "key": "dobFrom",
                      "value": "1363"
                    },
                    {
                      "key": "dobTo",
                      "value": "1363"
                    },
                    {
                      "key": "dobDate",
                      "value": "6139-05-40"
                    },
                    {
                      "key": "documentNumber",
                      "value": "string"
                    },
                    {
                      "key": "docType",
                      "value": "aircraft-id"
                    },
                    {
                      "key": "docCountry",
                      "value": "AP"
                    },
                    {
                      "key": "docIssuedFrom",
                      "value": "6139-05-40"
                    },
                    {
                      "key": "docIssuedTo",
                      "value": "6139-05-40"
                    },
                    {
                      "key": "docValidFrom",
                      "value": "6139-05-40"
                    },
                    {
                      "key": "docValidTo",
                      "value": "6139-05-40"
                    },
                    {
                      "key": "vesselFlag",
                      "value": "AP"
                    },
                    {
                      "key": "listedFrom",
                      "value": "6139-05-40"
                    },
                    {
                      "key": "listedTo",
                      "value": "6139-05-40"
                    },
                    {
                      "key": "position",
                      "value": "string"
                    },
                    {
                      "key": "placeOfBirth",
                      "value": "string"
                    },
                    {
                      "key": "address",
                      "value": "string"
                    },
                    {
                      "key": "remarks",
                      "value": "string"
                    },
                    {
                      "key": "exact",
                      "value": "true"
                    },
                    {
                      "key": "qScope",
                      "value": "name"
                    },
                    {
                      "key": "status",
                      "value": "active"
                    },
                    {
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "key": "limit",
                      "value": "20"
                    },
                    {
                      "key": "sort",
                      "value": "listed_on"
                    },
                    {
                      "key": "desc",
                      "value": "true"
                    },
                    {
                      "key": "format",
                      "value": "csv"
                    }
                  ],
                  "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  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ff13a763-4aca-4106-acac-3ff1cb050fa0",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "sanctions",
                    "search"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "q",
                      "value": "string"
                    },
                    {
                      "key": "source",
                      "value": "UN"
                    },
                    {
                      "key": "sources",
                      "value": "string"
                    },
                    {
                      "key": "entityType",
                      "value": "entity"
                    },
                    {
                      "key": "subjectKind",
                      "value": "vessel"
                    },
                    {
                      "key": "program",
                      "value": "string"
                    },
                    {
                      "key": "programGroup",
                      "value": "other-regimes"
                    },
                    {
                      "key": "measure",
                      "value": "arms-embargo"
                    },
                    {
                      "key": "nationality",
                      "value": "string"
                    },
                    {
                      "key": "citizenship",
                      "value": "string"
                    },
                    {
                      "key": "country",
                      "value": "AP"
                    },
                    {
                      "key": "dobFrom",
                      "value": "1363"
                    },
                    {
                      "key": "dobTo",
                      "value": "1363"
                    },
                    {
                      "key": "dobDate",
                      "value": "6139-05-40"
                    },
                    {
                      "key": "documentNumber",
                      "value": "string"
                    },
                    {
                      "key": "docType",
                      "value": "aircraft-id"
                    },
                    {
                      "key": "docCountry",
                      "value": "AP"
                    },
                    {
                      "key": "docIssuedFrom",
                      "value": "6139-05-40"
                    },
                    {
                      "key": "docIssuedTo",
                      "value": "6139-05-40"
                    },
                    {
                      "key": "docValidFrom",
                      "value": "6139-05-40"
                    },
                    {
                      "key": "docValidTo",
                      "value": "6139-05-40"
                    },
                    {
                      "key": "vesselFlag",
                      "value": "AP"
                    },
                    {
                      "key": "listedFrom",
                      "value": "6139-05-40"
                    },
                    {
                      "key": "listedTo",
                      "value": "6139-05-40"
                    },
                    {
                      "key": "position",
                      "value": "string"
                    },
                    {
                      "key": "placeOfBirth",
                      "value": "string"
                    },
                    {
                      "key": "address",
                      "value": "string"
                    },
                    {
                      "key": "remarks",
                      "value": "string"
                    },
                    {
                      "key": "exact",
                      "value": "true"
                    },
                    {
                      "key": "qScope",
                      "value": "name"
                    },
                    {
                      "key": "status",
                      "value": "active"
                    },
                    {
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "key": "limit",
                      "value": "20"
                    },
                    {
                      "key": "sort",
                      "value": "listed_on"
                    },
                    {
                      "key": "desc",
                      "value": "true"
                    },
                    {
                      "key": "format",
                      "value": "csv"
                    }
                  ],
                  "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": "8ba7e25f-41f5-43b5-8ca1-11521194c533",
          "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": "6139-05-40",
                  "description": "Date of birth (YYYY-MM-DD)"
                },
                {
                  "disabled": false,
                  "key": "format",
                  "value": "csv",
                  "description": "Response format"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "21303d7b-23a1-4b07-8f1a-f1af79c78126",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "sanctions",
                    "screen-person"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "name",
                      "value": "string"
                    },
                    {
                      "key": "dob",
                      "value": "6139-05-40"
                    },
                    {
                      "key": "format",
                      "value": "csv"
                    }
                  ],
                  "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  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "eaadfa2b-fb72-4341-b65a-5d0d11c797cb",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "sanctions",
                    "screen-person"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "name",
                      "value": "string"
                    },
                    {
                      "key": "dob",
                      "value": "6139-05-40"
                    },
                    {
                      "key": "format",
                      "value": "csv"
                    }
                  ],
                  "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": "b5ab4595-86b2-43fa-9d31-bda4c06472da",
          "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": "2804f915-269a-459c-85e8-b1f454166a1b",
              "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  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "f437bacf-324c-4c64-91c5-5ceffb347110",
          "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": "1076005562",
                  "key": "id",
                  "description": "(Required) Sanction entry ID"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "8d8032b1-a7d6-4f85-be6d-480c838bb7bd",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "sanctions",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "1076005562",
                      "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  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "bee4eb80-4a01-4485-be9b-88427f1342f0",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "sanctions",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "1076005562",
                      "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": "4e11441f-65a8-43ed-8691-55588f7dd66b",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "sanctions",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "1076005562",
                      "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
          }
        },
        {
          "id": "0251accf-e7ff-4101-876a-2541104e8b39",
          "name": "Get sanctions subject detail",
          "request": {
            "name": "Get sanctions subject detail",
            "description": {
              "content": "Fetch a single sanctions subject for the public subject page by its durable `{source}-{source_id}` slug (e.g. `EU-201`, `OFAC-CONS-123`) or a numeric sanction id. Returns the official-list mirror — including vessel particulars (`vessels`), published contact points (`contacts`), gender, citizenships, restrictive measures, legal basis and the authority's statement of reasons — plus Latvian registry cross-links (`registryLinks`), the per-subject add/amend/remove/re-key history, and the source's latest list-version date. DP-1: for individuals, identity/document numbers, residential addresses and contact points are returned only to authenticated callers; entities are a full mirror. The response carries `canonicalSlug` so numeric-id URLs can redirect to the stable slug. A `source_id` the issuing authority has retired resolves to a minimised historical record with `delisted: true` (no identifiers, addresses, vessels or contacts, for any caller); if it was retired by a re-key rather than a delisting, `supersededBy` names the identifier that now carries the same — still listed — party.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v1",
                "sanctions",
                "subject",
                ":slug"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "slug",
                  "description": "(Required) Subject slug — the durable `{source}-{source_id}` composite (e.g. `EU-201`, `OFAC-CONS-123`), or a numeric sanction id which resolves to the same subject (the response carries `canonicalSlug` for a redirect)."
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "95fbdcbb-98a2-4a36-baaa-d17696bea571",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "sanctions",
                    "subject",
                    ":slug"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "slug",
                      "description": "(Required) Subject slug — the durable `{source}-{source_id}` composite (e.g. `EU-201`, `OFAC-CONS-123`), or a numeric sanction id which resolves to the same subject (the response carries `canonicalSlug` for a redirect)."
                    }
                  ]
                },
                "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  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1fe89d4e-7cd4-4439-a3b3-1a1e13087efd",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "sanctions",
                    "subject",
                    ":slug"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "slug",
                      "description": "(Required) Subject slug — the durable `{source}-{source_id}` composite (e.g. `EU-201`, `OFAC-CONS-123`), or a numeric sanction id which resolves to the same subject (the response carries `canonicalSlug` for a redirect)."
                    }
                  ]
                },
                "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": "a0ce5a6c-bce1-4930-aa67-9eb8645577d5",
          "name": "Sanctions list change feed",
          "request": {
            "name": "Sanctions list change feed",
            "description": {
              "content": "The public change-event stream across every list (`sanctions_history`, Phase 0.3), newest first. Filter by `source`, `eventType` (added / removed / amended / rekeyed), and `window` (7 / 30 / 90 / 365 days or `all`). Paginated (`page`, `limit` ≤ 50). Backfilled anchor events are excluded, so every row is a real observed change. `rekeyed` means the issuing authority retired one `source_id` and still carries the same party under another — the party remains listed, so it is never a delisting. Each item carries the subject's public name, entity type, and programmes plus a `subjectSlug` linking to the subject page (removed and re-keyed subjects resolve to their historical record). Anonymous access; cached one hour.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v1",
                "sanctions",
                "changes"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "source",
                  "value": "UN",
                  "description": "Restrict to a single sanctions list source"
                },
                {
                  "disabled": false,
                  "key": "eventType",
                  "value": "rekeyed",
                  "description": "Restrict to one change type. `rekeyed` is an upstream re-key or de-duplication — the issuing authority retired one `source_id` and still carries the same party under another, so it is never a delisting."
                },
                {
                  "disabled": false,
                  "key": "window",
                  "value": "30",
                  "description": "Window on the event date, in days back from today (`all` = whole history)"
                },
                {
                  "disabled": false,
                  "key": "page",
                  "value": "1",
                  "description": "1-based page number"
                },
                {
                  "disabled": false,
                  "key": "limit",
                  "value": "20",
                  "description": "Page size (max 50)"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "afd82c13-c4a8-4286-a9e2-6fd0ded83203",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "sanctions",
                    "changes"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "source",
                      "value": "UN"
                    },
                    {
                      "key": "eventType",
                      "value": "rekeyed"
                    },
                    {
                      "key": "window",
                      "value": "30"
                    },
                    {
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "key": "limit",
                      "value": "20"
                    }
                  ],
                  "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  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f0e8ff49-6ffd-431a-9ef3-9bbc62784865",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "sanctions",
                    "changes"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "source",
                      "value": "UN"
                    },
                    {
                      "key": "eventType",
                      "value": "rekeyed"
                    },
                    {
                      "key": "window",
                      "value": "30"
                    },
                    {
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "key": "limit",
                      "value": "20"
                    }
                  ],
                  "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": "8419afba-f767-4a00-a918-639e8bf9d27f",
          "name": "Sanctions list publication dates",
          "request": {
            "name": "Sanctions list publication dates",
            "description": {
              "content": "Per-source freshness: the authority's own list publication date (DP-3) and our last fetch, from `sanctions_list_versions`, in canonical source order. Backs the freshness ribbon on the sanctions surfaces. Anonymous access; cached one hour.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v1",
                "sanctions",
                "list-versions"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "9ed558b1-f6cd-4117-b43c-f8f95c11c0ca",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "sanctions",
                    "list-versions"
                  ],
                  "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  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "f4960a72-b56a-48da-8be2-b5b3a8fe5372",
          "name": "Sanctions documents feed",
          "request": {
            "name": "Sanctions documents feed",
            "description": {
              "content": "The public feed of official sanctions legal acts and notices (`sanctions_documents`, Phase 1.3b), newest first — title, publication date, source, the publisher's own summary, and outbound link only (no content mirroring). Populated during the daily refresh from **two** upstream feeds: the UK OFSI Atom feed and OFAC via the US Federal Register per-agency feed. Documents are therefore ingested for **OFAC and UK only**; filtering to any other source returns an empty page rather than an error. Filter by `source` and `window` (7 / 30 / 90 / 365 days or `all`). Paginated (`page`, `limit` ≤ 50). Anonymous access; cached one hour.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v1",
                "sanctions",
                "documents"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "source",
                  "value": "UN",
                  "description": "Restrict to a single sanctions list source. Documents are currently ingested for OFAC and UK only; other sources return an empty page."
                },
                {
                  "disabled": false,
                  "key": "window",
                  "value": "30",
                  "description": "Window on the document date, in days back from today (`all` = every document)"
                },
                {
                  "disabled": false,
                  "key": "page",
                  "value": "1",
                  "description": "1-based page number"
                },
                {
                  "disabled": false,
                  "key": "limit",
                  "value": "20",
                  "description": "Page size (max 50)"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "268d6422-c9b9-4fa3-9203-dd3bf47b24b3",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "sanctions",
                    "documents"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "source",
                      "value": "UN"
                    },
                    {
                      "key": "window",
                      "value": "30"
                    },
                    {
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "key": "limit",
                      "value": "20"
                    }
                  ],
                  "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  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "cc13d6eb-e69b-4ce9-8470-7cd904cb7fe8",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "sanctions",
                    "documents"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "source",
                      "value": "UN"
                    },
                    {
                      "key": "window",
                      "value": "30"
                    },
                    {
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "key": "limit",
                      "value": "20"
                    }
                  ],
                  "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": "9b3bff2e-2c83-4125-b346-752fe589230e",
          "name": "Advanced-search option lists",
          "request": {
            "name": "Advanced-search option lists",
            "description": {
              "content": "The selectable values behind the advanced sanctions search, with the number of subjects carrying each — ten facets: `subject_kind`, `program_group`, `program`, `nationality`, `citizenship`, `country`, `doc_kind`, `doc_country`, `vessel_flag`, `measure`. Values are ordered most-common first, and the country-shaped facets (`nationality`, `citizenship`, `country`, `doc_country`, `vessel_flag`) carry ISO 3166-1 alpha-2 codes for the caller to label. Read from a materialized view rebuilt by the daily refresh, so `refreshedAt` is that run, not request time. Aggregates only — no subject data. Anonymous access; cached one hour.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v1",
                "sanctions",
                "search-filters"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "d40a077f-5ac0-4dd2-ab7d-f9ad0ba778d2",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "sanctions",
                    "search-filters"
                  ],
                  "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  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "7e4f09a5-19ef-4bc6-ae1f-5837b15daa2a",
          "name": "Screen a subject and record the check",
          "request": {
            "name": "Screen a subject and record the check",
            "description": {
              "content": "Screens one subject against every ingested sanctions list and stores the check as evidence: what was screened, when, against which list versions, with which matching threshold and engine version. A `company` check also screens the company's officials, shareholders, and UBOs. Every result is a possible match requiring verification, never a determination. Requires a signed-in session; free of charge. Rate-limited to 20 checks per minute, and to 200 recorded checks or 10000 counterparties screened per rolling 24 hours — the allowance frees up as earlier checks age past 24 hours.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v1",
                "screening",
                "run"
              ],
              "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  \"subjectType\": \"person\",\n  \"name\": \"string\",\n  \"dob\": \"1939-85-14\",\n  \"country\": \"string\",\n  \"regcode\": \"st\",\n  \"reference\": \"string\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "30bf2469-8f99-4f66-8e71-cbf273d899b3",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "screening",
                    "run"
                  ],
                  "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  \"subjectType\": \"person\",\n  \"name\": \"string\",\n  \"dob\": \"1939-85-14\",\n  \"country\": \"string\",\n  \"regcode\": \"st\",\n  \"reference\": \"string\"\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  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "40e5cb55-9cf1-4e85-98a4-a79d0a800282",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "screening",
                    "run"
                  ],
                  "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  \"subjectType\": \"person\",\n  \"name\": \"string\",\n  \"dob\": \"1939-85-14\",\n  \"country\": \"string\",\n  \"regcode\": \"st\",\n  \"reference\": \"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"
            },
            {
              "id": "a5a922e3-1bff-43a0-a130-a33c3db15a71",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "screening",
                    "run"
                  ],
                  "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  \"subjectType\": \"person\",\n  \"name\": \"string\",\n  \"dob\": \"1939-85-14\",\n  \"country\": \"string\",\n  \"regcode\": \"st\",\n  \"reference\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "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": "686ff363-e9c8-43f0-a536-85640deebe24",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "screening",
                    "run"
                  ],
                  "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  \"subjectType\": \"person\",\n  \"name\": \"string\",\n  \"dob\": \"1939-85-14\",\n  \"country\": \"string\",\n  \"regcode\": \"st\",\n  \"reference\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "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": "77286153-62b1-4519-9ec9-be8205e69d63",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "screening",
                    "run"
                  ],
                  "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  \"subjectType\": \"person\",\n  \"name\": \"string\",\n  \"dob\": \"1939-85-14\",\n  \"country\": \"string\",\n  \"regcode\": \"st\",\n  \"reference\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "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": "bb0af8d6-e59c-4c71-8633-6a92ab50ce41",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "screening",
                    "run"
                  ],
                  "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  \"subjectType\": \"person\",\n  \"name\": \"string\",\n  \"dob\": \"1939-85-14\",\n  \"country\": \"string\",\n  \"regcode\": \"st\",\n  \"reference\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "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
          }
        },
        {
          "id": "63193367-9bf2-4eeb-89b8-cee3ef15b8a6",
          "name": "Read a counterparty list from a spreadsheet",
          "request": {
            "name": "Read a counterparty list from a spreadsheet",
            "description": {
              "content": "Reads an uploaded `.csv` or `.xlsx` counterparty list and returns its columns, its rows, and a proposed assignment of each column (name, registration code, date of birth, country, reference). Handles the formats spreadsheet software actually exports — semicolon separators, a UTF-8 byte-order mark, windows-1257 encoding, and files with no header row. Nothing is screened, stored, or written to disk at this stage: confirm the column assignment and post the rows to `/api/v1/screening/runs/batch`. Send the file as `multipart/form-data` under any field name. Whether the first row is a header is inferred; send a `hasHeader` field of `true` or `false` BEFORE the file part to state it outright. Limited to 500 rows and 2 MB, and to workbooks that stay under 32 MB when opened. Requires a signed-in session; free of charge. Rate-limited to 10 uploads per minute.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v1",
                "screening",
                "batch",
                "parse"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "multipart/form-data"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": null,
            "body": {
              "mode": "formdata",
              "formdata": [
                {
                  "key": "file",
                  "type": "file",
                  "description": "(Required) The uploaded file"
                }
              ]
            }
          },
          "response": [
            {
              "id": "2012af2d-b04c-44ec-b6c6-69d54c384d4f",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "screening",
                    "batch",
                    "parse"
                  ],
                  "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": "formdata",
                  "formdata": [
                    {
                      "description": {
                        "content": "(Required) The uploaded file",
                        "type": "text/plain"
                      },
                      "key": "file",
                      "type": "file"
                    }
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": \"\",\n  \"meta\": {\n    \"key_0\": {}\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "885631e7-751d-4e5a-933a-4865b4328fb7",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "screening",
                    "batch",
                    "parse"
                  ],
                  "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": "formdata",
                  "formdata": [
                    {
                      "description": {
                        "content": "(Required) The uploaded file",
                        "type": "text/plain"
                      },
                      "key": "file",
                      "type": "file"
                    }
                  ]
                }
              },
              "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": "2c4f071a-8623-4e11-9376-054f240c218a",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "screening",
                    "batch",
                    "parse"
                  ],
                  "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": "formdata",
                  "formdata": [
                    {
                      "description": {
                        "content": "(Required) The uploaded file",
                        "type": "text/plain"
                      },
                      "key": "file",
                      "type": "file"
                    }
                  ]
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "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": "a27d300a-a766-44f2-b293-a57bb1d396dd",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "screening",
                    "batch",
                    "parse"
                  ],
                  "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": "formdata",
                  "formdata": [
                    {
                      "description": {
                        "content": "(Required) The uploaded file",
                        "type": "text/plain"
                      },
                      "key": "file",
                      "type": "file"
                    }
                  ]
                }
              },
              "status": "Request Entity Too Large",
              "code": 413,
              "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": "10b86413-a685-441d-a9cf-69d037324697",
          "name": "Screen a counterparty list and record the check",
          "request": {
            "name": "Screen a counterparty list and record the check",
            "description": {
              "content": "Screens up to 500 counterparties against every ingested sanctions list and stores the whole list as ONE recorded check — one act covering the batch, with the same list-version, threshold, and engine snapshot as a single check, and the same per-match decisions. A row carrying a Latvian registration code is screened by the company's registered name; unlike a single company check it does not also screen that company's officials, shareholders, and beneficial owners, so run a single check on a row when you need that depth. Every result is a possible match requiring verification, never a determination. Requires a signed-in session; free of charge. Rate-limited to 5 batches per minute, and to 200 recorded checks or 10000 counterparties screened per rolling 24 hours — the allowance frees up as earlier checks age past 24 hours.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v1",
                "screening",
                "runs",
                "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  \"fileName\": \"string\",\n  \"rows\": [\n    {\n      \"line\": 7730,\n      \"name\": \"string\",\n      \"regcode\": \"string\",\n      \"dob\": \"string\",\n      \"country\": \"string\",\n      \"reference\": \"string\"\n    }\n  ],\n  \"reference\": \"string\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "eed4f53f-5da6-4da1-b389-91c891600206",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "screening",
                    "runs",
                    "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  \"fileName\": \"string\",\n  \"rows\": [\n    {\n      \"line\": 7730,\n      \"name\": \"string\",\n      \"regcode\": \"string\",\n      \"dob\": \"string\",\n      \"country\": \"string\",\n      \"reference\": \"string\"\n    }\n  ],\n  \"reference\": \"string\"\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  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "28ed2263-a286-4573-8db3-2e420ac21553",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "screening",
                    "runs",
                    "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  \"fileName\": \"string\",\n  \"rows\": [\n    {\n      \"line\": 7730,\n      \"name\": \"string\",\n      \"regcode\": \"string\",\n      \"dob\": \"string\",\n      \"country\": \"string\",\n      \"reference\": \"string\"\n    }\n  ],\n  \"reference\": \"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"
            },
            {
              "id": "d4e7b612-7275-4114-83f6-c8ab2db19039",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "screening",
                    "runs",
                    "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  \"fileName\": \"string\",\n  \"rows\": [\n    {\n      \"line\": 7730,\n      \"name\": \"string\",\n      \"regcode\": \"string\",\n      \"dob\": \"string\",\n      \"country\": \"string\",\n      \"reference\": \"string\"\n    }\n  ],\n  \"reference\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "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": "7b81a794-fc14-4bec-b5f5-7a057388bfa8",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "screening",
                    "runs",
                    "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  \"fileName\": \"string\",\n  \"rows\": [\n    {\n      \"line\": 7730,\n      \"name\": \"string\",\n      \"regcode\": \"string\",\n      \"dob\": \"string\",\n      \"country\": \"string\",\n      \"reference\": \"string\"\n    }\n  ],\n  \"reference\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "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": "2b9a7be5-37bd-4252-936e-c4d6d5c1ba54",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "screening",
                    "runs",
                    "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  \"fileName\": \"string\",\n  \"rows\": [\n    {\n      \"line\": 7730,\n      \"name\": \"string\",\n      \"regcode\": \"string\",\n      \"dob\": \"string\",\n      \"country\": \"string\",\n      \"reference\": \"string\"\n    }\n  ],\n  \"reference\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "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
          }
        },
        {
          "id": "ca3cad79-a2fe-40b3-96c3-d4aa77079108",
          "name": "List your screening checks",
          "request": {
            "name": "List your screening checks",
            "description": {
              "content": "Your screening register, newest first — every check you have run, with its act number, subject, your own reference, hit count, and current disposition. This is the compliance file a supervisor asks to see. Paginated (`page`, `limit` ≤ 50). Requires a signed-in session and returns only your own records.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v1",
                "screening",
                "runs"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "page",
                  "value": "1",
                  "description": "1-based page number"
                },
                {
                  "disabled": false,
                  "key": "limit",
                  "value": "20",
                  "description": "Page size (max 50)"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "76836b38-2b2c-4fc8-ae53-77b9355171d3",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "screening",
                    "runs"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "key": "limit",
                      "value": "20"
                    }
                  ],
                  "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  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e70634ff-1b07-4d97-9c87-bc4ece62c6a1",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "screening",
                    "runs"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "key": "limit",
                      "value": "20"
                    }
                  ],
                  "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": "288243df-736d-4751-ba6d-33a21c12f952",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "screening",
                    "runs"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "key": "limit",
                      "value": "20"
                    }
                  ],
                  "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": "Unauthorized",
              "code": 401,
              "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": "6184aedc-7812-46f2-8976-a96b2ef8addf",
          "name": "Get one screening check",
          "request": {
            "name": "Get one screening check",
            "description": {
              "content": "The full record of a single check: the subject as submitted, every possible match with its score, the per-source list versions in force at the time, the matching threshold and engine version, and the complete append-only decision trail. Also carries `priorVerdicts` — your own standing decisions from earlier checks on the same subject and the same listed party, one per match you have not yet decided here. Those are recalled, not applied: they are not decisions on this check until you record them (`POST .../adjudications/carry`), and they never appear on the certificate. Requires a signed-in session; another user's check is reported as not found.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v1",
                "screening",
                "runs",
                ":id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "id",
                  "description": "(Required) Screening run id (UUID)"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "789b9e38-1e43-4694-addf-6fd759268068",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "screening",
                    "runs",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) Screening run id (UUID)"
                    }
                  ]
                },
                "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  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6d78c302-0f5f-4952-8988-751d5ef35719",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "screening",
                    "runs",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) Screening run id (UUID)"
                    }
                  ]
                },
                "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": "Unauthorized",
              "code": 401,
              "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": "9e9510ac-32bb-469f-ae7c-61ef0418bb63",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "screening",
                    "runs",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) Screening run id (UUID)"
                    }
                  ]
                },
                "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": "3a6c32f8-09e1-4a92-8f16-363295add87c",
          "name": "Record a decision on a check",
          "request": {
            "name": "Record a decision on a check",
            "description": {
              "content": "Records a decision: `confirmed` / `dismissed` on one possible match (`scope: hit` with its `hitKey`), or `cleared` / `escalated` / `blocked` for the counterparty as a whole (`scope: run`). Append-only — deciding again adds a record and the newest one applies, so the full history of who decided what, when, and why is preserved. Returns the refreshed check. Rate-limited to 60 decisions per minute.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v1",
                "screening",
                "runs",
                ":id",
                "adjudications"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "id",
                  "description": "(Required) Screening run id (UUID)"
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": null,
            "body": {
              "mode": "raw",
              "raw": "{\n  \"scope\": \"run\",\n  \"status\": \"blocked\",\n  \"hitKey\": \"string\",\n  \"reason\": \"string\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "b1eaa58e-a328-43b3-b670-9007ec76804c",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "screening",
                    "runs",
                    ":id",
                    "adjudications"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) Screening run id (UUID)"
                    }
                  ]
                },
                "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  \"scope\": \"run\",\n  \"status\": \"blocked\",\n  \"hitKey\": \"string\",\n  \"reason\": \"string\"\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  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9b1940b4-e843-4870-816e-bfd328ca3159",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "screening",
                    "runs",
                    ":id",
                    "adjudications"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) Screening run id (UUID)"
                    }
                  ]
                },
                "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  \"scope\": \"run\",\n  \"status\": \"blocked\",\n  \"hitKey\": \"string\",\n  \"reason\": \"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"
            },
            {
              "id": "70ad00d5-9517-4449-bf28-97ca23b24f35",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "screening",
                    "runs",
                    ":id",
                    "adjudications"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) Screening run id (UUID)"
                    }
                  ]
                },
                "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  \"scope\": \"run\",\n  \"status\": \"blocked\",\n  \"hitKey\": \"string\",\n  \"reason\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "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": "8cfb2ee9-395d-4207-b0fd-a69ce48ba826",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "screening",
                    "runs",
                    ":id",
                    "adjudications"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) Screening run id (UUID)"
                    }
                  ]
                },
                "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  \"scope\": \"run\",\n  \"status\": \"blocked\",\n  \"hitKey\": \"string\",\n  \"reason\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "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": "b0ffeb67-1086-44c9-88cd-9d7cdef01e1f",
          "name": "Carry your standing decisions onto this check",
          "request": {
            "name": "Carry your standing decisions onto this check",
            "description": {
              "content": "Records, as decisions on THIS check, every verdict you already hold on the same subject and the same listed party from an earlier check — the `priorVerdicts` the check reports. Each is written with today's date and names the check it was carried from, so the record never reads as a fresh judgment. Matches you have already decided here are skipped, so pressing twice records nothing twice. Append-only like any other decision: deciding again afterwards supersedes it and the whole trail survives. The check-level conclusion is never carried. Returns the refreshed check, with `meta.carried` giving how many decisions this call actually wrote. Requires a signed-in session; another user's check is reported as not found.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v1",
                "screening",
                "runs",
                ":id",
                "adjudications",
                "carry"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "id",
                  "description": "(Required) Screening run id (UUID)"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": null
          },
          "response": [
            {
              "id": "03fb03aa-38a9-42db-91a9-e4dc4522623a",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "screening",
                    "runs",
                    ":id",
                    "adjudications",
                    "carry"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) Screening run id (UUID)"
                    }
                  ]
                },
                "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": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": \"\",\n  \"meta\": {\n    \"key_0\": {}\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d2013ede-1883-4a1e-be9a-55096d04e4c0",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "screening",
                    "runs",
                    ":id",
                    "adjudications",
                    "carry"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) Screening run id (UUID)"
                    }
                  ]
                },
                "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": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "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": "5f20a5a9-7407-4bc6-bf72-219b3bc9e784",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "screening",
                    "runs",
                    ":id",
                    "adjudications",
                    "carry"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) Screening run id (UUID)"
                    }
                  ]
                },
                "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": {}
              },
              "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": "eb4d7346-d9ab-4b0a-9cd8-ac5b83adf4c0",
          "name": "Issue the screening certificate as a PDF",
          "request": {
            "name": "Issue the screening certificate as a PDF",
            "description": {
              "content": "Renders a stored check as a dated, list-versioned certificate — the artifact handed to an auditor or a supervisor. It states who screened whom, at what exact time, against which list versions, with which threshold and engine, every possible match with its recorded decision, and the disclaimer that the document is an automated comparison rather than a determination. Nothing is re-screened: the certificate reproduces the stored record, so reissuing it years later still reports the lists as they stood on the day of the check. Free of charge; requires a signed-in session; another user's check is reported as not found. Locale controls the language (`en` default; `lv` also available). Rate-limited to 10 per minute.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v1",
                "screening",
                "runs",
                ":id",
                "certificate"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "locale",
                  "value": "en",
                  "description": "Report language"
                }
              ],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "id",
                  "description": "(Required) Screening run id (UUID)"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/pdf"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "612e5afb-0d25-461d-8194-ea34698d2bd1",
              "name": "Screening certificate PDF",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "screening",
                    "runs",
                    ":id",
                    "certificate"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "locale",
                      "value": "en"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) Screening run id (UUID)"
                    }
                  ]
                },
                "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": "03276d7d-f994-4e16-9d44-5f3454a0417f",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "screening",
                    "runs",
                    ":id",
                    "certificate"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "locale",
                      "value": "en"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) Screening run id (UUID)"
                    }
                  ]
                },
                "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": "5a19fc5b-c9d9-40eb-bc26-19a0074efce9",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "screening",
                    "runs",
                    ":id",
                    "certificate"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "locale",
                      "value": "en"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) Screening run id (UUID)"
                    }
                  ]
                },
                "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": "Unauthorized",
              "code": 401,
              "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": "884f0c2a-4af7-4af1-833f-2e8ce7e16968",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "screening",
                    "runs",
                    ":id",
                    "certificate"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "locale",
                      "value": "en"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) Screening run id (UUID)"
                    }
                  ]
                },
                "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": "92ea6950-6669-49ff-bed8-613ee42da5c5",
          "name": "Export a screening check as CSV",
          "request": {
            "name": "Export a screening check as CSV",
            "description": {
              "content": "Downloads a stored check as a spreadsheet: one line per possible match, repeating each counterparty's own columns, plus one line for every counterparty that matched nothing — the export accounts for every subject screened, not just the interesting ones. A list check exports its uploaded roster; a single check exports its subject plus every further name the check reached (a company check fans out to its officials, shareholders and beneficial owners), with `screened_role` naming which, so a match against a shareholder is never read as a match against the company. The act number, timestamp, threshold, engine, and per-source list versions ride in a header block, so a saved file is still self-describing a year later. Nothing is re-screened. Free of charge; requires a signed-in session; another user's check is reported as not found. Rate-limited to 10 per minute.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v1",
                "screening",
                "runs",
                ":id",
                "export.csv"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "id",
                  "description": "(Required) Screening run id (UUID)"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "text/csv"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "93206a07-9961-4997-ab2a-389a24479125",
              "name": "Screening results as CSV",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "screening",
                    "runs",
                    ":id",
                    "export.csv"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) Screening run id (UUID)"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-API-Key",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "text/csv"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/csv"
                }
              ],
              "body": "string",
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "e642029a-7d60-4ecb-9f40-99cb8f07f465",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "screening",
                    "runs",
                    ":id",
                    "export.csv"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) Screening run id (UUID)"
                    }
                  ]
                },
                "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": "Unauthorized",
              "code": 401,
              "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": "f847b9d7-8a10-4472-8cd4-8d00e8882333",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "screening",
                    "runs",
                    ":id",
                    "export.csv"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) Screening run id (UUID)"
                    }
                  ]
                },
                "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": "ae14e564-967c-4895-82df-ba3b97c9d5e2",
          "name": "List your saved counterparty lists",
          "request": {
            "name": "List your saved counterparty lists",
            "description": {
              "content": "Every portfolio you keep, newest first, with how many counterparties it holds, how they currently stand, and when the list was last screened. Requires a signed-in session and returns only your own lists. You can keep 20 portfolios holding 500 counterparties in total.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v1",
                "screening",
                "portfolios"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "bd3134cf-1d3e-4ba0-813e-031a483b7732",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "screening",
                    "portfolios"
                  ],
                  "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  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e01fe3fc-c91e-400f-810b-df9c07e794c7",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "screening",
                    "portfolios"
                  ],
                  "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": "Unauthorized",
              "code": 401,
              "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": "7d4764f9-2ad0-433f-951c-25d0c73ce922",
          "name": "Save a counterparty list",
          "request": {
            "name": "Save a counterparty list",
            "description": {
              "content": "Creates a portfolio: the counterparties you intend to keep screening. Give `entries` to build one directly, or `sourceRunId` to save an existing list check's counterparties along with the results it already produced — that path screens nothing again. A registration code resolves to the registered name, and the same counterparty submitted twice is stored once. Creating a list does not screen it; post to `/screen` when you want that. Requires a signed-in session; free of charge. You can keep 20 portfolios holding 500 counterparties in total. Rate-limited to 20 per minute.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v1",
                "screening",
                "portfolios"
              ],
              "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  \"name\": \"string\",\n  \"entries\": [\n    {\n      \"name\": \"string\",\n      \"regcode\": \"string\",\n      \"dob\": \"string\",\n      \"country\": \"string\",\n      \"reference\": \"string\"\n    }\n  ],\n  \"sourceRunId\": \"string\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "99280d3a-3fa8-46a6-b17a-605c405a87d5",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "screening",
                    "portfolios"
                  ],
                  "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  \"name\": \"string\",\n  \"entries\": [\n    {\n      \"name\": \"string\",\n      \"regcode\": \"string\",\n      \"dob\": \"string\",\n      \"country\": \"string\",\n      \"reference\": \"string\"\n    }\n  ],\n  \"sourceRunId\": \"string\"\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  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ea57ea7b-3749-4376-a245-cdd7bd66198a",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "screening",
                    "portfolios"
                  ],
                  "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  \"name\": \"string\",\n  \"entries\": [\n    {\n      \"name\": \"string\",\n      \"regcode\": \"string\",\n      \"dob\": \"string\",\n      \"country\": \"string\",\n      \"reference\": \"string\"\n    }\n  ],\n  \"sourceRunId\": \"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"
            },
            {
              "id": "17102b1d-ae39-414d-8f91-03b98161b8c8",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "screening",
                    "portfolios"
                  ],
                  "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  \"name\": \"string\",\n  \"entries\": [\n    {\n      \"name\": \"string\",\n      \"regcode\": \"string\",\n      \"dob\": \"string\",\n      \"country\": \"string\",\n      \"reference\": \"string\"\n    }\n  ],\n  \"sourceRunId\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "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": "f75def77-1541-4c03-b358-ffdee663fbb7",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "screening",
                    "portfolios"
                  ],
                  "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  \"name\": \"string\",\n  \"entries\": [\n    {\n      \"name\": \"string\",\n      \"regcode\": \"string\",\n      \"dob\": \"string\",\n      \"country\": \"string\",\n      \"reference\": \"string\"\n    }\n  ],\n  \"sourceRunId\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "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": "2b532386-3609-4f39-834f-4aea6443b514",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "screening",
                    "portfolios"
                  ],
                  "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  \"name\": \"string\",\n  \"entries\": [\n    {\n      \"name\": \"string\",\n      \"regcode\": \"string\",\n      \"dob\": \"string\",\n      \"country\": \"string\",\n      \"reference\": \"string\"\n    }\n  ],\n  \"sourceRunId\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "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": "31daf9c6-770b-47b0-b09a-f7f9c47a92c6",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "screening",
                    "portfolios"
                  ],
                  "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  \"name\": \"string\",\n  \"entries\": [\n    {\n      \"name\": \"string\",\n      \"regcode\": \"string\",\n      \"dob\": \"string\",\n      \"country\": \"string\",\n      \"reference\": \"string\"\n    }\n  ],\n  \"sourceRunId\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "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": "8e12b139-7de8-49c2-ac74-f5761b5dac65",
          "name": "Get one counterparty list",
          "request": {
            "name": "Get one counterparty list",
            "description": {
              "content": "The full list: every counterparty on it, how each currently stands, when it was last screened, and which recorded check produced that standing. A counterparty that has never been screened has no standing at all — that is not the same as one that came back clear. Requires a signed-in session; another user's list is reported as not found.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v1",
                "screening",
                "portfolios",
                ":id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "id",
                  "description": "(Required) Portfolio id (UUID)"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "7065ca3b-67bc-4429-b341-39b4e68c1ecb",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "screening",
                    "portfolios",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) Portfolio id (UUID)"
                    }
                  ]
                },
                "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  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f18c6633-d3c8-437c-93c8-226f1ed6716e",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "screening",
                    "portfolios",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) Portfolio id (UUID)"
                    }
                  ]
                },
                "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": "Unauthorized",
              "code": 401,
              "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": "776cec01-0ad4-47cf-afcb-d5f178f63d17",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "screening",
                    "portfolios",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) Portfolio id (UUID)"
                    }
                  ]
                },
                "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": "50ea1ea3-5ef3-4de3-b66a-5192578dd5eb",
          "name": "Rename a counterparty list",
          "request": {
            "name": "Rename a counterparty list",
            "description": {
              "content": "Changes what the list is called. Acts already recorded keep the name they were run under — a record says what it said on the day. Rate-limited to 20 per minute.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v1",
                "screening",
                "portfolios",
                ":id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "id",
                  "description": "(Required) Portfolio id (UUID)"
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PATCH",
            "auth": null,
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"string\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "dd7aff10-72f3-4a9e-a7ac-05cad0fc4cf2",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "screening",
                    "portfolios",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) Portfolio id (UUID)"
                    }
                  ]
                },
                "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": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"string\"\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  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0ffa3b7c-52d3-475b-aef4-e43559c84679",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "screening",
                    "portfolios",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) Portfolio id (UUID)"
                    }
                  ]
                },
                "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": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"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"
            },
            {
              "id": "fb49cf93-edaa-43c7-aa2a-fa41ace5bf92",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "screening",
                    "portfolios",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) Portfolio id (UUID)"
                    }
                  ]
                },
                "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": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "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": "c1326c9b-e03b-4a58-ba12-000d32f128e2",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "screening",
                    "portfolios",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) Portfolio id (UUID)"
                    }
                  ]
                },
                "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": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "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": "1a885bf7-a122-4ff8-b1c3-aed4116fa3fa",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "screening",
                    "portfolios",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) Portfolio id (UUID)"
                    }
                  ]
                },
                "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": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "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": "dce3f6bd-df8a-41f9-8700-17def4bc0527",
          "name": "Delete a counterparty list",
          "request": {
            "name": "Delete a counterparty list",
            "description": {
              "content": "Removes the list and everything on it. The checks it produced stay in your register: they are dated records of screening that really happened, and deleting the list does not undo them. Rate-limited to 20 per minute.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v1",
                "screening",
                "portfolios",
                ":id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "id",
                  "description": "(Required) Portfolio id (UUID)"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "auth": null
          },
          "response": [
            {
              "id": "eeeb710c-7f3d-44f2-a80b-98a6440b6ab9",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "screening",
                    "portfolios",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) Portfolio id (UUID)"
                    }
                  ]
                },
                "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": "DELETE",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": \"\",\n  \"meta\": {\n    \"key_0\": {}\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1bfc6eb7-26ca-45fc-beac-611be14ce1cc",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "screening",
                    "portfolios",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) Portfolio id (UUID)"
                    }
                  ]
                },
                "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": "DELETE",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "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": "271bc26c-03f2-4c7a-9ddd-2888fb20d182",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "screening",
                    "portfolios",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) Portfolio id (UUID)"
                    }
                  ]
                },
                "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": "DELETE",
                "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": "d488dcd4-4b4c-484d-9759-ffd4625bb1aa",
          "name": "Add counterparties to a list",
          "request": {
            "name": "Add counterparties to a list",
            "description": {
              "content": "Adds counterparties to an existing list. Anything already on it is reported as skipped rather than duplicated. A newly added counterparty has no standing until you screen the list again — it is not reported clear on the strength of a check it was never part of. You can keep 20 portfolios holding 500 counterparties in total. Rate-limited to 20 per minute.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v1",
                "screening",
                "portfolios",
                ":id",
                "entries"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "id",
                  "description": "(Required) Portfolio id (UUID)"
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": null,
            "body": {
              "mode": "raw",
              "raw": "{\n  \"entries\": [\n    {\n      \"name\": \"string\",\n      \"regcode\": \"string\",\n      \"dob\": \"string\",\n      \"country\": \"string\",\n      \"reference\": \"string\"\n    }\n  ]\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "6bfc68b3-d1b6-4374-8b58-9a192119fd44",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "screening",
                    "portfolios",
                    ":id",
                    "entries"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) Portfolio id (UUID)"
                    }
                  ]
                },
                "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  \"entries\": [\n    {\n      \"name\": \"string\",\n      \"regcode\": \"string\",\n      \"dob\": \"string\",\n      \"country\": \"string\",\n      \"reference\": \"string\"\n    }\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  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "80667c7e-8a51-4697-a36d-e050b249f18e",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "screening",
                    "portfolios",
                    ":id",
                    "entries"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) Portfolio id (UUID)"
                    }
                  ]
                },
                "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  \"entries\": [\n    {\n      \"name\": \"string\",\n      \"regcode\": \"string\",\n      \"dob\": \"string\",\n      \"country\": \"string\",\n      \"reference\": \"string\"\n    }\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"
            },
            {
              "id": "0f581a2f-0efe-407d-aef4-2c2a5fcda2ce",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "screening",
                    "portfolios",
                    ":id",
                    "entries"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) Portfolio id (UUID)"
                    }
                  ]
                },
                "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  \"entries\": [\n    {\n      \"name\": \"string\",\n      \"regcode\": \"string\",\n      \"dob\": \"string\",\n      \"country\": \"string\",\n      \"reference\": \"string\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "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": "c31cd663-d23f-44ac-a100-f4ab1f6e083a",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "screening",
                    "portfolios",
                    ":id",
                    "entries"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) Portfolio id (UUID)"
                    }
                  ]
                },
                "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  \"entries\": [\n    {\n      \"name\": \"string\",\n      \"regcode\": \"string\",\n      \"dob\": \"string\",\n      \"country\": \"string\",\n      \"reference\": \"string\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "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": "734d5d34-4377-4303-a157-96f83ab0950d",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "screening",
                    "portfolios",
                    ":id",
                    "entries"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) Portfolio id (UUID)"
                    }
                  ]
                },
                "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  \"entries\": [\n    {\n      \"name\": \"string\",\n      \"regcode\": \"string\",\n      \"dob\": \"string\",\n      \"country\": \"string\",\n      \"reference\": \"string\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "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": "a9a360ad-45e8-4e5e-abe3-aea54cc5d2dc",
          "name": "Remove a counterparty from a list",
          "request": {
            "name": "Remove a counterparty from a list",
            "description": {
              "content": "Takes one counterparty off the list. Checks that already covered it stay in your register unchanged. Rate-limited to 20 per minute.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v1",
                "screening",
                "portfolios",
                ":id",
                "entries",
                ":entryId"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "id",
                  "description": "(Required) Portfolio id (UUID)"
                },
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "entryId",
                  "description": "(Required) Entry id (UUID)"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "auth": null
          },
          "response": [
            {
              "id": "d43a4b7c-aac6-420b-bff4-5fab735d077b",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "screening",
                    "portfolios",
                    ":id",
                    "entries",
                    ":entryId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) Portfolio id (UUID)"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "entryId",
                      "description": "(Required) Entry id (UUID)"
                    }
                  ]
                },
                "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": "DELETE",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": \"\",\n  \"meta\": {\n    \"key_0\": {}\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d0286393-eee1-46e7-b722-3d1fc6c5d400",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "screening",
                    "portfolios",
                    ":id",
                    "entries",
                    ":entryId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) Portfolio id (UUID)"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "entryId",
                      "description": "(Required) Entry id (UUID)"
                    }
                  ]
                },
                "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": "DELETE",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "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": "bcb7fc56-35a2-4ec7-a314-90453864bc64",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "screening",
                    "portfolios",
                    ":id",
                    "entries",
                    ":entryId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) Portfolio id (UUID)"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "entryId",
                      "description": "(Required) Entry id (UUID)"
                    }
                  ]
                },
                "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": "DELETE",
                "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": "140e0c42-b9d6-4534-bcb3-d7f8e3d8f129",
          "name": "Screen a counterparty list and record the check",
          "request": {
            "name": "Screen a counterparty list and record the check",
            "description": {
              "content": "Screens every counterparty on the list against every ingested sanctions list and records the whole thing as ONE check — the same kind of act an uploaded list produces, with the same list-version, threshold and engine snapshot, the same certificate, and the same per-match decisions. Each counterparty's standing on the list is updated from the result. A row carrying a Latvian registration code is screened by the company's registered name; it does not also screen that company's officials, shareholders and beneficial owners, so run a single check when you need that depth. Every result is a possible match requiring verification, never a determination. Requires a signed-in session; free of charge. Rate-limited to 5 per minute, and to 200 recorded checks or 10000 counterparties screened per rolling 24 hours.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v1",
                "screening",
                "portfolios",
                ":id",
                "screen"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "id",
                  "description": "(Required) Portfolio id (UUID)"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": null
          },
          "response": [
            {
              "id": "b09c6d2e-c07b-4b64-9fb8-a8478bcc2a28",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "screening",
                    "portfolios",
                    ":id",
                    "screen"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) Portfolio id (UUID)"
                    }
                  ]
                },
                "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": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": \"\",\n  \"meta\": {\n    \"key_0\": {}\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7a4670d2-671d-47db-81cb-e3b5fef765cc",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "screening",
                    "portfolios",
                    ":id",
                    "screen"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) Portfolio id (UUID)"
                    }
                  ]
                },
                "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": {}
              },
              "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": "c467c601-fb1e-43ef-9afa-1b61ebb3bdd6",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "screening",
                    "portfolios",
                    ":id",
                    "screen"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) Portfolio id (UUID)"
                    }
                  ]
                },
                "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": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "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": "c5d30a16-5cc4-438b-8a99-87534a503be5",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "screening",
                    "portfolios",
                    ":id",
                    "screen"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) Portfolio id (UUID)"
                    }
                  ]
                },
                "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": {}
              },
              "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": "bb6a095f-af41-439f-b157-72c71397b71a",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "screening",
                    "portfolios",
                    ":id",
                    "screen"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) Portfolio id (UUID)"
                    }
                  ]
                },
                "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": {}
              },
              "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": "f8af3c3b-dfae-4b5c-968c-14404ebf45b0",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "screening",
                    "portfolios",
                    ":id",
                    "screen"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) Portfolio id (UUID)"
                    }
                  ]
                },
                "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": {}
              },
              "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
          }
        },
        {
          "id": "8839f13f-d116-49f3-88f3-3350c69e4f13",
          "name": "List your monitoring alerts",
          "request": {
            "name": "List your monitoring alerts",
            "description": {
              "content": "Alerts the daily monitoring pass produced for your portfolios, newest first, with when the last pass ran. Each day the pass screens every counterparty you keep against just that day's sanctions-list changes: a possible new match becomes a `new_hit` alert, and the removal of a subject you were alerted about becomes a `delisted` notice. An alert is a possible match requiring verification, never a determination — screen the list to record a check that settles it. An alert changes no counterparty's standing on the list. Requires a signed-in session and returns only your own alerts.\n\nEach alert carries a `resolution`, derived at read time from your own checks and decisions and never stored: `open` (no check made since the alert was raised), `undecided` (a check names the subject and the match is still to assess — `runId`, `rowKey` and `hitKey` address it), or `settled` (the match carries a decision, or the check names no such subject). Alerts are never deleted or marked read: the log is monitoring evidence, and the check is what settles one.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v1",
                "screening",
                "alerts"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "portfolioId",
                  "value": "string",
                  "description": "Only alerts for this portfolio. Someone else's portfolio id returns nothing."
                },
                {
                  "disabled": false,
                  "key": "limit",
                  "value": "30",
                  "description": "Newest-first page size."
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "1c12f02b-3f4b-4b86-974c-f960a2f6de74",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "screening",
                    "alerts"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "portfolioId",
                      "value": "string"
                    },
                    {
                      "key": "limit",
                      "value": "30"
                    }
                  ],
                  "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  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9ec28d77-5eca-45e8-825a-7e7d37d6bc86",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "screening",
                    "alerts"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "portfolioId",
                      "value": "string"
                    },
                    {
                      "key": "limit",
                      "value": "30"
                    }
                  ],
                  "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": "Unauthorized",
              "code": 401,
              "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": "3b1164b4-f642-435e-b5a7-26126bfb9424",
      "name": "Analytics",
      "description": {
        "content": "Registry statistics, trends, and activity feeds",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "39f8fed1-8d63-4e6f-9318-0cec35f8f8af",
          "name": "State-of-the-registry kiosk aggregate",
          "request": {
            "name": "State-of-the-registry kiosk aggregate",
            "description": {
              "content": "Single-round-trip payload for the /analytics landing kiosk: headline totals, 7d/30d/365d registration and closure deltas, risk weather (sanctions, insolvencies, commercial pledges), and top-5 sectors by 30d net growth. Served from the mv_registry_state materialized view per the analytics cost contract. Cached for one hour.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v1",
                "analytics",
                "registry-state"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "d5073e05-9804-486a-8e7c-a65cdd39a0b4",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "analytics",
                    "registry-state"
                  ],
                  "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  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "72541c09-dcec-4688-91ee-cd47eb1c20d3",
          "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). Served from the mv_sector_breakdown materialized view per the analytics cost contract; refreshed nightly. Cached for one hour.",
              "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": "csv",
                  "description": "Response format"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "e587c5d0-6d8c-4cc6-8441-e8d582864251",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "analytics",
                    "sectors"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "limit",
                      "value": "20"
                    },
                    {
                      "key": "format",
                      "value": "csv"
                    }
                  ],
                  "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  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ef875153-412d-493d-afea-e1e1849e523d",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "analytics",
                    "sectors"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "limit",
                      "value": "20"
                    },
                    {
                      "key": "format",
                      "value": "csv"
                    }
                  ],
                  "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": "824a33cf-8991-4f6a-99c4-22d11245d9fa",
          "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. Served from the mv_region_breakdown materialized view per the analytics cost contract; refreshed nightly. Cached for one hour.",
              "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": "csv",
                  "description": "Response format"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "f70cd2be-28ad-4f4f-8c17-e43600459c3e",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "analytics",
                    "regions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "showAll",
                      "value": "false"
                    },
                    {
                      "key": "format",
                      "value": "csv"
                    }
                  ],
                  "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  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5da09028-7c48-438b-867f-b53e27da592b",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "analytics",
                    "regions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "showAll",
                      "value": "false"
                    },
                    {
                      "key": "format",
                      "value": "csv"
                    }
                  ],
                  "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": "6b751515-aff5-4ef6-ac05-0fc49c0af2ab",
          "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. Served from the mv_registration_trends materialized view per the analytics cost contract; refreshed nightly. Cached for one hour.",
              "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": "2054",
                  "description": "Start year"
                },
                {
                  "disabled": false,
                  "key": "to",
                  "value": "2054",
                  "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": "csv",
                  "description": "Response format"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "243850e5-951e-44c3-bf41-c8e7e7e5a163",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "analytics",
                    "trends"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "type",
                      "value": "string"
                    },
                    {
                      "key": "from",
                      "value": "2054"
                    },
                    {
                      "key": "to",
                      "value": "2054"
                    },
                    {
                      "key": "granularity",
                      "value": "yearly"
                    },
                    {
                      "key": "region",
                      "value": "string"
                    },
                    {
                      "key": "format",
                      "value": "csv"
                    }
                  ],
                  "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  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e0bfdbe3-6741-4697-b7d4-2188852f3924",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "analytics",
                    "trends"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "type",
                      "value": "string"
                    },
                    {
                      "key": "from",
                      "value": "2054"
                    },
                    {
                      "key": "to",
                      "value": "2054"
                    },
                    {
                      "key": "granularity",
                      "value": "yearly"
                    },
                    {
                      "key": "region",
                      "value": "string"
                    },
                    {
                      "key": "format",
                      "value": "csv"
                    }
                  ],
                  "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": "dc57ba78-a472-48cc-83c8-21a79c09ee4e",
          "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": "csv",
                  "description": "Response format"
                }
              ],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "sanctioned",
                  "key": "type",
                  "description": "(Required) Feed event type"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "92c83a71-8284-4633-a290-73d621c00272",
              "name": "OK",
              "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": "csv"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "sanctioned",
                      "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  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e8769343-04d0-421e-a9e2-c257b4a730e0",
              "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": "csv"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "sanctioned",
                      "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": "44da99fa-619d-44cd-a509-3bf4c8d8dacc",
          "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": "csv",
                  "description": "Response format"
                }
              ],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "T2435554256",
                  "key": "regcode",
                  "description": "(Required) Company registration code"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "f0c60ff1-172d-4a3d-bc1a-c189c5c4c39c",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "companies",
                    ":regcode",
                    "prediction"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "format",
                      "value": "csv"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "T2435554256",
                      "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  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d51764b8-fa8a-4633-bd44-d1a5ae276fd8",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "companies",
                    ":regcode",
                    "prediction"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "format",
                      "value": "csv"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "T2435554256",
                      "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": "d6ac65e0-362a-4e95-a4ef-853128bb67ec",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "companies",
                    ":regcode",
                    "prediction"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "format",
                      "value": "csv"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "T2435554256",
                      "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": "9312c5a7-e758-4efd-a7c9-324de1b455f8",
          "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": "978f15f9-6355-4972-a128-263ba7f24b3e",
              "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  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "b2862526-2e4e-4a57-a742-89220b84e9f2",
          "name": "Risks materialized-view freshness",
          "request": {
            "name": "Risks materialized-view freshness",
            "description": {
              "content": "Last-refresh timestamp, row count, and refresh duration for the materialized views that back the registry-wide Risks page. Anonymous access. Items include the spine `mv_company_risk_signals` and any `mv_risk_*` MVs as they ship in subsequent phases.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v1",
                "analytics",
                "risks",
                "freshness"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "87b58244-0926-42f1-b946-1526598fbfbd",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "analytics",
                    "risks",
                    "freshness"
                  ],
                  "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    \"items\": [\n      {\n        \"mvName\": \"string\",\n        \"refreshedAt\": \"2013-11-20T02:45:20.010Z\",\n        \"rowCount\": 1379,\n        \"durationMs\": 799\n      },\n      {\n        \"mvName\": \"string\",\n        \"refreshedAt\": \"1962-04-26T13:05:53.184Z\",\n        \"rowCount\": 3402,\n        \"durationMs\": 8573\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": "62e6f432-6aaf-4cb0-b068-4af18dfab3e0",
          "name": "Risks page hero KPIs",
          "request": {
            "name": "Risks page hero KPIs",
            "description": {
              "content": "Registry-wide distress index, high-severity company count, 30-day new-signals total, and 30-day declining-firms total, sourced from `mv_risk_hero_kpis` (refreshed daily). Anonymous access.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v1",
                "analytics",
                "risks",
                "overview"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "828e4c92-fb61-4789-8b8d-43a8f128c3d6",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "analytics",
                    "risks",
                    "overview"
                  ],
                  "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    \"distressIndex\": 10.788404597318934,\n    \"highSeverityCount\": 6618,\n    \"newSignals30d\": 6421,\n    \"decliningFirms30d\": 9966,\n    \"refreshedAt\": \"1989-06-16T10:25:02.616Z\"\n  },\n  \"meta\": {\n    \"key_0\": {}\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "0bfb6625-327b-4bc3-8e32-310282c7242a",
          "name": "Risks page six-stream cards",
          "request": {
            "name": "Risks page six-stream cards",
            "description": {
              "content": "Per-stream summary for the six risk-type cards: active count, 7-day and 30-day event windows with delta-percent, top NACE sections, and a 30-day sparkline. Sourced from `mv_risk_stream_cards` and `mv_risk_stream_daily_series` (refreshed daily). Anonymous access. Streams are returned in a fixed order.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v1",
                "analytics",
                "risks",
                "streams"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "901308e3-12c9-4a60-962b-08937fb51ac8",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "analytics",
                    "risks",
                    "streams"
                  ],
                  "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    \"streams\": [\n      {\n        \"stream\": \"insolvency\",\n        \"activeCount\": 980,\n        \"events7d\": 4453,\n        \"events30d\": 4014,\n        \"deltaPct7d\": 2131.9553722396845,\n        \"deltaPct30d\": 4817.319954314361,\n        \"topSectors\": [\n          {\n            \"sectionCode\": \"string\",\n            \"count\": 507\n          },\n          {\n            \"sectionCode\": \"string\",\n            \"count\": 5453\n          }\n        ],\n        \"sparkline\": [\n          {\n            \"date\": \"1989-02-04\",\n            \"count\": 7065\n          },\n          {\n            \"date\": \"1971-06-05\",\n            \"count\": 2843\n          }\n        ]\n      },\n      {\n        \"stream\": \"insolvency\",\n        \"activeCount\": 9792,\n        \"events7d\": 2610,\n        \"events30d\": 3683,\n        \"deltaPct7d\": 629.3649117844025,\n        \"deltaPct30d\": 6794.093202272345,\n        \"topSectors\": [\n          {\n            \"sectionCode\": \"string\",\n            \"count\": 7182\n          },\n          {\n            \"sectionCode\": \"string\",\n            \"count\": 9230\n          }\n        ],\n        \"sparkline\": [\n          {\n            \"date\": \"1975-06-15\",\n            \"count\": 6003\n          },\n          {\n            \"date\": \"1993-11-01\",\n            \"count\": 8084\n          }\n        ]\n      },\n      {\n        \"stream\": \"insolvency\",\n        \"activeCount\": 9356,\n        \"events7d\": 5753,\n        \"events30d\": 8034,\n        \"deltaPct7d\": 9147.510706892017,\n        \"deltaPct30d\": 664.4762071343014,\n        \"topSectors\": [\n          {\n            \"sectionCode\": \"string\",\n            \"count\": 9307\n          },\n          {\n            \"sectionCode\": \"string\",\n            \"count\": 8919\n          }\n        ],\n        \"sparkline\": [\n          {\n            \"date\": \"2011-05-07\",\n            \"count\": 8862\n          },\n          {\n            \"date\": \"1982-10-04\",\n            \"count\": 8022\n          }\n        ]\n      },\n      {\n        \"stream\": \"insolvency\",\n        \"activeCount\": 7612,\n        \"events7d\": 9383,\n        \"events30d\": 4876,\n        \"deltaPct7d\": 3262.3956730228288,\n        \"deltaPct30d\": 932.0248178270596,\n        \"topSectors\": [\n          {\n            \"sectionCode\": \"string\",\n            \"count\": 3959\n          },\n          {\n            \"sectionCode\": \"string\",\n            \"count\": 6792\n          }\n        ],\n        \"sparkline\": [\n          {\n            \"date\": \"1947-02-23\",\n            \"count\": 9416\n          },\n          {\n            \"date\": \"1993-04-01\",\n            \"count\": 1770\n          }\n        ]\n      },\n      {\n        \"stream\": \"insolvency\",\n        \"activeCount\": 6672,\n        \"events7d\": 1400,\n        \"events30d\": 3230,\n        \"deltaPct7d\": 3851.8221253159045,\n        \"deltaPct30d\": 9830.619905391457,\n        \"topSectors\": [\n          {\n            \"sectionCode\": \"string\",\n            \"count\": 753\n          },\n          {\n            \"sectionCode\": \"string\",\n            \"count\": 6971\n          }\n        ],\n        \"sparkline\": [\n          {\n            \"date\": \"1985-04-10\",\n            \"count\": 5294\n          },\n          {\n            \"date\": \"1956-07-13\",\n            \"count\": 5910\n          }\n        ]\n      },\n      {\n        \"stream\": \"insolvency\",\n        \"activeCount\": 9544,\n        \"events7d\": 9699,\n        \"events30d\": 3871,\n        \"deltaPct7d\": 3769.2552391975755,\n        \"deltaPct30d\": 5065.230199418438,\n        \"topSectors\": [\n          {\n            \"sectionCode\": \"string\",\n            \"count\": 9594\n          },\n          {\n            \"sectionCode\": \"string\",\n            \"count\": 7692\n          }\n        ],\n        \"sparkline\": [\n          {\n            \"date\": \"2018-02-22\",\n            \"count\": 4600\n          },\n          {\n            \"date\": \"2006-09-16\",\n            \"count\": 6844\n          }\n        ]\n      }\n    ],\n    \"refreshedAt\": \"2024-06-28T16:45:20.455Z\"\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": "7a0cdc9e-5d24-445e-9151-1417b67e5a0c",
          "name": "Risks page sectoral heatmap",
          "request": {
            "name": "Risks page sectoral heatmap",
            "description": {
              "content": "NACE section × stream heatmap with rate-per-1000 active companies and a quintile-within-stream intensity bucket (0–5). Sourced from `mv_risk_sector_heatmap` (refreshed daily). Companies with no NACE classification are excluded from cells and surfaced via `unclassifiedActiveShare` for the methodology footnote. Anonymous access.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v1",
                "analytics",
                "risks",
                "heatmap"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "3335f0f5-a38f-4d0b-a20d-950b30317227",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "analytics",
                    "risks",
                    "heatmap"
                  ],
                  "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    \"sections\": [\n      {\n        \"sectionCode\": \"string\",\n        \"labelEn\": \"string\",\n        \"labelLv\": \"string\",\n        \"activeCount\": 8005\n      },\n      {\n        \"sectionCode\": \"string\",\n        \"labelEn\": \"string\",\n        \"labelLv\": \"string\",\n        \"activeCount\": 2414\n      }\n    ],\n    \"streams\": [\n      \"insolvency\",\n      \"insolvency\",\n      \"insolvency\",\n      \"insolvency\",\n      \"insolvency\",\n      \"insolvency\"\n    ],\n    \"cells\": [\n      {\n        \"sectionCode\": \"string\",\n        \"stream\": \"insolvency\",\n        \"count\": 3997,\n        \"ratePer1000\": 1975.9531318517531,\n        \"intensity\": 4\n      },\n      {\n        \"sectionCode\": \"string\",\n        \"stream\": \"insolvency\",\n        \"count\": 3618,\n        \"ratePer1000\": 6265.136557482778,\n        \"intensity\": 3\n      }\n    ],\n    \"unclassifiedActiveShare\": 0.5394416831126774,\n    \"refreshedAt\": \"2003-12-21T08:00:18.332Z\"\n  },\n  \"meta\": {\n    \"key_0\": {}\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "1547b9b9-1c0f-4973-bc48-9cf313d11c19",
          "name": "Risks page severity ladder",
          "request": {
            "name": "Risks page severity ladder",
            "description": {
              "content": "Four-row severity ladder (Critical / High / Medium / Low) with active-company counts and 30-day month-over-month deltas. Sourced from `mv_risk_severity_ladder` (refreshed daily) with prior-period counts from `risk_severity_tier_history`. The first ~30 daily runs return `momDeltaPct = null` until history accrues. Anonymous access. Tiers are returned in fixed display order.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v1",
                "analytics",
                "risks",
                "ladder"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "d25d74e4-29da-4cf7-9d4f-dd8a4688f24f",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "analytics",
                    "risks",
                    "ladder"
                  ],
                  "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    \"tiers\": [\n      {\n        \"tier\": \"crit\",\n        \"count\": 4060,\n        \"momDeltaCount\": 939,\n        \"momDeltaPct\": 8660.032621716293,\n        \"refreshedAt\": \"2014-06-23T06:20:42.863Z\"\n      },\n      {\n        \"tier\": \"crit\",\n        \"count\": 5440,\n        \"momDeltaCount\": 564,\n        \"momDeltaPct\": 1431.474046090977,\n        \"refreshedAt\": \"2010-01-06T09:54:06.042Z\"\n      },\n      {\n        \"tier\": \"crit\",\n        \"count\": 9982,\n        \"momDeltaCount\": 8924,\n        \"momDeltaPct\": 1602.4667008927263,\n        \"refreshedAt\": \"1967-09-14T09:11:51.564Z\"\n      },\n      {\n        \"tier\": \"crit\",\n        \"count\": 5648,\n        \"momDeltaCount\": 1499,\n        \"momDeltaPct\": 1046.1748710819552,\n        \"refreshedAt\": \"2024-01-20T22:45:34.028Z\"\n      }\n    ],\n    \"flaggedTotal\": 8323,\n    \"refreshedAt\": \"1978-07-14T17:54:23.195Z\"\n  },\n  \"meta\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "a7d921c9-a6b9-4bd5-bf88-eeca762ac835",
          "name": "Insolvency risk drilldown (counts + recent list)",
          "request": {
            "name": "Insolvency risk drilldown (counts + recent list)",
            "description": {
              "content": "Powers the /analytics/risks/insolvency page. Returns distinct-company counts of new insolvency proceedings over 7d/30d/365d windows, plus the 50 most recently insolvent companies (one row per company, latest proceeding wins). Anonymous access.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v1",
                "analytics",
                "risks",
                "insolvency"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "57dd9819-0a76-4c5f-ab4b-dc7f3eed4084",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "analytics",
                    "risks",
                    "insolvency"
                  ],
                  "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    \"counts\": {\n      \"week\": 6471,\n      \"month\": 280,\n      \"year\": 9598\n    },\n    \"recent\": [\n      {\n        \"regcode\": \"string\",\n        \"name\": \"string\",\n        \"proceedingStartedOn\": \"1998-01-27\",\n        \"proceedingType\": \"string\",\n        \"proceedingForm\": \"string\",\n        \"courtName\": \"string\"\n      },\n      {\n        \"regcode\": \"string\",\n        \"name\": \"string\",\n        \"proceedingStartedOn\": \"2001-10-26\",\n        \"proceedingType\": \"string\",\n        \"proceedingForm\": \"string\",\n        \"courtName\": \"string\"\n      }\n    ],\n    \"refreshedAt\": \"2018-02-23T08:38:39.136Z\"\n  },\n  \"meta\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "4de8da76-0c0e-4f63-8615-9b754c9307d0",
          "name": "VID suspension risk drilldown (counts + recent list)",
          "request": {
            "name": "VID suspension risk drilldown (counts + recent list)",
            "description": {
              "content": "Powers the /analytics/risks/vid page. Returns distinct-company counts of newly suspended companies over 7d/30d/365d windows (keyed on `suspended_from`), plus the 50 most recently suspended companies (one row per company, latest suspension wins). Anonymous access.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v1",
                "analytics",
                "risks",
                "vid"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "48144147-0bfb-422e-b8ac-ebf74a567c63",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "analytics",
                    "risks",
                    "vid"
                  ],
                  "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    \"counts\": {\n      \"week\": 3649,\n      \"month\": 8664,\n      \"year\": 5933\n    },\n    \"recent\": [\n      {\n        \"regcode\": \"string\",\n        \"name\": \"string\",\n        \"suspendedFrom\": \"1988-03-31\",\n        \"suspendedUntil\": \"2017-09-07\"\n      },\n      {\n        \"regcode\": \"string\",\n        \"name\": \"string\",\n        \"suspendedFrom\": \"2007-01-31\",\n        \"suspendedUntil\": \"1976-05-14\"\n      }\n    ],\n    \"refreshedAt\": \"1975-07-16T11:58:12.098Z\"\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": "c0283b5a-43d5-4605-b44c-6eeb72940a03",
          "name": "Commercial-pledge risk drilldown (counts + recent list)",
          "request": {
            "name": "Commercial-pledge risk drilldown (counts + recent list)",
            "description": {
              "content": "Powers the /analytics/risks/pledges page. Returns distinct-pledgor counts of newly registered active pledges over 7d/30d/365d windows (keyed on `registered_on`, scoped to is_annulled=FALSE AND removed_on IS NULL to match the landing-card MV), plus an `active` total across all open pledges and the 50 most recently registered pledges (one row per pledgor, latest pledge wins). Anonymous access.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v1",
                "analytics",
                "risks",
                "pledges"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "6e8e0b5e-c0d3-4dbd-9757-c1d3d4d74638",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "analytics",
                    "risks",
                    "pledges"
                  ],
                  "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    \"counts\": {\n      \"week\": 8871,\n      \"month\": 5690,\n      \"year\": 1460,\n      \"active\": 8332\n    },\n    \"recent\": [\n      {\n        \"regcode\": \"string\",\n        \"name\": \"string\",\n        \"registeredOn\": \"1948-10-27\",\n        \"amount\": 9850.424578060632,\n        \"currency\": \"string\"\n      },\n      {\n        \"regcode\": \"string\",\n        \"name\": \"string\",\n        \"registeredOn\": \"1982-07-18\",\n        \"amount\": 377.1424457508998,\n        \"currency\": \"string\"\n      }\n    ],\n    \"refreshedAt\": \"2001-02-10T09:28:03.740Z\"\n  },\n  \"meta\": {\n    \"key_0\": {},\n    \"key_1\": {},\n    \"key_2\": {}\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "3a18df33-4349-486a-ba1e-06876347de56",
          "name": "Sanctions materialized-view freshness",
          "request": {
            "name": "Sanctions materialized-view freshness",
            "description": {
              "content": "Last-refresh timestamp, row count, and refresh duration for the materialized views that back the registry-wide Sanctions page. Anonymous access. Items list any `mv_sanctions_*` MVs as they ship in Phases 5.2–5.6.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v1",
                "analytics",
                "sanctions",
                "freshness"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "f4ea4abd-7261-4d9c-b14f-23d79cfc9e71",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "analytics",
                    "sanctions",
                    "freshness"
                  ],
                  "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    \"items\": [\n      {\n        \"mvName\": \"string\",\n        \"refreshedAt\": \"2013-11-20T02:45:20.010Z\",\n        \"rowCount\": 1379,\n        \"durationMs\": 799\n      },\n      {\n        \"mvName\": \"string\",\n        \"refreshedAt\": \"1962-04-26T13:05:53.184Z\",\n        \"rowCount\": 3402,\n        \"durationMs\": 8573\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": "661931fd-95f5-44f3-8a95-e842212762bf",
          "name": "Sanctions page hero KPIs",
          "request": {
            "name": "Sanctions page hero KPIs",
            "description": {
              "content": "Registry-wide sanctions hero ribbon: LV-linked subjects (1°), total subjects across all lists, active sources, and subjects newly designated in the last seven days (counted from real `added` list-change events, not a stock difference). Sourced from `mv_sanctions_hero` (refreshed daily). Anonymous access.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v1",
                "analytics",
                "sanctions",
                "overview"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "8a6b0cd4-f5b0-4a65-8274-fc4b3b43dbcd",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "analytics",
                    "sanctions",
                    "overview"
                  ],
                  "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    \"lvLinkedSubjects\": 8810,\n    \"totalSubjects\": 3165,\n    \"activeSources\": 5793,\n    \"newThisWeek\": 4540,\n    \"extensionExposedCompanies\": 1224,\n    \"refreshedAt\": \"1976-10-19T05:07:21.849Z\"\n  },\n  \"meta\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "6d619f89-0aa5-4316-a328-ee70321dfe24",
          "name": "Sanctions page top-exposed table",
          "request": {
            "name": "Sanctions page top-exposed table",
            "description": {
              "content": "LV companies with ≥1 direct sanctions hit, sorted by latest flag date desc, flag count desc. Sourced from `mv_sanctions_exposed` (refreshed daily). Default page size is 50; hard cap is 200. v1 ships 1°-only — officer/UBO 2° fan-out is deferred. Anonymous access.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v1",
                "analytics",
                "sanctions",
                "exposed"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "limit",
                  "value": "50",
                  "description": "Maximum rows to return (default 50, capped at 200)."
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "d6745323-7a2f-4999-9790-362b63a6c87b",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "analytics",
                    "sanctions",
                    "exposed"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "limit",
                      "value": "50"
                    }
                  ],
                  "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    \"rows\": [\n      {\n        \"regcode\": \"string\",\n        \"legalName\": \"string\",\n        \"sectionCode\": \"string\",\n        \"sectionLabelEn\": \"string\",\n        \"sectionLabelLv\": \"string\",\n        \"flagCount\": 8405,\n        \"sources\": [\n          \"string\",\n          \"string\"\n        ],\n        \"firstFlaggedOn\": \"1965-05-23T22:47:19.517Z\",\n        \"latestFlaggedOn\": \"1969-05-14T17:11:53.247Z\",\n        \"companyStatus\": \"string\"\n      },\n      {\n        \"regcode\": \"string\",\n        \"legalName\": \"string\",\n        \"sectionCode\": \"string\",\n        \"sectionLabelEn\": \"string\",\n        \"sectionLabelLv\": \"string\",\n        \"flagCount\": 9040,\n        \"sources\": [\n          \"string\",\n          \"string\"\n        ],\n        \"firstFlaggedOn\": \"1957-05-22T12:31:35.929Z\",\n        \"latestFlaggedOn\": \"2020-12-23T13:20:54.051Z\",\n        \"companyStatus\": \"string\"\n      }\n    ],\n    \"refreshedAt\": \"2007-07-21T05:31:33.711Z\"\n  },\n  \"meta\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "a476eeca-425c-4702-92ad-0925b738c1d6",
          "name": "Sanctions page 2° (extension-exposed) companies",
          "request": {
            "name": "Sanctions page 2° (extension-exposed) companies",
            "description": {
              "content": "LV companies owned/controlled by extension (≥50% aggregated ownership) by a designated party — the 2° fan-out behind the analytics extension count. From `sanctions_extension_exposure` (rebuilt daily; tens of rows). Sorted by ownership-hop degree asc, aggregate % desc. Default page size 50, hard cap 200. Computed indicators, never a determination. Anonymous access.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v1",
                "analytics",
                "sanctions",
                "extension-exposed"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "limit",
                  "value": "50",
                  "description": "Maximum rows to return (default 50, capped at 200)."
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "2aaf4f47-494a-4403-b9a4-7251c37b2de4",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "analytics",
                    "sanctions",
                    "extension-exposed"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "limit",
                      "value": "50"
                    }
                  ],
                  "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    \"rows\": [\n      {\n        \"regcode\": \"string\",\n        \"legalName\": \"string\",\n        \"maxDegree\": 1,\n        \"regimes\": [\n          \"string\",\n          \"string\"\n        ],\n        \"maxAggregatePct\": 5380.805183387219,\n        \"companyStatus\": \"string\"\n      },\n      {\n        \"regcode\": \"string\",\n        \"legalName\": \"string\",\n        \"maxDegree\": 1,\n        \"regimes\": [\n          \"string\",\n          \"string\"\n        ],\n        \"maxAggregatePct\": 3570.9838949388195,\n        \"companyStatus\": \"string\"\n      }\n    ],\n    \"refreshedAt\": \"2010-11-29T20:35:03.362Z\"\n  },\n  \"meta\": {\n    \"key_0\": {},\n    \"key_1\": {},\n    \"key_2\": {}\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "7391e510-ff14-4d3c-96cf-549ad92553ce",
          "name": "Sanctions page source panel",
          "request": {
            "name": "Sanctions page source panel",
            "description": {
              "content": "Per-source summary for the nine-card sanctions panel: subject count, LV-linked subjects, last-updated timestamp, and 30-day MoM delta (count + percent). Sourced from `mv_sanctions_sources` (refreshed daily) with prior-period counts from `sanctions_count_history`. The first ~30 daily runs return null `momDeltaCount`/`momDeltaPct` until history accrues. All nine sources have live ingest (AU DFAT + CH SECO since Phase 0.2b). Anonymous access. Sources are returned in a fixed order.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v1",
                "analytics",
                "sanctions",
                "sources"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "f2794dfe-ed70-47e9-9e8e-9476ac476002",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "analytics",
                    "sanctions",
                    "sources"
                  ],
                  "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    \"cards\": [\n      {\n        \"source\": \"EU\",\n        \"subjectCount\": 2706,\n        \"lvLinkedSubjects\": 6195,\n        \"lastUpdated\": \"1949-10-08T08:55:17.427Z\",\n        \"momDeltaCount\": 3891,\n        \"momDeltaPct\": 8209.220860654625\n      },\n      {\n        \"source\": \"EU\",\n        \"subjectCount\": 9707,\n        \"lvLinkedSubjects\": 672,\n        \"lastUpdated\": \"1951-02-13T19:25:43.451Z\",\n        \"momDeltaCount\": 6074,\n        \"momDeltaPct\": 3313.0483675702394\n      },\n      {\n        \"source\": \"EU\",\n        \"subjectCount\": 7638,\n        \"lvLinkedSubjects\": 4477,\n        \"lastUpdated\": \"1980-08-03T06:17:46.265Z\",\n        \"momDeltaCount\": 3175,\n        \"momDeltaPct\": 2588.0137188073027\n      },\n      {\n        \"source\": \"EU\",\n        \"subjectCount\": 4607,\n        \"lvLinkedSubjects\": 1354,\n        \"lastUpdated\": \"2024-07-09T13:16:19.373Z\",\n        \"momDeltaCount\": 9775,\n        \"momDeltaPct\": 5563.019921955861\n      },\n      {\n        \"source\": \"EU\",\n        \"subjectCount\": 1250,\n        \"lvLinkedSubjects\": 3343,\n        \"lastUpdated\": \"1953-07-11T15:48:57.691Z\",\n        \"momDeltaCount\": 6644,\n        \"momDeltaPct\": 1616.2783100189727\n      },\n      {\n        \"source\": \"EU\",\n        \"subjectCount\": 9704,\n        \"lvLinkedSubjects\": 5861,\n        \"lastUpdated\": \"1977-02-06T19:02:36.068Z\",\n        \"momDeltaCount\": 6077,\n        \"momDeltaPct\": 2037.3433010740505\n      },\n      {\n        \"source\": \"EU\",\n        \"subjectCount\": 2651,\n        \"lvLinkedSubjects\": 2539,\n        \"lastUpdated\": \"1984-05-26T01:37:05.292Z\",\n        \"momDeltaCount\": 6327,\n        \"momDeltaPct\": 7087.751941182474\n      },\n      {\n        \"source\": \"EU\",\n        \"subjectCount\": 7411,\n        \"lvLinkedSubjects\": 5963,\n        \"lastUpdated\": \"1983-02-11T17:06:29.693Z\",\n        \"momDeltaCount\": 1549,\n        \"momDeltaPct\": 2802.0125673043794\n      },\n      {\n        \"source\": \"EU\",\n        \"subjectCount\": 6824,\n        \"lvLinkedSubjects\": 8485,\n        \"lastUpdated\": \"1951-08-29T01:45:56.291Z\",\n        \"momDeltaCount\": 7123,\n        \"momDeltaPct\": 8705.106394376518\n      }\n    ],\n    \"refreshedAt\": \"1977-12-05T06:03:29.820Z\"\n  },\n  \"meta\": {\n    \"key_0\": {},\n    \"key_1\": {},\n    \"key_2\": {}\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "d623395e-f38f-4192-b17e-567758832043",
          "name": "Sanctions page sectoral exposure",
          "request": {
            "name": "Sanctions page sectoral exposure",
            "description": {
              "content": "NACE section × sanctions exposure: distinct LV companies with ≥1 direct hit, the active-firm denominator, and rate-per-1000. Sourced from `mv_sanctions_sectors` (refreshed daily). v1 ships 1°-only (officer/UBO 2° fan-out is deferred). Companies with no NACE classification are excluded from the row set and surfaced via `unclassifiedActiveShare` for the §5.7 methodology footnote. Anonymous access.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v1",
                "analytics",
                "sanctions",
                "sectors"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "36085755-d462-4dcb-8ca4-9e3d69449b2d",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "analytics",
                    "sanctions",
                    "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    \"sectors\": [\n      {\n        \"sectionCode\": \"string\",\n        \"sectionLabelEn\": \"string\",\n        \"sectionLabelLv\": \"string\",\n        \"exposedCount\": 5162,\n        \"totalActive\": 1400,\n        \"ratePer1000\": 3880.270953639886\n      },\n      {\n        \"sectionCode\": \"string\",\n        \"sectionLabelEn\": \"string\",\n        \"sectionLabelLv\": \"string\",\n        \"exposedCount\": 911,\n        \"totalActive\": 3618,\n        \"ratePer1000\": 2581.1384085333634\n      }\n    ],\n    \"unclassifiedActiveShare\": 0.5522229979454829,\n    \"refreshedAt\": \"2004-07-29T20:15:06.492Z\"\n  },\n  \"meta\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "20ce4e1a-d036-43c1-8488-33601603c324",
          "name": "Sanctions page recent-additions feed",
          "request": {
            "name": "Sanctions page recent-additions feed",
            "description": {
              "content": "Sanction entries from the trailing 7-day window, grouped to one row per `(subjectName, source, flaggedOn::date)`. Sourced from `mv_sanctions_recent` (refreshed daily). v1 ships 1°-only — `lvLinkCount` counts distinct LV-linked legal entities for the `+N LV link` impact note. The feed is empty on most days when no flag rows arrive in the window. Anonymous access.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v1",
                "analytics",
                "sanctions",
                "recent"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "016c7663-bf59-4c93-b4ae-0d6c35046c64",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "analytics",
                    "sanctions",
                    "recent"
                  ],
                  "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    \"entries\": [\n      {\n        \"source\": \"EU\",\n        \"flaggedOn\": \"1979-02-25T05:07:27.058Z\",\n        \"subjectName\": \"string\",\n        \"program\": \"string\",\n        \"lvLinkCount\": 612\n      },\n      {\n        \"source\": \"EU\",\n        \"flaggedOn\": \"1993-06-20T09:22:58.860Z\",\n        \"subjectName\": \"string\",\n        \"program\": \"string\",\n        \"lvLinkCount\": 7214\n      }\n    ],\n    \"refreshedAt\": \"1967-05-30T18:59:35.156Z\"\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
          }
        }
      ],
      "event": []
    },
    {
      "id": "d78f66a7-a631-438f-91ec-602e68daf1dd",
      "name": "Persons",
      "description": {
        "content": "Person search and profile lookup",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "ed6a149d-b2e6-4538-b398-dcccc92c125c",
          "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 (minimum 3 characters — shorter queries fall back to an unindexed scan and are rejected)"
                },
                {
                  "disabled": false,
                  "key": "limit",
                  "value": "20",
                  "description": "Maximum results to return"
                },
                {
                  "disabled": false,
                  "key": "format",
                  "value": "csv",
                  "description": "Response format"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "0456c16b-b145-42b5-988c-3033b1a7d9eb",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "persons",
                    "search"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "q",
                      "value": "string"
                    },
                    {
                      "key": "limit",
                      "value": "20"
                    },
                    {
                      "key": "format",
                      "value": "csv"
                    }
                  ],
                  "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  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1c813af2-a595-4458-b8ce-e7f59ad4bfaa",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "persons",
                    "search"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "q",
                      "value": "string"
                    },
                    {
                      "key": "limit",
                      "value": "20"
                    },
                    {
                      "key": "format",
                      "value": "csv"
                    }
                  ],
                  "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": "c145baca-e7a8-4d6b-88d7-f28e5f27eab6",
          "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": "f74e698e-50b5-45f4-b85d-205add268928",
              "name": "OK",
              "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  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f9fce87e-f4f9-4dcd-8363-6315abfe5ee1",
              "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": "92fcf5d0-955a-44b9-9d60-51ce9842c6c3",
              "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": "fdf3089e-84c7-44d3-9e7e-790d4abd8845",
          "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": "1e9cd176-28fb-4b6c-837d-28cf1cdaea32",
              "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  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "43c917b8-549b-4d50-b12f-372323a5159d",
              "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": "ecb333a9-3aff-4fb9-9bb1-9baf70645b74",
              "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": "b875dd27-7737-439f-8a19-b33329abc91c",
      "name": "VID & Network",
      "description": {
        "content": "Tax data, company networks, and connections",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "0feba0c5-867f-46e0-9166-cc0effa2a138",
          "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": "csv",
                  "description": "Response format"
                }
              ],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "T2435554256",
                  "key": "regcode",
                  "description": "(Required) Company registration code"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "9d9d82fb-0188-4949-a23b-76827a54585a",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "companies",
                    ":regcode",
                    "vid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "format",
                      "value": "csv"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "T2435554256",
                      "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  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "894a48f6-6800-410d-a0fd-4df49add5836",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "companies",
                    ":regcode",
                    "vid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "format",
                      "value": "csv"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "T2435554256",
                      "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": "b7fb9b63-eb6b-4e3a-9f08-4022fbcc94a4",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "companies",
                    ":regcode",
                    "vid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "format",
                      "value": "csv"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "T2435554256",
                      "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": "6cf22e14-a352-48ec-9581-ac2745c10926",
          "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. Observer 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,officials,reorganizations,shareholders,reorganizations,shareholders,ubos,reorganizations,shareholders,reorganizations,shareholders",
                  "description": "Relationship type filter (comma-separated)"
                },
                {
                  "disabled": false,
                  "key": "format",
                  "value": "csv",
                  "description": "Response format"
                }
              ],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "T2435554256",
                  "key": "regcode",
                  "description": "(Required) Company registration code"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "455df858-cf42-4c90-8fdd-b97c5195b06f",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "companies",
                    ":regcode",
                    "network"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "rel",
                      "value": "officials,officials,reorganizations,shareholders,reorganizations,shareholders,ubos,reorganizations,shareholders,reorganizations,shareholders"
                    },
                    {
                      "key": "format",
                      "value": "csv"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "T2435554256",
                      "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  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2bb2ee04-6db6-4644-baae-23a3369f4160",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "companies",
                    ":regcode",
                    "network"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "rel",
                      "value": "officials,officials,reorganizations,shareholders,reorganizations,shareholders,ubos,reorganizations,shareholders,reorganizations,shareholders"
                    },
                    {
                      "key": "format",
                      "value": "csv"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "T2435554256",
                      "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": "04d94809-9ed3-4b7d-ba3a-19ca9001d816",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "companies",
                    ":regcode",
                    "network"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "rel",
                      "value": "officials,officials,reorganizations,shareholders,reorganizations,shareholders,ubos,reorganizations,shareholders,reorganizations,shareholders"
                    },
                    {
                      "key": "format",
                      "value": "csv"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "T2435554256",
                      "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": "e4859c9e-9908-46ec-a1cd-8412802cbabd",
          "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": "csv",
                  "description": "Response format"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "336448a1-9a4c-427f-958a-01cfd2866e47",
              "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": "csv"
                    }
                  ],
                  "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  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "65da0fe9-1175-4b20-809d-fede100be5e3",
              "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": "csv"
                    }
                  ],
                  "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": "8d775404-9f28-4227-a5bf-8ce2d7165654",
          "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": "csv",
                  "description": "Response format"
                }
              ],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "T2435554256",
                  "key": "regcode",
                  "description": "(Required) Company registration code"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "949e9e0b-8446-4258-8861-d4521a2689f9",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "companies",
                    ":regcode",
                    "credit-limit"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "format",
                      "value": "csv"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "T2435554256",
                      "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  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "147d9f50-f1a1-49a0-9750-f3370f2281ec",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "companies",
                    ":regcode",
                    "credit-limit"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "format",
                      "value": "csv"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "T2435554256",
                      "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": "8a2c7457-3069-45d9-b875-f7581a39a151",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "companies",
                    ":regcode",
                    "credit-limit"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "format",
                      "value": "csv"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "T2435554256",
                      "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": "06740963-a130-4645-abb4-5283058159ff",
      "name": "NACE",
      "description": {
        "content": "NACE industry classification and browsing",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "6302e453-788e-4710-8d8e-6367081ad327",
          "name": "Search NACE codes",
          "request": {
            "name": "Search NACE codes",
            "description": {
              "content": "Autocomplete-style search across NACE Rev.2 codes by Latvian / English description or code prefix. Used by the mobile filter NACE picker. Cached for one hour.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v1",
                "nace",
                "search"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "q",
                  "value": "string",
                  "description": "(Required) Search term (description text or code prefix)"
                },
                {
                  "disabled": false,
                  "key": "lang",
                  "value": "lv",
                  "description": "Description language to prioritise (lv default)"
                },
                {
                  "disabled": false,
                  "key": "limit",
                  "value": "20",
                  "description": "Max results (cap 50)"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "854b9aac-fc4c-4f97-9ad2-52191b254dba",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "nace",
                    "search"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "q",
                      "value": "string"
                    },
                    {
                      "key": "lang",
                      "value": "lv"
                    },
                    {
                      "key": "limit",
                      "value": "20"
                    }
                  ],
                  "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  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "a8b53cc0-5a3f-4457-ab36-9c098c22fee5",
          "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": "O",
                  "key": "code",
                  "description": "(Required) NACE code (section letter, division, group, or class)"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "191ea901-b272-4707-8c45-4a7c3e7e825d",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "nace",
                    ":code"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "O",
                      "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  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "df90c66c-bd78-4a38-b363-69b9fad4c944",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "nace",
                    ":code"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "O",
                      "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": "726c4774-71a1-4e81-a08c-27fc58c53c11",
          "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": "O",
                  "key": "code",
                  "description": "(Required) NACE code (section letter, division, group, or class)"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "62c11eaf-7437-4af2-898e-61f8e64ead14",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "nace",
                    ":code",
                    "financials"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "O",
                      "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  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c6038dab-d952-4dbe-a757-6397ae120f8e",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "nace",
                    ":code",
                    "financials"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "O",
                      "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": "95909206-21e6-48b4-826c-c715afdb3065",
          "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": "csv",
                  "description": "Response format"
                }
              ],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "O",
                  "key": "code",
                  "description": "(Required) NACE code (section letter, division, group, or class)"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "5d3a4406-aecd-45f2-a15f-e89e21df8208",
              "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": "csv"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "O",
                      "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  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "aea03ad8-d00d-4c73-94c7-6e353322d627",
              "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": "csv"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "O",
                      "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": "8f580938-4140-48bb-ab3b-201b5bc71ea1",
      "name": "Documents",
      "description": {
        "content": "Annual reports and public document access",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "1d163b1a-8158-4c10-a2db-3c189af4c554",
          "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": "T2435554256",
                  "key": "regcode",
                  "description": "(Required) Company registration code"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "9f019717-b843-4b2b-8f3a-6bb58b620bd3",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "companies",
                    ":regcode",
                    "documents"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "T2435554256",
                      "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  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3143da58-16b7-460b-a43c-fb55a5a0e0b0",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "companies",
                    ":regcode",
                    "documents"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "T2435554256",
                      "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": "acd9b16f-ed01-4196-931d-95c2ab206f43",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "companies",
                    ":regcode",
                    "documents"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "T2435554256",
                      "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": "ef389bbe-d9ee-47f3-8c96-9cb1ff9c3a4c",
          "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": "90057fce-6b03-4a80-aeea-790a0019b176",
              "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": "fb5bf148-7edd-4c28-9222-6db227d70288",
              "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": "3e932cfd-52e8-44e4-8852-30b18a6ee1f9",
              "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": "675bb36a-b943-4036-b438-60347b45d01e",
              "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": "dcd47261-93a3-4dce-9e6f-d9fdc0947f8a",
              "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"
            },
            {
              "id": "d16b9440-7518-4953-b4cc-27df34ee6d44",
              "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 Gateway",
              "code": 502,
              "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": "433321c6-2628-49a9-b717-942e4602c483",
      "name": "Pledges",
      "description": {
        "content": "Commercial pledge records and lookup",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "b390a3d7-96aa-4bc8-9cce-0b4dab8a4619",
          "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": "T2435554256",
                  "key": "regcode",
                  "description": "(Required) Company registration code"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "a931f6a9-c557-413e-b42e-1e0340c217c4",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "companies",
                    ":regcode",
                    "pledges"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "T2435554256",
                      "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  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ae3aac08-21b5-4985-aa32-c176f3f1a2a6",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "companies",
                    ":regcode",
                    "pledges"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "T2435554256",
                      "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": "73c21f2d-ddf9-459c-a158-840e321db5a5",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "companies",
                    ":regcode",
                    "pledges"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "T2435554256",
                      "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": "6efc0b7d-6394-433e-9ad3-463bbd0641eb",
      "name": "Reports",
      "description": {
        "content": "PDF report generation and download",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "ccdba88d-60d2-499f-bdb5-37e4e0ef4831",
          "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. Available to any authenticated user with sufficient credits.",
              "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": "T2435554256",
                  "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": "71d62d20-4531-4a37-8ca2-59e9264efe69",
              "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": "T2435554256",
                      "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": "f8e9af5f-bd09-48e3-b8ee-c7dc9824b605",
              "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": "T2435554256",
                      "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": "7b36e1d7-f119-46fd-8976-c3d532e0d974",
              "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": "T2435554256",
                      "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": "3726e2b5-10b1-49fa-a382-b3f30d355b4f",
              "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": "T2435554256",
                      "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
          }
        },
        {
          "id": "83aec8bc-778a-44ec-82d7-479cc8132ac5",
          "name": "Generate a person PDF report",
          "request": {
            "name": "Generate a person PDF report",
            "description": {
              "content": "Render a person profile PDF (registry roles + VDAA enrichment: career history, binding authority, commercial pledges, spousal property contracts). Full unmasked personal code is included. Charges 5 credits — refunded on render failure. Paid tier only (Agent or Analyst). Rate-limited to 10/min.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v1",
                "persons",
                ":id",
                "report",
                "person"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "locale",
                  "value": "en",
                  "description": "Report language"
                }
              ],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "18950532738961",
                  "key": "id",
                  "description": "(Required) Person ID (positive integer person row id, as returned by /persons/search)"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/pdf"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "69023b90-5f72-483a-8705-603b079dce8b",
              "name": "Generated person profile PDF",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "persons",
                    ":id",
                    "report",
                    "person"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "locale",
                      "value": "en"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "18950532738961",
                      "key": "id",
                      "description": "(Required) Person ID (positive integer person row id, as returned by /persons/search)"
                    }
                  ]
                },
                "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": "e09b437c-5f02-428a-8dff-fc0c627b2db0",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "persons",
                    ":id",
                    "report",
                    "person"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "locale",
                      "value": "en"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "18950532738961",
                      "key": "id",
                      "description": "(Required) Person ID (positive integer person row id, as returned by /persons/search)"
                    }
                  ]
                },
                "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": "2a30ad37-ac8c-44a6-8a5b-86312770287e",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "persons",
                    ":id",
                    "report",
                    "person"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "locale",
                      "value": "en"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "18950532738961",
                      "key": "id",
                      "description": "(Required) Person ID (positive integer person row id, as returned by /persons/search)"
                    }
                  ]
                },
                "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": "d597ab0f-f9e6-4e84-9b52-ceba4d5d6f5b",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "persons",
                    ":id",
                    "report",
                    "person"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "locale",
                      "value": "en"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "18950532738961",
                      "key": "id",
                      "description": "(Required) Person ID (positive integer person row id, as returned by /persons/search)"
                    }
                  ]
                },
                "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": "089b9fb4-f238-4225-b5b8-2850affbd607",
          "name": "Generate the CSV companion to the person profile report",
          "request": {
            "name": "Generate the CSV companion to the person profile report",
            "description": {
              "content": "Flat CSV dump of the person's complete enrichment history — legal-entity involvements (current + historical), commercial pledges (active + history), and spousal property contracts. Uncapped. Charges 5 credits independently of the PDF. Paid tier only.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v1",
                "persons",
                ":id",
                "report",
                "person",
                "csv"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "18950532738961",
                  "key": "id",
                  "description": "(Required) Person ID (positive integer person row id, as returned by /persons/search)"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "text/csv"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "35fa0441-631a-4f75-b3d9-ce37914a5926",
              "name": "CSV",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "persons",
                    ":id",
                    "report",
                    "person",
                    "csv"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "18950532738961",
                      "key": "id",
                      "description": "(Required) Person ID (positive integer person row id, as returned by /persons/search)"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-API-Key",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "text/csv"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/csv"
                }
              ],
              "body": "string",
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "9e1ed547-6751-4d03-b24e-a8e6acfaf27d",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "persons",
                    ":id",
                    "report",
                    "person",
                    "csv"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "18950532738961",
                      "key": "id",
                      "description": "(Required) Person ID (positive integer person row id, as returned by /persons/search)"
                    }
                  ]
                },
                "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": "186c8f91-2ef8-4811-864e-490e0a0c3ae9",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "persons",
                    ":id",
                    "report",
                    "person",
                    "csv"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "18950532738961",
                      "key": "id",
                      "description": "(Required) Person ID (positive integer person row id, as returned by /persons/search)"
                    }
                  ]
                },
                "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": "09dab7bf-1bb3-410d-b0d8-433b27dd16a9",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "persons",
                    ":id",
                    "report",
                    "person",
                    "csv"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "18950532738961",
                      "key": "id",
                      "description": "(Required) Person ID (positive integer person row id, as returned by /persons/search)"
                    }
                  ]
                },
                "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": "032c64dd-c698-4629-90bb-71460d89deaa",
      "name": "Chat",
      "description": {
        "content": "",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "ff221257-65e1-408b-a6eb-d79ad0772526",
          "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": "b3476688-8c3e-40e1-b059-a9804dc6bef2",
              "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        \"key_1\": {}\n      }\n    ],\n    \"rowCount\": 3666.6757785774994,\n    \"truncated\": true,\n    \"retried\": false,\n    \"executionTimeMs\": 705.6695612152541\n  },\n  \"meta\": {\n    \"key_0\": {},\n    \"key_1\": {},\n    \"key_2\": {},\n    \"key_3\": {},\n    \"key_4\": {}\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "714dad46-e3a7-4ed8-b686-d97eae59bcc1",
              "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": "baf0a692-9114-4301-be4a-ebaf17af5b15",
          "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. Optional `context: \"watchlist\"` (+ `window`) injects the caller's watchlist and cached watchlist report into the conversation context (used by the watchlist Report tab's analyst panel).",
              "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\": \"b90dcee8-932b-80a2-9807-786e4bc98894\",\n  \"stream\": false,\n  \"context\": \"watchlist\",\n  \"window\": \"since_last\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "68f7f8e1-060d-4e66-87c7-3c8f40b85d05",
              "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\": \"b90dcee8-932b-80a2-9807-786e4bc98894\",\n  \"stream\": false,\n  \"context\": \"watchlist\",\n  \"window\": \"since_last\"\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        },\n        \"resultSummary\": \"string\",\n        \"durationMs\": 6633.1552519111865,\n        \"error\": \"string\",\n        \"resultMeta\": {\n          \"key_0\": {},\n          \"key_1\": {}\n        }\n      },\n      {\n        \"tool\": \"string\",\n        \"arguments\": {\n          \"key_0\": {},\n          \"key_1\": {}\n        },\n        \"resultSummary\": \"string\",\n        \"durationMs\": 9233.777116581914,\n        \"error\": \"string\",\n        \"resultMeta\": {\n          \"key_0\": {},\n          \"key_1\": {},\n          \"key_2\": {},\n          \"key_3\": {},\n          \"key_4\": {}\n        }\n      }\n    ],\n    \"sessionId\": \"string\",\n    \"partial\": true,\n    \"executionTimeMs\": 6517.101644985372,\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        },\n        {\n          \"key_0\": {}\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\": 8336.301715244772,\n        \"queriedAt\": \"string\"\n      },\n      \"yUnit\": \"string\",\n      \"stacked100\": false,\n      \"label_col\": \"string\"\n    }\n  },\n  \"meta\": {\n    \"key_0\": {},\n    \"key_1\": {},\n    \"key_2\": {}\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "884d07f2-ed56-463e-adfb-fea91f0191bd",
              "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\": \"b90dcee8-932b-80a2-9807-786e4bc98894\",\n  \"stream\": false,\n  \"context\": \"watchlist\",\n  \"window\": \"since_last\"\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": "c8fb1a18-b243-4655-9db6-688f88178f08",
          "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": "cc85f0d0-7e45-4224-8bd8-50ed4249b628",
              "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  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "f61abf5e-d704-4419-81cd-950ca62e2e44",
          "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": "0fb93305-35b1-dc66-bc2d-cfcdbd529875",
                  "key": "id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "60bab0d2-e23a-449f-a8c5-e17606e8d5b4",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "analytics",
                    "chat",
                    "agent",
                    "session",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "0fb93305-35b1-dc66-bc2d-cfcdbd529875",
                      "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\": \"1983-03-30T00:23:25.727Z\",\n    \"turns\": [\n      {\n        \"role\": \"string\",\n        \"content\": \"string\",\n        \"clarification\": true,\n        \"clarificationReply\": true,\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            }\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\": 7317.476126245408,\n            \"queriedAt\": \"string\"\n          },\n          \"yUnit\": \"string\",\n          \"stacked100\": true,\n          \"label_col\": \"string\"\n        }\n      },\n      {\n        \"role\": \"string\",\n        \"content\": \"string\",\n        \"clarification\": false,\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            }\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\": 2716.8666788134187,\n            \"queriedAt\": \"string\"\n          },\n          \"yUnit\": \"string\",\n          \"stacked100\": false,\n          \"label_col\": \"string\"\n        }\n      }\n    ]\n  },\n  \"meta\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "31ea8306-14a2-45bc-beb7-446e6b392303",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "analytics",
                    "chat",
                    "agent",
                    "session",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "0fb93305-35b1-dc66-bc2d-cfcdbd529875",
                      "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
          }
        },
        {
          "id": "6514b86f-646e-49ed-a71c-c83d23c271e2",
          "name": "Delete a chat session",
          "request": {
            "name": "Delete a chat session",
            "description": {
              "content": "Soft-deletes the session by setting status='archived'. The row stays in the database for chat_agent_log foreign-key integrity but is excluded from the session list and returns 404 from GET /session/:id thereafter. Ownership is enforced — non-owners receive 404, mirroring GET /session/:id.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v1",
                "analytics",
                "chat",
                "agent",
                "session",
                ":id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "0fb93305-35b1-dc66-bc2d-cfcdbd529875",
                  "key": "id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "auth": null
          },
          "response": [
            {
              "id": "2623dd94-8d3d-4e3e-a6dc-1195600cacc1",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "analytics",
                    "chat",
                    "agent",
                    "session",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "0fb93305-35b1-dc66-bc2d-cfcdbd529875",
                      "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>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "b62c3d4c-711f-4688-a518-bf5f27c8229c",
              "name": "Default Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "analytics",
                    "chat",
                    "agent",
                    "session",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "0fb93305-35b1-dc66-bc2d-cfcdbd529875",
                      "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": "DELETE",
                "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": "764fa90e-870f-4070-8062-64a7514b562f",
    "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.\n\nContact Support:\n Name: Izluks Support\n Email: atbalsts@izluks.lv",
      "type": "text/plain"
    }
  }
}
