---
title: "GET /api/organizations/mine"
method: GET
path: "/api/organizations/mine"
tags: ["Organizations"]
---

# GET /api/organizations/mine

`GET /api/organizations/mine`

## Response `200`

Success

- GetOwnOrganizationResponse
  - `id` string, guid
  - `name` string
  - `email` string, nullable
  - `phoneNumber` string, nullable
  - `phoneExtension` integer, nullable
  - `apartment` string, nullable
  - `street` string, nullable
  - `city` string, nullable
  - `zipCode` string, nullable
  - `memberNumber` string
  - `enterpriseNumber` string
  - `type` string
  - `chapter` string
  - `numberOfUnits` integer, nullable
  - `logo` string, nullable
  - `slug` string
  - `descriptionFr` string, nullable
  - `descriptionEn` string, nullable
  - `website` string, nullable
  - `yearsOfExperience` number, nullable
  - `brokerType` string, nullable
  - `hasContingencyFundCertification` boolean
  - `activityAreas` string[]
  - `subscription` SubscriptionDto
    - `startAt` string
    - `endAt` string
    - `invoices` InvoiceDto[]
      - `memberFullName` string, nullable
      - `accountingSoftwareNumber` string
      - `accountingSoftwareUrl` string
      - `createdAt` string
      - `isPaid` boolean
      - `total` number
      - `productCategory` string
      - `productName` TranslatableStringDto
        - `fr` string
        - `en` string
    - `subscriptionStatus` string
    - `isActive` boolean
  - `syndicate` OrganizationDto
    - `id` string, guid
    - `crmId` integer
    - `name` string
    - `type` string
    - `memberNumber` string
    - `subscriptionStatus` string
    - `isActive` boolean
  - `members` MemberDto[]
    - `id` string, guid
    - `crmId` integer
    - `firstName` string
    - `lastName` string
    - `jobTitle` string, nullable
    - `email` string, nullable
    - `phoneNumber` string, nullable
    - `phoneExtension` integer, nullable
    - `apartment` string, nullable
    - `street` string, nullable
    - `city` string, nullable
    - `zipCode` string, nullable
    - `userId` string, guid
    - `organizationId` string, guid
    - `roles` string[]
  - `contacts` ContactDto[]
    - `id` string, guid
    - `crmId` integer
    - `firstName` string
    - `lastName` string
    - `jobTitle` string, nullable
    - `email` string, nullable
    - `phoneNumber` string, nullable
    - `phoneExtension` integer, nullable
    - `apartment` string, nullable
    - `street` string, nullable
    - `city` string, nullable
    - `zipCode` string, nullable
  - `memberInvoices` InvoiceDto[]
    - `memberFullName` string, nullable
    - `accountingSoftwareNumber` string
    - `accountingSoftwareUrl` string
    - `createdAt` string
    - `isPaid` boolean
    - `total` number
    - `productCategory` string
    - `productName` TranslatableStringDto
      - `fr` string
      - `en` string

## Other responses

- `401` — Unauthorized
- `403` — Forbidden

---

[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)
