API referenceCompanies
Find a company
Find a company already in your workspace by its organisation number.
Permissions: Companies: read.
Behavior and retry rules
A missing or deleted company returns 404. This looks up companies in your CRM workspace; it does not search the national company register.
GET
/companies/{orgNr}Authorization
bearerAuth AuthorizationBearer <token>
Create a key in Aventra → Innstillinger → API-nøkler.
In: header
Path Parameters
orgNr*string
Match
^\d{9}$Response Body
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/companies/923609016" \ -H "Authorization: Bearer $AVENTRA_API_KEY"{ "data": { "id": "4d73dca4-7537-4f9c-924e-8bccd354663f", "orgnr": "923609016", "name": "Eksempel AS", "status": "prospect", "assigned_to": null, "source": "api", "org_form": "AS", "registered_at": "2019-10-16", "employees": 8, "nace_primary": "62.010", "email_address": null, "phone_number": null, "mobile_number": null, "website_url": null, "is_archived": false, "is_deleted": false }}See authentication, errors and retry guidance.