API Documentation
API ReferenceIncome Ceiling

Get ceiling timeline

Get the historical timeline of CPF income ceiling changes.

GET
/ceiling/timeline

Response Body

application/json

curl -X GET "https://loading/api/cpf/ceiling/timeline"
[
  {
    "date": "string",
    "ceiling": 0
  }
]