Read-only catalogue of fund allocations available to workplace workers.
Each item is mapped from the FundAllocation row (nullable fields are returned as null).
annual_return_percent is intentionally omitted (not shown in the member app;
compliance TBD).
GET
/fund_allocations
curl \
--request GET 'https://payroll-api.getpenfold.dev/v4/fund_allocations' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
[
{
"id": "string",
"name": "string",
"description": "string",
"provider": "string",
"risk_level": 42,
"indicative_annual_fee_percent": 42.0
}
]
Response examples (401)
{
"error": "Bad request: invalid data provided."
}
Response examples (405)
{
"error": "Bad request: invalid data provided."
}