# Organization API: Customer Portal: Transactions

> The 1 Organization API operations for transactions.

Source: https://www.coritan.com/docs/api/reference/organizations/customer-portal/transactions/

Part of [Customer Portal](/docs/api/reference/organizations/customer-portal/).

## Operations

| Method | Path | Summary |
| --- | --- | --- |
| GET | [`/api/v1/orgs/{org_slug}/portal/transactions`](#op-get-api-v1-orgs-org-slug-portal-transactions) | List my transactions |

### List my transactions {#op-get-api-v1-orgs-org-slug-portal-transactions}

`GET /api/v1/orgs/{org_slug}/portal/transactions`

As ``list_my_invoices``: newest first, ties by id, ``with_total`` for
the page with its total and per-type counts.

#### Parameters

| Name | In | Type | Required | Description |
| --- | --- | --- | --- | --- |
| `org_slug` | path | string | yes |  |
| `type_filter` | query | string | no |  |
| `limit` | query | integer | no | Default: `50`. |
| `offset` | query | integer | no | Default: `0`. |
| `with_total` | query | boolean | no | Default: `False`. |

#### Responses

| Status | Meaning |
| --- | --- |
| `200` | Success. |
| `422` | The request is not valid. `detail` lists each problem. |
