---
title: "Get the photo associated with a savings goal"
method: GET
path: "/api/v2/account/{accountUid}/savings-goals/{savingsGoalUid}/photo"
tags: ["Savings Goals"]
---

# Get the photo associated with a savings goal

`GET /api/v2/account/{accountUid}/savings-goals/{savingsGoalUid}/photo`

## Path parameters

- `accountUid` string, uuid, required
- `savingsGoalUid` string, uuid, required

## Response `200`

Successful operation

- SavingsGoalPhotoV2 — A photo associated to a savings goal
  - `base64EncodedPhoto` string, required — A text (base 64) encoded picture to associate with the savings goal

## Other responses

- `4xx` — Client error. See [API status codes](#api-status-codes-1) for more details.
- `5xx` — Server error. See [API status codes](#api-status-codes-1) for more details.

---

[API](https://skmtc.net/starlingbank/apis/starling-bank-api.md) · [All operations](https://skmtc.net/starlingbank/apis/starling-bank-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/starlingbank/starling-bank-api/revisions/fa1a72b9ecec/schema)
