---
title: "List Momos"
method: GET
path: "/v1/momos"
tags: ["Momo"]
---

# List Momos

`GET /v1/momos`

Retrieves a list of supported momos available in the specified country. Useful for rendering provider selection options during user payment setup or onboarding.

## Query parameters

- `limit` integer — Maximum number of items to return in a single page. Must be between 1 and 50. Defaults to 10 if not specified.
- `after` string, nullable — Pagination cursor for fetching the next page of results. Set this to the 'next' cursor value from a previous response to continue paginating forward.
- `country` string, required — ISO 3166-1 alpha-2 country code (e.g., 'SL', 'GH') to filter momos by region.

## Headers

- `Monime-Version` 'caph.2025-08-23' | 'caph.2025-06-20', nullable — Specifies which version of the Monime API will handle this request.

## Response `200`

OK

- object
  - `success` boolean — Represents the status of the query operation, confirming if it was successful. This field is always true
  - `messages` unknown[] — Contains a list of messages providing relevant information or feedback related to the query or operation
    - unknown
  - `result` Momo[], nullable — The list of items in the response
    - `providerId` string — The provider ID for the momo as assigned by Monime.
    - `name` string — The name of the momo.
    - `country` string — The country of the momo.
    - `status` object — The status of the momo's operations within monime'.
      - `active` boolean — Whether or not this momo is active within Monime.
    - `featureSet` object — The set of Monime features that the momo supports.'
      - `payout` object — The momo's payout feature information.
        - `canPayTo` boolean — Whether or not Monime can pay out to an account in the momo.
        - `schemes` string[], nullable — The supported payout schemes of the momo.
        - `metadata` object, nullable — Further metadata describing this momo's payout feature.
      - `payment` object — The momo's payment feature information.
        - `canPayFrom` boolean — Whether or not Monime can accept payment from an account in the momo.
        - `schemes` string[], nullable — The supported payment schemes of the momo.
        - `metadata` object, nullable — Further metadata describing this momo's payment feature.
      - `kycVerification` object — The momo's KYC verification feature information.
        - `canVerifyAccount` boolean — Whether or not Monime can verify an account's KYC' in the momo.
        - `metadata` object, nullable — Further metadata describing this momo's KYC verification feature.
    - `createTime` string, date-time — The time the momo's support was added.
    - `updateTime` string, date-time, nullable — The last time the momo's support was updated.
  - `pagination` object — The pagination info associated with the response
    - `count` integer — Number of items returned in the current page.
    - `next` string, nullable — Cursor pointing to the next page of results. Use this value as the 'after' query parameter in your next request to fetch the following page. If null, you have reached the end of the result set.

---

[API](https://skmtc.dev/monime/apis/monime-api.md) · [All operations](https://skmtc.dev/monime/apis/monime-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/monime/monime-api/revisions/bd7f875ea428/schema)
