{
  "info": {
    "name": "CVRcheck API",
    "description": "Free Danish company data API — CVR lookups, search, financials, ownership, beneficial owners, sanctions, PEP and compliance scoring. Data fra Erhvervsstyrelsen (CVR).",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
    "_postman_id": "cvrcheck-v1"
  },
  "auth": {
    "type": "bearer",
    "bearer": [{ "key": "token", "value": "{{API_KEY}}", "type": "string" }]
  },
  "variable": [
    { "key": "baseUrl", "value": "https://goyqsxurbouskvbuddzq.supabase.co/functions/v1/cvr-api" },
    { "key": "API_KEY", "value": "your_api_key_here" }
  ],
  "item": [
    {
      "name": "Companies",
      "item": [
        { "name": "Lookup by CVR", "request": { "method": "GET", "url": "{{baseUrl}}/v1/company/28271026" } },
        { "name": "Search", "request": { "method": "GET", "url": "{{baseUrl}}/v1/search?q=novo&limit=5" } }
      ]
    },
    {
      "name": "Financials",
      "item": [
        { "name": "Annual reports (10 years)", "request": { "method": "GET", "url": "{{baseUrl}}/v1/financials/28271026" } }
      ]
    },
    {
      "name": "Ownership",
      "item": [
        { "name": "Legal & beneficial owners", "request": { "method": "GET", "url": "{{baseUrl}}/v1/owners/28271026" } },
        { "name": "Management", "request": { "method": "GET", "url": "{{baseUrl}}/v1/management/28271026" } }
      ]
    },
    {
      "name": "Compliance",
      "item": [
        { "name": "Credit score", "request": { "method": "GET", "url": "{{baseUrl}}/v1/credit/28271026" } },
        { "name": "Compliance score", "request": { "method": "GET", "url": "{{baseUrl}}/v1/compliance/28271026" } },
        { "name": "Sanctions check", "request": { "method": "GET", "url": "{{baseUrl}}/v1/sanctions/28271026" } },
        { "name": "PEP check by name", "request": { "method": "GET", "url": "{{baseUrl}}/v1/pep/Lars%20Fruergaard" } }
      ]
    }
  ]
}
