cURL-eksempler på alle CVRcheck API endpoints: stamdata, regnskaber, ejerskab, kreditscore, PEP og sanktioner. Copy-paste klar til Linux/macOS/WSL.
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
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