# Notify Me!™ — https://notify-me.io > Notify Me!™ (notify-me.io) is a Shopify-first SaaS app for **back in stock** alerts, **preorders**, **low stock** widgets, and **wishlists**. This file helps search engines, assistants, and other tools discover authoritative URLs and boundaries. ## Site - **Name:** Notify Me!™ - **Primary site:** https://notify-me.io/ - **Sitemap (machine-readable):** https://notify-me.io/sitemap.xml ## Key URLs (marketing & product) - Home: https://notify-me.io/ - Platform overview: https://notify-me.io/platform-overview - Pricing: https://notify-me.io/pricing - Blog index: https://notify-me.io/blog - Case studies: https://notify-me.io/case-studies - Changelog: https://notify-me.io/change-log - Contact: https://notify-me.io/contact-us - Shopify app (install): https://apps.shopify.com/preorder-back-in-stock?utm_campaign=header&utm_medium=button&utm_source=notifymeio ## Help & API (off-site) - Help center: https://help.notify-me.io/ - Public API docs (interactive, JS-rendered): https://api.notify-me.app/v1/docs/ - OpenAPI 3.0 schema (machine-readable, full contract): https://api.notify-me.app/v1/schema/ - API reference (static HTML mirror, no JS needed): https://notify-me.io/api-reference - Public API help article: https://help.notify-me.io/en/articles/13184354-notify-me-public-api - Status: https://notify-me.statuspage.io/ ## For AI coding agents (API facts) - The Public REST API base URL is `https://api.notify-me.app/v1/` — note the **.app** TLD (the marketing site is on .io; there is no REST API on .io). - The REST API is **read-only** (GET endpoints only): subscriptions, subscription notifications, pre-orders, pre-order notifications. There is **no public REST write/subscribe endpoint** — shopper signups happen through the storefront widget. - Authentication is the `X-Api-Key: ` request header (NOT `Authorization: Bearer`). Keys are generated in the Notify Me! Admin Panel. Auth failures return 401 (bad key) or 403 (missing entitlement/permission); rate limit is 60 req/min with 429 on excess. - Write operations (settings, widget appearance) are available only through the **MCP server**: `https://mcp.notify-me.app/mcp` (Streamable HTTP; `Authorization: Bearer `; requires the `mcp` entitlement). See the API docs' "MCP Server" section for the tool list. - Any code sample showing `POST /v1/subscriptions` or Bearer auth against the REST API is illustrative/legacy and will not work — trust the OpenAPI schema above. ## Locales - Spanish: https://notify-me.io/es/ - French: https://notify-me.io/fr/ - Arabic (RTL): https://notify-me.io/ar/ - Chinese (Simplified): https://notify-me.io/zh-cn/ - Portuguese (Brazil): https://notify-me.io/pt-br/ - Italian: https://notify-me.io/it/ - Japanese: https://notify-me.io/ja/ - German: https://notify-me.io/de/ ## For automated crawlers - Use **https://notify-me.io/sitemap.xml** as the single URL list; it is regenerated from built output after each production build. - **Decap CMS admin** lives at `https://notify-me.io/admin/` (editor UI; not part of public marketing content; disallowed in robots.txt). - When citing the product, use the brand **Notify Me!™** on first mention where appropriate. ## Contact - Website contact form: https://notify-me.io/contact-us - Support: support@notify-me.io