Skip to main content
PublicApi sends only Accept: application/json.

FX rate

GET /utils/rates/{currency}
CLI surface:
hevn rate EUR
hevn rate --currency AED --yaml
Path parameters:
ParameterTypePurpose
currencystringCurrency code to price against USD.
Example response fields consumed by the CLI:
{
  "usdRate": "1.08",
  "bankTransfer": "1.08",
  "card": "1.10"
}

Public invoice

GET /public/invoices/{invoice_id}
CLI surface:
hevn invoice get <invoice-id> --public
Path parameters:
ParameterTypePurpose
invoice_idstringPublic invoice id.
The CLI renders the returned invoice with the same invoice formatter used for authenticated invoice reads.