---
title: "Returns the the round-up goal associated with an account if one has been created"
method: GET
path: "/api/v2/feed/account/{accountUid}/round-up"
tags: ["Feed Round-up"]
---

# Returns the the round-up goal associated with an account if one has been created

`GET /api/v2/feed/account/{accountUid}/round-up`

## Path parameters

- `accountUid` string, uuid, required

## Response `200`

Successful operation

- RoundUpGoalResponse
  - `active` boolean
  - `roundUpGoal` RoundUpGoalDetails
    - `primaryCategoryUid` string, uuid, required
    - `roundUpGoalUid` string, uuid, required
    - `roundUpMultiplier` number, required
    - `activatedAt` string, date-time, required
    - `activatedBy` string, uuid, required
  - `roundUpGoalDetails` RoundUpGoalDetails
    - `primaryCategoryUid` string, uuid, required
    - `roundUpGoalUid` string, uuid, required
    - `roundUpMultiplier` number, required
    - `activatedAt` string, date-time, required
    - `activatedBy` string, uuid, required

## 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)
