curl --request GET \
--url https://api.openint.dev/v0/unified/accounting/balance-sheet \
--header 'x-apikey: <api-key>' \
--header 'x-connection-id: <api-key>'
{
"startPeriod": "2023-12-25",
"endPeriod": "2023-12-25",
"currency": "<string>",
"accountingStandard": "<string>",
"totalCurrentAssets": 123,
"totalFixedAssets": 123,
"totalAssets": 123,
"totalCurrentLiabilities": 123,
"totalLongTermLiabilities": 123,
"totalLiabilities": 123,
"openingBalanceEquity": 123,
"netIncome": 123,
"totalEquity": 123,
"totalLiabilitiesAndEquity": 123
}
Successful response
The response is of type object
.
curl --request GET \
--url https://api.openint.dev/v0/unified/accounting/balance-sheet \
--header 'x-apikey: <api-key>' \
--header 'x-connection-id: <api-key>'
{
"startPeriod": "2023-12-25",
"endPeriod": "2023-12-25",
"currency": "<string>",
"accountingStandard": "<string>",
"totalCurrentAssets": 123,
"totalFixedAssets": 123,
"totalAssets": 123,
"totalCurrentLiabilities": 123,
"totalLongTermLiabilities": 123,
"totalLiabilities": 123,
"openingBalanceEquity": 123,
"netIncome": 123,
"totalEquity": 123,
"totalLiabilitiesAndEquity": 123
}