Organization API: Customer Portal: Transactions
The 1 Organization API operations for transactions.
Part of Customer Portal.
Operations
Section titled Operations| Method | Path | Summary |
|---|---|---|
| GET | /api/v1/orgs/{org_slug}/portal/transactions |
List my transactions |
List my transactions
Section titled List my transactionsGET /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
Section titled 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
Section titled Responses| Status | Meaning |
|---|---|
200 |
Success. |
422 |
The request is not valid. detail lists each problem. |