companies
Returns company associated with slug.
get/companies/{companySlug}
Response
OK
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.