Skip to content
Coritan Docs

Organization API: Customer Portal: Transactions

The 1 Organization API operations for transactions.

View as Markdown

Part of Customer Portal.

Method Path Summary
GET /api/v1/orgs/{org_slug}/portal/transactions List my 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.

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.
Status Meaning
200 Success.
422 The request is not valid. detail lists each problem.