---
title: "Get all invoices"
method: GET
path: "/api/v2/invoices"
tags: ["Billing"]
---

# Get all invoices

`GET /api/v2/invoices`

<a class="try-sandbox-link" href="https://sandbox.textmagic.com/#/Invoices/getInvoices" target="_blank">Try in sandbox</a><br>With the TextMagic API, you can check the invoices and transactions for your account.

## Query parameters

- `page` integer
- `limit` integer

## Response `200`

Returned when successful.

- GetInvoicesPaginatedResponse
  - `page` integer, required
  - `pageCount` integer, required — The total number of pages.
  - `limit` integer, required — The number of results per page.
  - `resources` Invoice[], required
    - `id` integer, required — The invoice ID.
    - `bundle` integer, required — Top-up amount.
    - `currency` string, required — Top-up currency.
    - `vat` number, float, required — VAT charged (if any).
    - `paymentMethod` string, nullable, required — Payment method description.

## Other responses

- `400` — Bad request.
- `401` — Unauthorized request.
- `403` — Returned when the current user is not allowed to manage invoices.

---

[API](https://skmtc.net/textmagic/apis/textmagic-api.md) · [All operations](https://skmtc.net/textmagic/apis/textmagic-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/textmagic/textmagic-api/revisions/3e4029d19684/schema)
