Jupiter ERP
Account API

Get current account configuration

/api/account/configuration

GETHTTP
get/api/account/configuration

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
FeldTypBeschreibung
created_atstring (date-time)
currency_codestring3 Letter currency code
currency_formatstring

string

  • code_value
  • value_code
  • symbol_value
  • value_symbol
default_vat_ratenumberDefault VAT rate in percent
localestringLocale identifier string
updated_atstring (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

Fragen zur Integration?

GET /api/account/configuration · Jupiter ERP