Popmenu Developer API

The Popmenu Developer API gives partners access to restaurant data including menus, guests, and orders for building custom integrations with the Popmenu platform. Popmenu also connects with POS and marketing tools such as Square, Toast, Mailchimp, OpenTable, and Yelp. The interface is GraphQL, not REST: a single endpoint at https://api.popmenu.com/graphql was verified live on 2026-08-13 (HTTP 200, application/json) and is mirrored at https://my.popmenu.com/graphql. Introspection and every query return an `unauthorized` error envelope without partner credentials, so the schema cannot be discovered publicly. There is no OpenAPI, Swagger, AsyncAPI or published reference, no documented authentication scheme, and no self-service signup — get.popmenu.com/developer-api is a lead-capture form that lands on a "we'll be reaching out to you soon" page.

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/rest-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: popmenu:rest-api
name: Popmenu Developer API
description: 'The Popmenu Developer API gives partners access to restaurant data including menus, guests,
  and orders for building custom integrations with the Popmenu platform. Popmenu also connects with POS
  and marketing tools such as Square, Toast, Mailchimp, OpenTable, and Yelp. The interface is GraphQL,
  not REST: a single endpoint at https://api.popmenu.com/graphql was verified live on 2026-08-13 (HTTP
  200, application/json) and is mirrored at https://my.popmenu.com/graphql. Introspection and every query
  return an `unauthorized` error envelope without partner credentials, so the schema cannot be discovered
  publicly. There is no OpenAPI, Swagger, AsyncAPI or published reference, no documented authentication
  scheme, and no self-service signup — get.popmenu.com/developer-api is a lead-capture form that lands
  on a "we''ll be reaching out to you soon" page.'
humanURL: https://get.popmenu.com/developer-api
baseURL: https://api.popmenu.com/graphql
tags:
- Menus
- Guests
- Order
- GraphQL
tags_raw:
- Menus
- Guests
- Orders
- GraphQL
properties:
- type: DeveloperProgram
  url: https://get.popmenu.com/developer-api
  note: Deliberately NOT typed `Documentation` or `DeveloperPortal`. The page was read verbatim (via the
    Internet Archive, since get.popmenu.com returns 403 to every non-browser client) and contains no reference
    material of any kind — it is an access-request form. It was typed `Documentation` in a prior round;
    that was a false credit and is corrected here.
- url: graphql/popmenu-graphql.md
  type: GraphQL
- type: AuthenticationProbe
  url: authentication/popmenu-authentication.yml
  note: Deliberately NOT typed `Authentication`. The scored check reads "authentication is documented
    as its own topic" and Popmenu documents none — this artifact records only what an unauthenticated
    probe of the live endpoint observed.
- type: ErrorCatalog
  url: errors/popmenu-problem-types.yml
- type: Conventions
  url: conventions/popmenu-conventions.yml
- type: RateLimits
  url: rate-limits/popmenu-rate-limits.yml