API ReferenceAge Groups
Find age group for age
Find the applicable CPF age group for a specific age.
Query Parameters
age*number
Age to look up (non-negative number)
Range
0 <= valueResponse Body
application/json
application/json
curl -X GET "https://loading/api/cpf/age-group/find?age=0"{
"description": "string",
"minAge": 0,
"maxAge": 0,
"contributionRate": {
"employee": 0,
"employer": 0
},
"distributionRate": {
"OA": 0,
"SA": 0,
"MA": 0
}
}{
"error": "string"
}