v1

latestOpenAPI 3.0.32026-07-268955212.1 KB
company-information

Retrieve company information

Retrieve the information of the company.

Scope: company-information:read

get/companies/{companyId}/company-information

Response

Company information

Example response

{
  "companyInformation": {
    "id": "9b408943-7a1e-47ac-85a7-ac52b2c210d3",
    "companyType": "limitedCompany",
    "name": "Company AB",
    "organizationNumber": "556677-8899",
    "phone": "+46123456789",
    "email": "info@example.com",
    "hasBBA": true,
    "address": {
      "line1": "Älvsborgsvägen 10",
      "line2": null,
      "city": "Göteborg",
      "postalCode": "123 45",
      "country": "SE"
    }
  }
}