KISI Cards API
The Cards API from KISI — 7 operation(s) for cards.
KISI Cards API is one of 48 APIs that KISI publishes on the APIs.io network, described by a machine-readable OpenAPI specification.
Tagged areas include Cards. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, authentication docs, and rate-limit docs.
This API exposes 10 operations across 7 paths, and defines 2 schemas. It is described by OpenAPI 3.1.0, at version 1.0.0.
Requests are made against a single base URL, https://api.kisi.io.
Metadata
The identity and technical contract details declared by the specification.
Authentication & Security 7
KISI Cards API declares
7 security schemes
for authenticating requests.
An API key is passed in the header as X-Signature (Webhook-Signature).
An API key is passed in the header as Authorization (Kisi-Login).
An API key is passed in the header as Authorization (Kisi-Access-Key).
An API key is passed in the header as Authorization (Kisi-Group-Link).
An API key is passed in the header as Authorization (Kisi-Service).
It accepts HTTP basic authentication (OAuth2Basic).
It supports OAuth 2.0 (OAuth2) using the authorizationCode flow.
Webhook-Signature— Authorize using a signature of the request body. The signature is a HMAC-SHA256 hash of the request body using a secret key. E.g. X-Signature: 123Kisi-Login— Authorize using a login. Prefix the value with KISI-LOGIN Example: Authorization: KISI-LOGIN 123Kisi-Access-Key— Authorize using an access key. Prefix the value with KISI-ACCESS-KEY Example: Authorization: KISI-ACCESS-KEY 123Kisi-Group-Link— Authorize using a group link. Prefix the value with KISI-GROUP-LINK Example: Authorization: KISI-GROUP-LINK 123Kisi-Service— Authorize using a service. Prefix the value with KISI-SERVICE Example: Authorization: KISI-SERVICE 123OAuth2Basic— Username is the client id. Password is the client secret.OAuth2— OAuth access tokens are sent as bearer tokens. Example: Authorization: Bearer youraccesstoken
Paths & Operations 10
Across 7 paths, the API surfaces 10 operations — 1 DELETE, 2 GET, 1 PATCH, 6 POST. Each is listed below with its method, path, parameters, and response codes.
Schemas 2
The contract defines 2 schemas that model the data the API accepts and returns. The most detailed are Error (2 properties), Errors (1 property). Each schema is shown below with its type and property counts.
Specification
The full machine-readable OpenAPI contract behind this narrative.
Source
More from KISI 12
Other APIs KISI publishes across the network.