GET
/
api
/
wallet
/
get-balance
curl --request GET \
  --url https://dev.users.niobi.co/api/wallet/get-balance \
  --header 'Authorization: <api-key>'
{
  "success": "true",
  "message": "Payment link balance fetched successfully.",
  "data": [
    "<string>"
  ]
}

Authorizations

Authorization
string
header
required

Enter token in format (Bearer <token>)

Response

200
application/json
Ok.

The response is of type object.