GET
/transaction/groupRetrieve a transaction group
Full detail for a group: every leg, its immutable postings, and its event history.
Query Parameters
idstringrequired
The transaction_group_id
Example: "trx-grp_49202f18"
Request
GET/transaction/group
curl --location 'https://api.ledgr.dev/v1/transaction/group' \
--header 'Authorization: {api_key}'Response
The group with legs, postings and events
{
"group": {
"legs": [],
"events": [],
"status": "posted",
"postings": [],
"transaction_group_id": "trx-grp_49202f18"
},
"status": "success"
}