🚀 Card Payment is live! Learn more
cURL
curl --request GET \ --url https://nini.monieswitch.com/payout/charges \ --header 'Authorization: Bearer <token>'
{ "status": true, "data": { "charges": 50 } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Payout Charges
The response is of type object.
object