Skip to main content
The Remember group powers the Remember Make.com app. It generates a shareable deep link for a Remember business card.

Authentication

Send the MMK X-API-KEY — that’s the only credential the caller handles. Your Remember token is set once on the connection page in the Magic Meal Kits app and resolved server-side, so no per-request token header is needed — see Authentication.
Pro license required. A Basic key gets 400 you are not a magic meal kits PRO user.

Endpoints

EndpointTierWhat it does
GET /remember/card-linkProCreate a deep link for a business card

Notes

  • Default to your own card. Omit both cardId and name to use the token owner’s profile card. To target a specific card, pass both cardId and name together.
Use the interactive playground to try a request with your own deployment host, API key, and Remember token.