# Read-only summary of the worker's combined pension pot value and growth **GET /employers/{employer_id}/employees/{employee_id}/portfolio_summary** Read-only summary of the worker's combined pension pot value and growth. ## Servers - https://payroll-api.getpenfold.dev/v4: https://payroll-api.getpenfold.dev/v4 () ## Authentication methods - O auth2 client credentials ## Parameters ### Path parameters - **employer_id** (string) - **employee_id** (string) ## Responses ### 200 Portfolio summary retrieved successfully. #### Body: application/json (object) - **total_pot_pence** (integer) Combined current pot value across all accounts, in pence. - **total_growth_pence** (integer) Total growth (pot value minus net contributions), in pence. ### 401 Unauthorized, the request requires authentication, and the provided credentials are either missing or incorrect. #### Body: application/json (object) - **error** (string) A descriptive error message. ### 404 Employee or employer not found, the specified employee_id or employer_id does not match any existing records. #### Body: application/json (object) - **error** (string) A descriptive error message. ### 405 Method not allowed #### Body: application/json (object) - **error** (string) A descriptive error message. [Powered by Bump.sh](https://bump.sh)