Skip to main content
GET
List the tenant's configured currencies
This endpoint requires authentication. Include your Bearer token in the Authorization header.

Description

GET /currencies/tenant Returns the tenant’s CurrencyConfig rows, each enriched with static CurrencyMetadata. Route ordering note: this static path is registered before /{code} so tenant is never matched as a currency code. Authorization:
  • Required role: user or higher

Code Examples

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"

Response

Tenant currencies retrieved

success
boolean
Example:

true

data
object[]