cURL
curl --request GET \ --url https://sandbox-api.kotanipay.io/api/v3/customer/mobile-money \ --header 'Authorization: Bearer <token>'
{ "success": true, "message": "Customers successfully retrieved.", "data": [ { "phone_number": "<string>", "country_code": "GHA or KE", "id": "<string>", "network": "MPESA or MTN or AIRTEL or VODAFONE", "customer_key": "<string>", "account_name": "<string>", "integrator": "<string>" } ] }
An integrator can use this endpoint to get all the customers who will be either receiving or sending money using mobile money.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
true
"Customers successfully retrieved."
Show child attributes