Currencies
Get a currency
Get information about a specific currency.
Returns the full detail of a single currency record, including its ISO code and name. Currencies are used to denominate credit amounts and purchase values in the CareCloud platform.
To retrieve the full list of accepted currencies, use GET /currencies.
get/currencies/{currency_id}
Path parameters
currency_idstring required
The unique ID of a currency in CareCloud.
Headers
Accept-Languagestring
The unique ID of the language code by ISO 639-1.
Response
OK
Example response
{
"data": {
"currency_id": "86e05affc7a7abefcd513ab400",
"name": "CZK",
"code": "CZK"
}
}