---
title: "GET /api/syndicate/mine"
method: GET
path: "/api/syndicate/mine"
tags: ["Syndicate"]
---

# GET /api/syndicate/mine

`GET /api/syndicate/mine`

## Response `200`

Success

- GetOwnSyndicateResponse
  - `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
  - `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

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