---
title: "Get an age category"
method: GET
path: "/settings/v1/age-categories/{id}"
tags: ["AgeCategory"]
---

# Get an age category

`GET /settings/v1/age-categories/{id}`

Get an age category by id.<br>You must have at least one of these scopes: 'settings.read, setup.read, setup.manage'.

## Path parameters

- `id` string, required

## Query parameters

- `languages` string[]

## Response `200`

Return all the age category data.

- AgeCategoryModel
  - `id` string, required — The age category id
  - `code` string, required — The code for the age category
  - `propertyId` string, required — The id of the property for which the age category will be created
  - `name` object, required — The name for the age category
  - `minAge` integer, required — The minimum age for the age category. The specified value is included in the age range
  - `maxAge` integer, required — The maximum age for the age category. The specified value is included in the age range

## Other responses

- `400` — Bad request.
- `401` — You are unauthorized.
- `403` — Forbidden.
- `404` — The Request-URI could not be found.
- `422` — Validation errors in the request body or query params.
- `499` — Client closed request.
- `500` — An unexpected error occurred.
- `503` — The server is currently unavailable. Please try later.

---

[API](https://skmtc.dev/apaleo/apis/apaleo-rate-plan-api.md) · [All operations](https://skmtc.dev/apaleo/apis/apaleo-rate-plan-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/apaleo/apaleo-rate-plan-api/revisions/876b6db65772/schema)
