---
title: "Retrieve ISA allowances"
method: GET
path: "/isa/wrappers/{tax_wrapper_id}/allowances"
tags: ["Tax Wrappers"]
---

# Retrieve ISA allowances

`GET /isa/wrappers/{tax_wrapper_id}/allowances`

Retrieves ISA allowances

## Query parameters

- `tax_year` string
- `sort` 'created_at' | 'valid_from'
- `order` 'ASC' | 'DESC'
- `offset` integer
- `limit` integer

## Response `200`

OK

- object
  - `meta` object, required
    - `offset` integer, required — Amount of resource to offset in the response.
    - `limit` integer, required — Total limit of the response.
    - `count` integer, required — Count of the resources returned in the response.
    - `total_count` integer, required — Total count of all the resources.
    - `sort` string — The field that the list is sorted by.
    - `order` 'ASC' | 'DESC' — The ordering of the response. * ASC - Ascending order * DESC - Descending order
  - `data` object[], required
    - `id` string, uuid, required — Allowance unique identifier.
    - `created_at` string, date-time, required — The date and time the tax wrapper was created.
    - `updated_at` string, date-time, required — The date and time the tax wrapper was last updated.
    - `tax_wrapper_id` string, uuid, required — Tax wrapper unique identifier.
    - `tax_year` string — Tax year the allowance applies to, in the format 'YYYY/YYYY'.
    - `type` 'ANNUAL', required — Type of the allowance: * ANNUAL - Allowance valid for a tax year.
    - `status` 'ACTIVE' | 'EXPIRED', required — Status of the allowance: * ACTIVE - Current allowance. * EXPIRED - Allowance from previous years.
    - `currency` 'GBP', required — Alphabetic three-letter [ISO 4217](https://www.iso.org/iso-4217-currency-codes.html) currency code. * GBP - British Pound Sterling
    - `used_amount` string, required
    - `remaining_amount` string, required
    - `valid_from` string, date-time, required — The date from which the allowance is valid.
    - `valid_to` string, date-time — The date until which the allowance is valid.
    - `first_subscription_at` string, date-time — The date of the first subscription that used this allowance.

## Other responses

- `400` — Bad Request. The incoming request had a malformed parameter/object.
- `401` — Unauthorized. The caller has not been authenticated.
- `403` — Forbidden. The caller has been authenticated but is not allowed to take the requested action.
- `404` — Not Found. The requested resource could not be found.
- `405` — Method Not Allowed. The requested method is not allowed on the requested resource.
- `406` — Not Acceptable. The resource does not have a current representation that would be acceptable to the user agent. "Accept" header defined unsupported value.
- `429` — Too Many Requests. The caller has exceeded their quota for the time period and has been throttled.
- `500` — Internal Server Error. The service encountered an unexpected error.
- `503` — Service Unavailable. The service handling for this request cannot be reached at this time.
- `504` — Gateway Timeout. The service gateway has reached its internal timeout.

---

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