API Reference / Finance - Contributor Costs
Search contributors
get
https://api.intelig.ai/api/v1/intelig/finance/contributors/budget/search
Auth: Authorization: ApiKey <key> (an API key sent as
Bearer is rejected) or Authorization: Bearer <jwt>
for a dashboard session. operationId: searchContributors
Searches contributors by name, login, or email for autocomplete
Example request
curl -X GET "https://api.intelig.ai/api/v1/intelig/finance/contributors/budget/search?q=string" \
-H "Authorization: ApiKey $INTELIG_API_KEY" Query parameters
| Name | Type | Required | Description |
|---|---|---|---|
q | string | yes | — |
limit | integer (int32) | no | — |
Response 200
application/json · ApiResponseListContributorSearchResultDto
| Field | Type | Description |
|---|---|---|
success | boolean | — |
message | string | — |
data | ContributorSearchResultDto[] | — |
Status codes
200— Search results returned successfully401— Not authenticated403— Insufficient permissions to access finance pillar429— —
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.