_ _ ___(_) __ _ _ __ ___ __| | / __| |/ _` | '_ \ / _ \/ _` | \__ \ | (_| | | | | __/ (_| | |___/_|\__, |_| |_|\___|\__,_| |___/ signed api · v1 ────────────── Endpoints GET /v1/pitches list your deal-pipeline pitches GET /v1/portfolio portfolio-wide metrics (value, irr, moic, dpi, ...) with by_type breakdown (company, fund, spv) GET /v1/companies list portfolio companies with per-company aggregates (one row per company, even with multiple investments) GET /v1/companies/:slug one company with aggregates plus the full list of underlying investments GET /v1/investments/:id one investment with full details (transactions, valuation, fund commitment, ...) GET /v1/me your own profile (name, login, email, plan, ...) GET /v1/users/:login a public user profile by login GET /v1/follows public users you follow GET /v1/followers public users following you Auth Authorization: Bearer Manage tokens at https://signed.com/settings/api_tokens Read-scoped tokens are read-only — safe to hand to LLM agents. Pagination Index endpoints accept ?page=N (1-indexed) and ?per_page=N (default 30, max 100). Responses include a `pagination` object with page, per_page, total, and total_pages. Full docs coming soon.