---
title: "Get all active savings and spending spaces"
method: GET
path: "/api/v2/account/{accountUid}/spaces"
tags: ["Spaces"]
---

# Get all active savings and spending spaces

`GET /api/v2/account/{accountUid}/spaces`

## Path parameters

- `accountUid` string, uuid, required

## Response `200`

Successful operation

- Spaces — A list containing all spaces for an account holder
  - `savingsGoals` SavingsGoalOrdered[], required
    - `savingsGoalUid` string, uuid, required — Unique identifier of the savings goal
    - `name` string, required — Name of the savings goal
    - `target` CurrencyAndAmount — Representation of money
      - `currency` string, required — ISO-4217 3 character currency code
      - `minorUnits` integer, required — Amount in the minor units of the given currency; eg pence in GBP, cents in EUR
    - `totalSaved` CurrencyAndAmount, required — Representation of money
      - `currency` string, required — ISO-4217 3 character currency code
      - `minorUnits` integer, required — Amount in the minor units of the given currency; eg pence in GBP, cents in EUR
    - `savedPercentage` integer — Percentage of target currently deposited in the savings goal
    - `sortOrder` integer — Sort Order
    - `state` 'CREATING' | 'ACTIVE' | 'ARCHIVING' | 'ARCHIVED' | 'RESTORING' | 'PENDING', required — The state of the savings goal
  - `spendingSpaces` SpendingSpace[], required
    - `spaceUid` string, uuid, required — SpendingSpaceUid
    - `name` string, required — Name of the space
    - `balance` CurrencyAndAmount, required — Representation of money
      - `currency` string, required — ISO-4217 3 character currency code
      - `minorUnits` integer, required — Amount in the minor units of the given currency; eg pence in GBP, cents in EUR
    - `cardAssociationUid` string, uuid — Card Association Uid
    - `sortOrder` integer — Sort Order
    - `spendingSpaceType` 'SHOPPING' | 'CHILDCARE' | 'HELPING_OUT' | 'YOUNG_PERSON' | 'EXPENSE' | 'SPARE_CARD' | 'CHILDCARE_V2' | 'SHOPPING_V2' | 'SPARE', required — Spending Space Type. From 2026-10-19, SHOPPING, CHILDCARE and HELPING_OUT are replaced by CONNECTED, and YOUNG_PERSON is replaced by U16. SPARE_CARD, CHILDCARE_V2 and SHOPPING_V2 are removed on the same date (not currently returned). EXPENSE is unaffected.
    - `state` 'CREATING' | 'ACTIVE' | 'ARCHIVING' | 'ARCHIVED' | 'RESTORING' | 'PENDING', required — The state of the spending space

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