cURL
curl --request GET \ --url https://api.obiex.finance/v1/ghs-payments/mobile/networks \ --header 'Authorization: Bearer <token>'
{ "message": "Ok", "data": [ { "name": "AIRTELTIGO MONEY", "sortCode": "ATM" }, { "name": "MTN MOBILE MONEY", "sortCode": "MTN" }, { "name": "VODAFONE CASH", "sortCode": "VOD" } ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Get Mobile Networks for GHS Withdrawal
Show child attributes
Was this page helpful?