Get the current vertical (public)
Vertical
Get the current vertical (public)
Returns the single configured vertical. When no vertical has been created yet, a default fallback ({ name: "TetherAI" }) is returned with 200 so frontends can render branding before initial setup.
GET
Get the current vertical (public)
Response
Vertical returned
Response from GET /api/vertical.
The single vertical configured for this deployment. On the fallback path (no record exists yet) only name is populated.
Example:
{
"_id": "65b1f0a2c3d4e5f6a7b8c9d0",
"name": "TetherAI",
"createdAt": "2026-01-12T09:15:00.000Z",
"updatedAt": "2026-04-04T17:42:00.000Z"
}