Documentation

GET /store/

Generated HTML: storefronts, previews, profiles and coded links.

Internal. This path exists in the running server but is not part of the developer interface. It is listed so the surface is accounted for; no request or response contract is published for it.

RequestGET /store/
AuthenticationNo authentication
Handlerbackend/server.py

What it does

Path prefixes that serve pages rather than JSON: `/store/<id>/` the generated storefront, `/preview/<id>` the offer preview — which 404s deliberately when no live offer exists, because a preview with an invented price is worse than none — `/for/<…>` and `/r/<code>` the coded referral entries, `/s/<…>` and `/track/<…>` the short and tracking links, `/profile/<…>` the public profile, `/login`, `/dash-enter`, `/fix` and `/fix/<token>` the tool's own pages, and `/health` the engine's liveness check. Read them with a browser, not a client library.

Related

Back to the API reference index, or read the cookbook for recipes that compose this endpoint with others.