Beispielanfrage
GET https://api.jupiter-erp.com/api/account/configuration
Code
curl -X GET 'https://api.jupiter-erp.com/api/account/configuration' \
-H 'Authorization: Bearer YOUR_API_TOKEN' \
-H 'X-Account-Uuid: YOUR_ACCOUNT_UUID' \
-H 'Accept: application/json'Antworten
200OK
ModellAccountConfiguration
| Feld | Typ | Beschreibung |
|---|---|---|
| created_at | string (date-time) | — |
| currency_code | string | 3 Letter currency code |
| currency_format | string | string
|
| default_vat_rate | number | Default VAT rate in percent |
| locale | string | Locale identifier string |
| updated_at | string (date-time) | — |
Beispiel Response
{
"currency_code": "string",
"locale": "string",
"default_vat_rate": 0,
"currency_format": "code_value",
"created_at": "2026-01-15T10:00:00Z",
"updated_at": "2026-01-15T10:00:00Z"
}Account