curl --request GET \
--url https://api.hubapi.com/settings/v3/currencies/central-fx-rates/unsupported-currencies \
--header 'Authorization: Bearer <token>'{
"results": [
{
"currencyCode": "<string>",
"currencyName": "<string>"
}
]
}Retrieve a list of currency codes that are not supported by the central exchange rates. Unsupported currencies will need to be manually updated.
curl --request GET \
--url https://api.hubapi.com/settings/v3/currencies/central-fx-rates/unsupported-currencies \
--header 'Authorization: Bearer <token>'{
"results": [
{
"currencyCode": "<string>",
"currencyName": "<string>"
}
]
}