English
Help & Support
Check our Knowledge Base.
cURL
curl --request GET \ --url https://sandbox.fapshi.com/balance \ --header 'apikey: <api-key>' \ --header 'apiuser: <api-key>'
{ "service": "<string>", "balance": 123, "currency": "<string>" }
Returns the current balance of the service account.
GET /balance
Current balance returned
The response is of type object.
object