v1

latestOpenAPI 3.0.12026-07-266184114.0 KB
Shop

Get account balance

Get your account balance. (Permitted scopes: fax:all:read, fax:shop:read)

get/shop/balance

Response

Object containing balance information

amountnumber required

Current account balance

currencystring required

Currency of the balance

Example response

{
  "amount": 100,
  "currency": "USD"
}