cURL
curl --request GET \ --url https://api.example.com/user/balance
{ "success": true, "data": { "balance": 1500.00, "credits": 7500, "currency": "GHS" } }
Retrieve the current account balance and credit information
Documentation IndexFetch the complete documentation index at: https://developers.sendazi.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://developers.sendazi.com/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?