← Back to catalog
brreg.entity
mock data$0.001 / callBrreg Entity Detail
Retrieve full details for a specific Norwegian company or organisation by its 9-digit organisation number. Returns: name, organisation form, website, phone, email, employee count, registration date, founding date, VAT registration, bankruptcy/winding-up status, up to 3 NACE industry codes, municipality, postal address, business address, last annual report year, and parent entity. Ideal for KYB (Know Your Business) verification of Norwegian entities. Source: Brønnøysundregistrene, NLOD 2.0.
Input schema
org_numberrequired
stringNorwegian organisation number — exactly 9 digits (e.g. "923609016" for Equinor, "982463718" for DNB). No spaces or dashes.
Call via REST
curl -X POST https://unifyapi.pro/api/call/brreg.entity \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"org_number":"<org_number>"}'