# Read-only catalogue of fund allocations available to workplace workers **GET /fund_allocations** Read-only catalogue of fund allocations available to workplace workers. `annual_return_percent` is intentionally omitted (not shown in the member app; compliance TBD). ## Servers - https://payroll-api.getpenfold.dev/v4: https://payroll-api.getpenfold.dev/v4 () ## Authentication methods - O auth2 client credentials ## Parameters ## Responses ### 200 Fund allocation catalogue retrieved successfully. #### Body: application/json (array[object]) - **id** (string) - **name** (string) - **description** (string) - **provider** (string) - **risk_level** (integer) - **management_fee_percent** (number | null) ### 401 Unauthorized. #### Body: application/json (object) - **error** (string) A descriptive error message. [Powered by Bump.sh](https://bump.sh)