API ReferenceAge Groups
List all age groups
Get all 8 CPF age groups with their contribution and distribution rates.
Response Body
application/json
curl -X GET "https://loading/api/cpf/age-groups"[
{
"description": "string",
"minAge": 0,
"maxAge": 0,
"contributionRate": {
"employee": 0,
"employer": 0
},
"distributionRate": {
"OA": 0,
"SA": 0,
"MA": 0
}
}
]