ToolAssay

Danish company officers and directors (deltagere) live from the official CVR reg

Danish company officers and directors (deltagere) live from the official CVR register (Erhvervsstyrelsen system-to-system) by CVR number — governance and KYB: executive board (Direktion), board members (Bestyrelse) incl. deputies, election method, fully liable I/S or K/S partners and auditors — name, body, role, mandate dates. Active mandates by default; inclure_anciens=true adds ended ones where founders (stiftere) normally are. GDPR minimisation: never an address, never a personal identifier.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
876 msmedian answer time
$0.01listed price per call
$0.01price it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

GET https://api.sirenic.eu/v1/eu/entreprise/DK/:cvr/dirigeants

CategoryCompany and compliance
Provider hostapi.sirenic.eu
Networkseip155:8453
Payment schemesexact
Self-reported calls, 30 days5 from 1 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.01 876 ms

Example input (from the provider)

{
  "method": "GET",
  "pathParams": {
    "cvr": "24256790"
  },
  "queryParams": {
    "inclure_anciens": "true"
  },
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "additionalProperties": false,
      "properties": {
        "method": {
          "enum": [
            "GET"
          ],
          "type": "string"
        },
        "pathParams": {
          "properties": {
            "cvr": {
              "description": "8-digit Danish CVR number (24256790). Unknown number returns 404, payment cancelled; missing CVR_USER/CVR_PASS returns 503 (fail-closed).",
              "type": "string"
            }
          },
          "required": [
            "cvr"
          ],
          "type": "object"
        },
        "queryParams": {
          "properties": {
            "inclure_anciens": {
              "description": "Set to \"true\" to add ended mandates in `anciens_mandats` (where founders / stiftere normally are). Omitted: active mandates only.",
              "type": "string"
            }
          },
          "required": [],
          "type": "object"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "type": "object"
        },
        "type": {
          "type": "string"
        }
      },
      "required": [
        "type"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON