companies

Returns company associated with slug.

get/companies/{companySlug}

Response

OK

namestring

Name of company.

slugstring

Formatted name of company. This is the companySlug that should be used in all URLs related to this company.

organizationNumberstring

Brreg organization number.

vatType'no' | 'yearly' | 'monthly' | 'bi-monthly'
phoneNumberstring
emailstring
creationDatestring date
hasApiAccessboolean
testCompanyboolean

Whether the company is a demo (true) or not

accountingStartDatestring date
vatRegistrationDatestring date

Example response

{
  "name": "Swagger test company",
  "slug": "swagger-test-company",
  "organizationNumber": "123456789",
  "address": {
    "streetAddress": "Karl Johan 34",
    "streetAddressLine2": "H0405",
    "city": "Oslo",
    "postCode": "0550",
    "country": "Norway"
  },
  "phoneNumber": "62158537",
  "email": "swaggertestcompany@fiken.gmail",
  "creationDate": "2025-01-01",
  "hasApiAccess": true,
  "accountingStartDate": "2025-01-01",
  "vatRegistrationDate": "2025-02-01"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.