API Reference / Finance - Initiatives
List initiative ROI
get
https://api.intelig.ai/api/v1/intelig/finance/initiatives/roi
Auth: Authorization: ApiKey <key> (an API key sent as
Bearer is rejected) or Authorization: Bearer <jwt>
for a dashboard session. operationId: listInitiativeRoi
Returns per-initiative ROI rows (cost + revenue target + status) plus a portfolio rollup summary
Example request
curl -X GET "https://api.intelig.ai/api/v1/intelig/finance/initiatives/roi?from=string&to=string" \
-H "Authorization: ApiKey $INTELIG_API_KEY" Query parameters
| Name | Type | Required | Description |
|---|---|---|---|
from | string (date) | yes | — |
to | string (date) | yes | — |
budgetId | integer (int64) | no | — |
Response 200
application/json · ApiResponseInitiativeRoiListResponse
| Field | Type | Description |
|---|---|---|
success | boolean | — |
message | string | — |
data | InitiativeRoiListResponse | — |
Status codes
200— OK401— —429— —
Every response is wrapped in { success, message, data }. A 4xx means the request
is wrong — do not retry it unchanged. A 429 carries Retry-After in seconds.