CRM Open API DocumentationCRM Open API Documentation
REST API
Webhooks
PSP Open API
External Exchange Rates
REST API
Webhooks
PSP Open API
External Exchange Rates
  • Introduction
  • API Specifications

    • Get External Rate By Custom API

Get External Rate By Custom API

GET ${Custom Api Url}

Query Parameters

NameTypeRequiredDescription
source_currencystringMandatorythe currency code of source currency
target_currencystringMandatorythe currency code of target currency

Expected HTTP status code

  • 200

Response

NameTypeDescription
ratenumberExchange rate

Sample Command

curl https://api.example.com?source_currency=USD&target_currency=EUR

Sample Response

{
  "result": 1.01223444
}
Last Updated:: 8/26/24, 7:57 AM