Knack Object Records API
CRUD operations on records via object endpoints
Knack Object Records API is one of 3 APIs that Knack publishes on the APIs.io network, described by a machine-readable OpenAPI specification.
Tagged areas include Object Records. The published artifact set on APIs.io includes an OpenAPI specification.
This API exposes 5 operations across 2 paths, and defines 5 schemas. It is described by OpenAPI 3.1.0, at version v1.
Requests are made against a single base URL, https://api.knack.com/v1.
Metadata
The identity and technical contract details declared by the specification.
Authentication & Security 2
Knack Object Records API declares
2 security schemes
for authenticating requests.
An API key is passed in the header as X-Knack-Application-Id (ApplicationId).
An API key is passed in the header as X-Knack-REST-API-Key (RestApiKey).
By default, every request must be authenticated.
ApplicationId— Knack Application ID identifying the target applicationRestApiKey— REST API key authorizing the request
Paths & Operations 5
Across 2 paths, the API surfaces 5 operations — 1 DELETE, 2 GET, 1 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.
CRUD operations on records via object endpoints
Schemas 5
The contract defines 5 schemas that model the data the API accepts and returns. The most detailed are RecordListResponse (4 properties), ErrorResponse (1 property), DeleteResponse (1 property), Record (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 Knack 2
Other APIs Knack publishes across the network.