Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,10 @@
"group": "Balance",
"pages": ["reference/2024-02-05/endpoint/balance/get"]
},
{
"group": "Transactions",
"pages": ["reference/2024-02-05/endpoint/transactions/list"]
},
{
"group": "Webhooks",
"pages": [
Expand Down Expand Up @@ -373,6 +377,10 @@
{
"source": "/reference/product-update",
"destination": "/reference/2024-02-05/webhook/product.update"
},
{
"source": "/reference/gettransactions",
"destination": "/reference/2024-02-05/endpoint/transactions/get"
}
]
}
9 changes: 9 additions & 0 deletions reference/2024-02-05/endpoint/transactions/list.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
title: "List transactions"
openapi: "/reference/2024-02-05/openapi.json GET /transactions"
description: "The Transactions API provides programmatic access to your organisation’s financial transactions. This allows for flexible, automated retrieval of transactional data for custom reporting, reconciliation, and analytics—without needing to manually download files from the Runa portal."
---

import TransactionsDescription from "/snippets/transactions.mdx";

<TransactionsDescription />
Loading