Base URL
All endpoints are served under a single base URL:What you can access
Portfolio
List your portfolio companies or fetch one by id.
Feed
Activity across the portfolio, or scoped to a single company.
Metrics
The latest reported value of each company metric.
Response shape
Responses follow a consistent envelope. A single resource is returned underdata:
data alongside a pagination object:
id and an attributes object holding its fields. See Pagination for how to page through collections.
Errors
Errors use standard HTTP status codes and return a JSON body with anerror message:
| Status | Meaning |
|---|---|
400 | Invalid query parameters. |
401 | Missing or invalid API key. |
404 | The resource does not exist in your workspace. |
Authenticate your first request
Create a key and make a call.