Skip to main content
GET
/
mobile-networks
Retrieve mobile networks
curl --request GET \
  --url https://developersandbox-api.flutterwave.com/mobile-networks \
  --header 'Authorization: Bearer <token>'
{
  "status": "success",
  "message": "<string>",
  "data": [
    {
      "id": "mob_cYjd92Qk",
      "network": "MTN",
      "name": "MTN Mobile Money"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

X-Trace-Id
string

A unique identifier to track this operation. It must be between 12 and 255 characters in length.

Required string length: 12 - 255

Query Parameters

country
enum<string>
required

The ISO 3166-1 alpha-2 country code.

Available options:
CG,
CM,
CI,
EG,
ET,
GA,
GH,
KE,
MW,
RW,
SN,
TZ,
TD,
UG,
ZM

Response

OK

status
enum<string>
Available options:
success,
failed
message
string
data
object[]