CVR API med cURL: Test danske firma-opslag fra terminalen

cURL-eksempler på alle CVRcheck API endpoints: stamdata, regnskaber, ejerskab, kreditscore, PEP og sanktioner. Copy-paste klar til Linux/macOS/WSL.

CVRcheck API med cURL

Frie endpoints (ingen nøgle)

curl https://api.cvrcheck.dk/v1/company/28271026
curl "https://api.cvrcheck.dk/v1/search?q=novo&limit=5"
curl https://api.cvrcheck.dk/v1/status

Pro endpoints (Bearer-nøgle)

API_KEY="din-noegle-her"
curl -H "Authorization: Bearer $API_KEY" https://api.cvrcheck.dk/v1/financials/28271026
curl -H "Authorization: Bearer $API_KEY" https://api.cvrcheck.dk/v1/owners/28271026
curl -H "Authorization: Bearer $API_KEY" https://api.cvrcheck.dk/v1/credit/28271026
curl -H "Authorization: Bearer $API_KEY" https://api.cvrcheck.dk/v1/risk/28271026

OpenAPI spec · Postman collection

Start CVR-opslag · Opret gratis konto