Skip to main content
GET
/
v2
/
quote-config-validation
Get quote configuration
curl --request GET \
  --url https://api.example.com/v2/quote-config-validation
{
  "inputCurrencies": [
    "<string>"
  ],
  "outputCurrencies": [
    "<string>"
  ],
  "paymentMethods": [
    "<string>"
  ],
  "thirdPartyAllowed": true
}

Response

Configuration metadata for the quoting service.

Configuration metadata describing accepted currencies, payment methods, and the markup floor/ceiling that the quoting service will honour.

inputCurrencies
string[]
outputCurrencies
string[]
paymentMethods
string[]
thirdPartyAllowed
boolean