docs.remarkable.net
Currencies

Get all currencies

Get all currencies. Allows Anonymous.

GET/v1/settings/currencies
AuthorizationBasic <token>

Basic Authorization header using the Bearer scheme.

In: header

Authorization<token>

JWT Authorization header using the Bearer scheme.

In: header

Response Body

curl -X GET "https://loading/v1/settings/currencies"
[
  {
    "currencyId": 0,
    "symbol": "string",
    "separator": "string",
    "isoCode": "string",
    "isPrefix": true,
    "rate": 0.1,
    "roundToNearestPound": true
  }
]
{
  "message": "string",
  "code": 0
}
{
  "succeeded": true,
  "errors": [
    {
      "message": "string"
    }
  ]
}

How is this guide?