---
title: "GET /api/invoices/mine"
method: GET
path: "/api/invoices/mine"
tags: ["Invoices"]
---

# GET /api/invoices/mine

`GET /api/invoices/mine`

## Response `200`

Success

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