Spaces

Get a spending space

get/api/v2/account/{accountUid}/spaces/spending/{spaceUid}

Path parameters

accountUidstring uuid required
Example:aaaaaaaa-aaaa-4aaa-aaaa-aaaaaaaaaaaa

Account uid

spaceUidstring uuid required
Example:aaaaaaaa-aaaa-4aaa-aaaa-aaaaaaaaaaaa

Spending space uid

Response

Successful operation

spaceUidstring uuid required

SpendingSpaceUid

namestring required

Name of the space

cardAssociationUidstring uuid

Card Association Uid

sortOrderinteger

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

Example response

{
  "spaceUid": "aaaaaaaa-aaaa-4aaa-aaaa-aaaaaaaaaaaa",
  "name": "Shopping",
  "balance": {
    "currency": "GBP",
    "minorUnits": 123456
  },
  "cardAssociationUid": "aaaaaaaa-aaaa-4aaa-aaaa-aaaaaaaaaaaa",
  "state": "ACTIVE"
}