Documentation
GET /marketing
The marketing lane and its own admin.
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.
| Request | GET /marketing |
|---|---|
| Authentication | Administrative authentication |
| Handler | backend/server.py |
What it does
A prefix covering `/marketing`, `/marketing/admin`, `/marketing/admin/act`, `/marketing/admin/api/state`, `/marketing/admin/login`, `/marketing/admin/settings`, `/marketing/fix/`, `/marketing/preview/` and `/marketing/unsub`. Internal to the marketing lane; its state endpoint answers the marketing console alone.
Related
GET /admin— The founder admin console.GET /simplepay— Payment-provider callbacks and assets.POST /api/billing/webhook— Billing provider webhook.GET /store/— Generated HTML: storefronts, previews, profiles and coded links.
Back to the API reference index, or read the cookbook for recipes that compose this endpoint with others.