Yükleniyor…
All endpoints live under /api/v1. The schema is live: you can always download the current OpenAPI 3.1 document from /api/v1/openapi.json.
| Method | Path | Scope |
|---|---|---|
| GET | /me | account:read |
| GET | /startups | startups:read |
| GET | /startups/{id} | startups:read |
| POST | /applications | applications:write |
| GET | /applications/{id} | applications:read |
account:readRead the authenticated account.startups:readRead startup cards.applications:readRead application rows.applications:writeCreate new applications.admin:*All permissions — internal only.