> ## Documentation Index
> Fetch the complete documentation index at: https://docs.magicmealkits.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Remember

> Generate Remember business-card deep links.

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](/authentication).

<Note>
  **Pro license required.** A Basic key gets `400` `you are not a magic meal kits PRO user`.
</Note>

## Endpoints

| Endpoint                  | Tier    | What it does                           |
| ------------------------- | ------- | -------------------------------------- |
| `GET /remember/card-link` | **Pro** | Create 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.
