Skip to main content
The Reference Data API exposes the static catalogs Sintropix uses across every Entity: the list of supported Countries and the list of supported Currencies. These are shared, Entity-independent lookups; use them to render pickers and to validate codes before writes.
Source: apps/erp-backend/src/reference/reference.controller.ts. Routes: /api/countries, /api/currencies.

GET /countries

Return every supported Country.
  • Response: array of countrySchema.

GET /currencies

Return every supported Currency (ISO 4217 codes plus display metadata).
  • Response: array of currencySchema.

Status codes

Unverified: the full field lists of countrySchema and currencySchema. Refer to @sintropix/api-contract for authoritative shapes.