---
title: "Retrieve mobile networks"
method: GET
path: "/mobile-networks"
tags: ["Mobile Networks"]
---

# Retrieve mobile networks

`GET /mobile-networks`

Retrieve supported mobile networks by country.

## Query parameters

- `country` 'CG' | 'CM' | 'CI' | 'EG' | 'ET' | 'GA' | 'GH' | 'KE' | 'MW' | 'RW' | 'SN' | 'TZ' | 'TD' | 'UG' | 'ZM', required — The ISO 3166-1 alpha-2 country code.

## Headers

- `X-Trace-Id` string

## Response `200`

OK

- object
  - `status` 'success' | 'failed'
  - `message` string
  - `data` MobileNetworkItem[]
    - `id` string, string — The mobile network ID.
    - `network` string — The mobile network.
    - `name` string — The name of the mobile network operator.

## Other responses

- `400` — Bad request
- `401` — Unauthorised request
- `403` — Forbidden

---

[API](https://skmtc.net/flutterwave/apis/flutterwave-apis.md) · [All operations](https://skmtc.net/flutterwave/apis/flutterwave-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/flutterwave/flutterwave-apis/versions/6014190df2e9/schema)
