Klaas API

Open Finance Analytics

3min
  1. This API can return all report product types defined by Klavi. For detailed information, please refer to: Products. Before integrating the API, you need to first communicate with Klavi sales and implementation personnel to clarify the required report product types, and have the implementation personnel configure them.
  2. You need to complete the development of webhook (for receiving reports) based on Products in advance, and complete the configuration in the console provided by Klavi.
Partners send users Open Finance data through this API. Klavi backend systems will receive, clean, classify, process and calculate the data, and returns the analytics report to partners through asynchronous method (webhook). Because there are many data processing processes, this API is asynchronous. The submission process can be ended after the partner successfully submits the data. When klavi completes the whole processing, it will return the analytics report to partners through the webhook.
POST
Request
Header Parameters
Content-Type
required
String
Must be 'application/json'
partner_code
required
String
Partner code
partner_token
required
String
Partner token
Body Parameters
@userdata.json
required
Object
End-user open finance data, it can be a JSON file or a JSON object
Curl
Responses
200


Request

userdata.json: This userdata.json format needs to be the same as the complete JSON format of a user provided in the POC process. Below we provide a demo version of this JSON data, for clients' reference.

userdata.json



Response

Please refer to Products.