WOW! Momo App Backend

A first-party application backend on api.wowmomo.com behind an AWS Application Load Balancer, running an Express service scaffolded with DhiWise (its root serves a "welcome to node.js" page carrying the DhiWise logo, with a commented-out link to /swagger). It serves the Wow Eats consumer ordering app. Every path probed anonymously on 2026-09-04 — including /openapi.json, /swagger, /graphql, /mcp and a control path that cannot exist — returned an identical HTTP 200 body {"data":null,"message":"NO_AUTH","messageType":"FAILED"}, so no contract, path list or documentation is observable without a credential. Only GET /health answers, with "OK".

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/wow-momo-app-backend"
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: wow-momo:wow-momo-app-backend
name: WOW! Momo App Backend
description: A first-party application backend on api.wowmomo.com behind an AWS Application Load Balancer,
  running an Express service scaffolded with DhiWise (its root serves a "welcome to node.js" page carrying
  the DhiWise logo, with a commented-out link to /swagger). It serves the Wow Eats consumer ordering app.
  Every path probed anonymously on 2026-09-04 — including /openapi.json, /swagger, /graphql, /mcp and
  a control path that cannot exist — returned an identical HTTP 200 body {"data":null,"message":"NO_AUTH","messageType":"FAILED"},
  so no contract, path list or documentation is observable without a credential. Only GET /health answers,
  with "OK".
image: https://www.wowmomo.com/wp-content/uploads/2022/03/Wow-Momo-Logo.png
humanURL: https://api.wowmomo.com/
baseURL: https://api.wowmomo.com
tags:
- Ordering
- Mobile
- Gated
properties:
- type: Authentication
  url: authentication/wow-momo-authentication.yml