v1

latestOpenAPI 3.1.02026-07-242735131.1 MB
Currencies

List company supported currencies

List company supported currencies

Scopes

CategoryRead only ScopeWrite 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"
      }
    ]
  }
}