How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

HubSpot Settings Multicurrency API

HubSpot Settings Multicurrency — 15 operation(s) from HubSpot's published OpenAPI.

HubSpot Settings Multicurrency API is one of 144 APIs that HubSpot publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

This API exposes 692 JSON Schema definitions.

Tagged areas include Settings and Multicurrency. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, code examples, and 692 JSON Schemas.

This API exposes 15 operations across 12 paths, organized into 4 resource areas, and defines 24 schemas. It is described by OpenAPI 3.0.1, at version 2026-09.

Requests are made against a single base URL, https://api.hubapi.com.

15 operations 12 paths 24 schemas 7 GET1 PATCH6 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.1
API Version
2026-09
Base URL
https://api.hubapi.com
Authentication
API Key, OAuth 2.0, API Key, API Key
Resource Areas
4

Authentication & Security 4

HubSpot Settings Multicurrency API declares 4 security schemes for authenticating requests. An API key is passed in the query as hapikey (developer_hapikey). It supports OAuth 2.0 (oauth2) using the authorizationCode flow, exposing 2 scopes. An API key is passed in the header as private-app (private_apps). An API key is passed in the header as private-app-legacy (private_apps_legacy).

Paths & Operations 15

Across 12 paths, the API surfaces 15 operations — 7 GET, 1 PATCH, 6 POST, 1 PUT. They span 4 resource areas: Central FX rates, Basic, Exchange rates, Batch. Each is listed below with its method, path, parameters, and response codes.

Central FX rates 3
POST
/settings/currencies/2026-09/central-fx-rates/add-currency
Add a new currency with central exchange rates.
post-/settings/currencies/2026-09/central-fx-rates/add-currency_/settings/v3/currencies/central-fx-rates/add-currency body → 200default
GET
/settings/currencies/2026-09/central-fx-rates/information
Retrieve information about the central exchange rates feature.
get-/settings/currencies/2026-09/central-fx-rates/information_/settings/v3/currencies/central-fx-rates/information → 200default
GET
/settings/currencies/2026-09/central-fx-rates/unsupported-currencies
Retrieve currencies not supported by central exchange rates.
get-/settings/currencies/2026-09/central-fx-rates/unsupported-currencies_/settings/v3/currencies/central-fx-rates/unsupported-currencies → 200default
Basic 3
GET
/settings/currencies/2026-09/codes
Get all currency codes
get-/settings/currencies/2026-09/codes → 200default
GET
/settings/currencies/2026-09/company-currency
Get the company currency
get-/settings/currencies/2026-09/company-currency → 200default
PUT
/settings/currencies/2026-09/company-currency
Set or update the company currency.
put-/settings/currencies/2026-09/company-currency body → 200default
Exchange rates 6
GET
/settings/currencies/2026-09/exchange-rates
Get exchange rates
get-/settings/currencies/2026-09/exchange-rates 4 params → 200default
POST
/settings/currencies/2026-09/exchange-rates
Add a new exchange rate
post-/settings/currencies/2026-09/exchange-rates body → 200default
GET
/settings/currencies/2026-09/exchange-rates/current
Get all current exchange rates
get-/settings/currencies/2026-09/exchange-rates/current → 200default
POST
/settings/currencies/2026-09/exchange-rates/update-visibility
Change the visibility of a specific currency pairs
post-/settings/currencies/2026-09/exchange-rates/update-visibility body → 204default
GET
/settings/currencies/2026-09/exchange-rates/{exchangeRateId}
Get the details for a specific exchange rate
get-/settings/currencies/2026-09/exchange-rates/{exchangeRateId} 1 param → 200default
PATCH
/settings/currencies/2026-09/exchange-rates/{exchangeRateId}
Update a conversion rate
patch-/settings/currencies/2026-09/exchange-rates/{exchangeRateId} 1 param body → 200default
Batch 3
POST
/settings/currencies/2026-09/exchange-rates/batch/create
Create multiple exchange rates
post-/settings/currencies/2026-09/exchange-rates/batch/create body → 201207default
POST
/settings/currencies/2026-09/exchange-rates/batch/read
Retrieve multiple rates
post-/settings/currencies/2026-09/exchange-rates/batch/read body → 200207default
POST
/settings/currencies/2026-09/exchange-rates/batch/update
Update multiple exchange rates
post-/settings/currencies/2026-09/exchange-rates/batch/update body → 200207default

Schemas 24

The contract defines 24 schemas that model the data the API accepts and returns. The most detailed are ExchangeRate (8 properties), StandardError (8 properties), BatchResponseExchangeRateWithErrors (8 properties), Error (7 properties). Each schema is shown below with its type and property counts.

BatchInputExchangeRateCreateRequest
object
1 property 1 required
BatchInputExchangeRateUpdateRequest
object
1 property 1 required
BatchInputPublicObjectId
object
1 property 1 required
BatchResponseExchangeRate
object
6 properties 4 required
BatchResponseExchangeRateWithErrors
object
8 properties 4 required
CentralExchangeRatesInformation
object
1 property 1 required
CollectionResponseCurrencyCodeInfoNoPaging
object
1 property 1 required
CollectionResponseExchangeRateForwardPaging
object
2 properties 1 required
CollectionResponseExchangeRateNoPaging
object
1 property 1 required
CompanyCurrency
object
2 properties 2 required
CompanyCurrencyUpdateRequest
object
1 property 1 required
CurrencyCodeInfo
object
2 properties 2 required
CurrencyCreateRequest
object
1 property 1 required
CurrencyPairUpdate
object
3 properties 3 required
Error
object
Represents an error response returned by the API when an operation fails. This component is used in various endpoints to provide detailed information about the…
7 properties 3 required
ErrorDetail
object
Represents detailed information about an error that occurred in the API. This component is used to provide additional context and specifics about errors, typic…
5 properties 1 required
ExchangeRate
object
8 properties 8 required
ExchangeRateCreateRequest
object
3 properties 2 required
ExchangeRateMultiplier
object
2 properties 1 required
ExchangeRateUpdateRequest
object
3 properties 2 required
ForwardPaging
object
Paging information for forward-only pagination. Contains the next page reference when more results are available; omitted or empty on the last page.
1 property
NextPage
object
Specifies the paging information needed to retrieve the next set of results in a paginated API response
2 properties 1 required
PublicObjectId
object
Contains the Id of a Public Object
1 property 1 required
StandardError
object
Ye olde error
8 properties 6 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

hubspot-settings-multicurrency-api-openapi.yml Raw ↑

Other APIs HubSpot publishes across the network.

HubSpot URL Redirects API
HubSpot Pipelines API
HubSpot Products API
HubSpot Line Items API
HubSpot Quotes API
HubSpot CRM Properties API
HubSpot Owners API
HubSpot CRM Imports API
HubSpot Custom Objects API
HubSpot Marketing Events API
HubSpot Forms API
HubSpot Workflows API
Where this information came from

This is an independent, third-party profile of HubSpot Settings Multicurrency API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.