Use username and password.
20falsefalseOK
Bad Request
Unauthorized
GET /openwowi/v1.2/AccountancyTransactionData/CollectiveAccount HTTP/1.1
Host:
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
[
{
"Id": 1,
"Code": "text",
"Correctable": {
"Count": 1,
"Amount": 1
},
"AccountStatement": {
"Count": 1,
"Amount": 1,
"LastValueDate": "2025-12-15",
"LastBookingDate": "2025-12-15"
},
"Bankaccount": {
"NoRealBankAccount": true,
"Iban": "text",
"Bic": "text",
"AccountHolder": "text"
},
"SepaCreditorIdentifier": {
"IdNum": "text",
"Description": "text"
},
"CollectiveAccountTypes": [
{
"Id": 1,
"Code": "text"
}
],
"CollectiveAccountCompanyCodes": [
{
"CompanyCode": {
"Id": 1,
"Name": "text",
"Code": "text"
},
"MasterAccounts": [
{
"Id": 1,
"Code": "text",
"Type": "text"
}
]
}
],
"MasterAccountBalances": [
{
"CompanyCode": {
"Id": 1,
"Name": "text",
"Code": "text"
},
"BalanceAt": "2025-12-15T10:44:55.638Z",
"Balances": [
{
"Id": 1,
"Code": "text",
"Type": "text",
"Balance": 1
}
]
}
]
}
]