---
title: "GET /api/corporate-organizations/{slug}"
method: GET
path: "/api/corporate-organizations/{slug}"
tags: ["Corporate-Organizations"]
---

# GET /api/corporate-organizations/{slug}

`GET /api/corporate-organizations/{slug}`

## Path parameters

- `slug` string, nullable, required

## Response `200`

Success

- CorporateOrganizationDto
  - `id` string, guid
  - `name` string
  - `slug` string
  - `descriptionFr` string, nullable
  - `descriptionEn` string, nullable
  - `contactName` string
  - `logo` string
  - `apartment` string, nullable
  - `street` string, nullable
  - `city` string, nullable
  - `zipCode` string, nullable
  - `email` string, nullable
  - `phoneNumber` string, nullable
  - `phoneExtension` integer, nullable
  - `website` string, nullable
  - `chapters` string[]
  - `activityAreas` string[]
  - `hasContingencyFundCertification` boolean

---

[API](https://skmtc.dev/rgcq/apis/web.md) · [All operations](https://skmtc.dev/rgcq/apis/web/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/rgcq/web/revisions/3fdd4827f760/schema)
