AgeCategory
Get an age category
Get an age category by id.<br>You must have at least one of these scopes: 'settings.read, setup.read, setup.manage'.
get/settings/v1/age-categories/{id}
Path parameters
idstring required
The id of the age category.
Query parameters
languagesstring[]
'all' or comma separated list of two-letter language codes (ISO Alpha-2)
Response
Return all the age category data.
Example response
{
"id": "MUC-BABY",
"code": "BABY",
"propertyId": "MUC",
"name": {
"en": "Baby"
},
"minAge": 0,
"maxAge": 1
}Changes
No recorded changes to this endpoint across all 1 revision of this API.