API overview

A lightweight, fictional API surface you can replace with real endpoints.

ONWRD is a static marketing demo, so there is no real backend here. This page provides a simple API shape you can adapt once you connect a service.

Authentication

Authorization: Bearer <token>

Endpoints (example)

GET /v1/projects
GET /v1/projects/:id
POST /v1/events

Replace these examples with your actual OpenAPI spec or SDK once you add a backend.