Topups

Get Account Topups made

GET {{BASE_URL}}/api/v1/account/topups/all

This endpoint allows you to get all the account topups done.

Headers

Name
Type
Description

Authentication

string

Authentication token

{
   "status":200,
   "message":"Account topup successfully fetched",
   "data":{
      "amount":0.0
   }
}

Last updated