API Documentation - Jaze ISP Manager Section G - Get balance API
Initializing search
    • Section A - Authentication steps
    • Section B - Add user API
    • Section C - Edit user API
    • Section D - Get all users of an account API
    • Section E - Get user details API
    • Section F - Session data API
    • Section G - Get balance API
    • Section H - Make payment API
    • Section I - Get user session details API
    • Section J - Change billing cycle API
    • Section K - Add FUP quota to user API
    • Section L - Check user exists by ID API
    • Section M - Check user exsists by name API
    • Section N - Get previous duration cycle API
    • Section O - Get previous data cycle API
    • Section P - Reset password API
    • Section Q - Send password API
    • Section S - Payment details API
    • Section T - Invoice details API
    • Section U - Renew API
    • Section V - Tickets API
    • Section W - Accounts API
    • Section X - Profiles details API
    • Section Y - Webhook API
    • Section Z - Lead API
    • Section AA - Voice billing
    • Errorcode Messages

    Section G - Get balance API

    G1 - General information

    GET Method :

    /api/v1/get_balance/< user_id >

    Input:

    Argument Mandatory Value
    userId yes Numeric < Id of the user >

    G2 Sample Output

     {
     "status": “success”,
     "errorCode" = 200,
     “balance”:”146.67”,
     “username”:”test1234”
    }
    
    Previous Section F - Session data API
    Next Section H - Make payment API
    Made with Material for MkDocs