GET
/api-v1/myaccount/current-organization-details
curl \
--request GET 'https://wyzio.app/api-v1/myaccount/current-organization-details' \
--header "WEAL-TOKEN: string" \
--header "TARGET-ORGANIZATION-ID: 42"
Response examples (200)
{
"id": 42,
"name": "string",
"currencyId": 42,
"countryCode2": "string",
"regionId": 42,
"startDate": "2026-05-04T09:42:00Z",
"stockStrategy": "FIFO",
"defaultPaymentTerms": 42,
"mainLanguage": {
"id": 42,
"code": "string",
"name": "string",
"isMain": true
},
"useTimesheets": true,
"isCustomEmailServerConfigured": true,
"employeeGroups": [
{
"id": 42,
"name": "string",
"code": "string"
}
],
"plannedPaymentDateOffset": 42,
"purchasePaymentAccountId": 42,
"salesPaymentAccountId": 42,
"usePurchaseAccrualAccounting": true,
"useSalesAccrualAccounting": true,
"validatePurchaseInvoicesByDefaultType": "NONE",
"validateSalesInvoicesByDefaultType": "NONE",
"validateOrdersByDefaultType": "NONE",
"useUnsentPayrollStatus": true,
"useUnsentSalesStatus": true,
"useUnsentOrdersStatus": true,
"automaticSynchronizationOfContacts": true,
"isConsolidated": true
}