get https://partner-api.froda.se/engagement-test/v1/product-accounts//transactions
Retrieve a list of transactions for a specific product account within a date range.
Responses
Retrieve a list of transactions for a specific product account within a date range.
xxxxxxxxxx
curl --request GET \
--url https://partner-api.froda.se/engagement-test/v1/product-accounts/product-account-id/transactions \
--header 'accept: application/json'
xxxxxxxxxx
14{
"transactions": [
{
"id": "string",
"type": "string",
"principal": 0,
"currency": "string",
"booking_date": "2025-04-07T07:05:50.544Z",
"transaction_date": "2025-04-07T07:05:50.544Z",
"reference": "string",
"source": "string"
}
]
}