MoMo Mini App Open API

The M_Service Open Platform server-to-server API used by Mini Apps embedded in the MoMo app. Exchange a user authorisation code for a short-lived access token, read the user profile fields the user consented to share, and push notifications into the MoMo app. Requests carry an OAuth 2.0-style bearer JWT plus an OP-Signature (SHA256withRSA over data + M-Timestamp + openSecretKey) and optional AES payload encryption under an RSA-wrapped symmetric key.

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/mini-app-open-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.

API entry from apis.yml

apis.yml Raw ↑
aid: momo:mini-app-open-api
name: MoMo Mini App Open API
description: The M_Service Open Platform server-to-server API used by Mini Apps embedded in the MoMo app.
  Exchange a user authorisation code for a short-lived access token, read the user profile fields the
  user consented to share, and push notifications into the MoMo app. Requests carry an OAuth 2.0-style
  bearer JWT plus an OP-Signature (SHA256withRSA over data + M-Timestamp + openSecretKey) and optional
  AES payload encryption under an RSA-wrapped symmetric key.
humanURL: https://developers.momo.vn/v3/docs/app-center/development-guideline/components-api-sdk/open-api/api-specifications/
baseURL: https://openapi.momo.vn/gateway/open/v1
tags:
- Mini App
- Identity
- Notification
tags_raw:
- Mini App
- Identity
- Notifications
properties:
- type: Documentation
  url: https://developers.momo.vn/v3/docs/app-center/development-guideline/components-api-sdk/open-api/api-specifications/
- type: APIReference
  url: https://developers.momo.vn/v3/docs/app-center/development-guideline/components-api-sdk/open-api/catalog-functions/
- type: Authentication
  url: https://developers.momo.vn/v3/docs/app-center/development-guideline/components-api-sdk/open-api/open-api-security/