IFRS-17
    IFRS-17
    Disclosures
    • Disclosures
    • Risk Adjustment
    • Discount Component
    • CSM & PAA eligibility
    • create disclosure run
      POST
    • read disclosure runs
      GET
    • calculate disclosures
      POST
    • delete disclosures run
      DELETE

      read disclosure runs

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

      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/disclosures' \
      --header 'Authorization: Bearer <token>'
      Response Response Example
      {
          "code": 200,
          "msg": "success",
          "runs_details": {
              "run_id": [
                  "test__20240917____254a56c874ca11efa2d36c02e07ab99f",
                  "test__20240923____10737ab4799711efbfc5b07d64ed2ca4",
                  "test__20240925____57b21c4c7b1711ef9ae26c02e07ab99f",
                  "test__20240926____0eceb35c7bdd11ef85cab07d64ed2ca4",
                  "test__20241015____70d3794e8b2c11ef87c7b07d64ed2ca4"
              ],
              "run_name": [
                  "ABCDE :: test :: 2024-09-17",
                  "ABCDE :: test :: 2024-09-23",
                  "ABCDE :: test :: 2024-09-25",
                  "ABCDE :: test :: 2024-09-26"
              ],
              "created_by": [
                  "it2@email.com",
                  "it2@email.com",
                  "it2@email.com",
                  "it2@email.com",
                  "it2@email.com"
              ],
              "date_and_time": [
                  "2024-09-17 08:01:00 UTC",
                  "2024-09-23 11:34:33 UTC",
                  "2024-09-25 08:23:27 UTC",
                  "2024-09-26 07:58:55 UTC",
                  "2024-10-15 19:41:29 UTC"
              ]
          }
      }
      Previous
      create disclosure run
      Next
      calculate disclosures
      Built with