v1
latestOpenAPI 3.1.02026-07-242735131.1 MBCurrencies
List company supported currencies
List company supported currencies
Scopes
| Category | Read only Scope | Write only Scope (read access implicit) |
|---|---|---|
| Manage company resources (company_admin) | View company currencies (company_currencies:read) | - |
get/v1/company-currencies
Response
Success
Example response
{
"data": {
"company_currencies": [
{
"code": "USD",
"slug": "usd"
},
{
"code": "EUR",
"slug": "eur"
}
]
}
}