Resellerkonto account guthaben abrufen
GET
/account/balance
curl \
-X GET https://api.famesystems.de/account/balance \
-H "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"balance": 59.78,
"security_deposit": 0.0,
"currency": "EUR",
"currency_symbol": "€"
}
Response examples (200)
{
"balance": 59.78,
"security_deposit": 0.0,
"currency": "EUR",
"currency_symbol": "€"
}