Documentation
GET /admin
The founder admin console.
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 /admin |
|---|---|
| Authentication | Administrative authentication |
| Handler | backend/founder_admin.py |
What it does
Serves the operator console and its data, and handles its own sign-in. `/admin`, `/admin/data`, `/admin/login` and `/admin/logout` are all part of it. Not a developer-facing surface: it is authenticated separately from the session cookie and its shape follows the console rather than any contract.
Related
GET /marketing— The marketing lane and its own admin.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.