Klaas API
Open Finance Analytics
3min
- 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.
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
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.
Please refer to Products.
Updated 08 Oct 2024
Did this page help you?