IvayloD / kasisto-server-api

Kasisto Enterprise API Specification for Banks and Financial Institutions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kasisto Enterprise API 1.2 beta

Kasisto Enterprise API Specification for Banks and Financial Institutions

Integrate your customer data with Kasisto.

This page describes the Kasisto Enterprise API version 1.2 beta.

Overview

Unlike many other REST API specifications, this specifies an API that your institution must implement on the server.
This is not an API that your institition will call, rather this is a way for Kasisto to integrate with your institition in order to provide conversational AI capabilities.

Quick links

Swagger Open API Initiative

Kasisto utilizes Swagger as a way to specify the API end-points. You can turn our API spec into server-side code with Swagger Codegen.

Security and Authentication

The following security requirements must be met:

Type Requirement
Encryption All servers must implement HTTPS/TLS end-points
Authentication The secret key request header must be validated
Authorization The user token request header must be validated

Server code can be generated using the Swagger code generator

The kasisto-swagger.json file can be used to generate server stubs in many languages. You can turn our API spec into server-side code with Swagger Codegen.

About

Kasisto Enterprise API Specification for Banks and Financial Institutions


Languages

Language:Python 100.0%