IFRS-17
    IFRS-17
    CSM & PAA eligibility
    • Disclosures
    • Risk Adjustment
    • Discount Component
    • CSM & PAA eligibility
    • create ratios
      POST
    • create CSM run
      POST
    • read CSM runs
      GET
    • create CSM Amortization
      POST
    • determine PAA eligibility
      POST
    • delete CSM run
      DELETE

      read CSM runs

      GET
      https://api.i17.actserv-africa.com/api/v2/csm/lrc

      Request

      Authorization
      Provide your bearer token in the
      Authorization
      header when making requests to protected resources.
      Example:
      Authorization: Bearer ********************

      Responses

      🟢200Success
      application/json
      Body

      Request Request Example
      Shell
      JavaScript
      Java
      Swift
      curl --location --request GET 'https://api.i17.actserv-africa.com/api/v2/csm/lrc' \
      --header 'Authorization: Bearer <token>'
      Response Response Example
      {
          "code": 200,
          "msg": "success",
          "runs_details": {
              "run_id": "csm__20250610__0f2aa2b845cf11f081570242ac1c0002",
              "run_name": "API Key Test :: csm :: 2025-06-10 07:46:46",
              "created_by": "API Key Test",
              "date_and_time": "2025-06-10 07:46:46 UTC"
          }
      }
      Previous
      create CSM run
      Next
      create CSM Amortization
      Built with