Keyserv
Connector for the keyserv API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://keyserv.solutions - Auth:
bearer(pass your key via theapiKeyinput)
Operations
keysapi_current— GET /v1/KeysApi/Current/{serial}keysapi_custom— GET /v1/KeysApi/Custom/{serial}keysapi_expiry— GET /v1/KeysApi/Expiry/{serial}keysapi_find— GET /v1/KeysApi/Find/{serial}productsapi_patchproduct2— POST /v1/ProductsApiproductsapi_patchproduct— PATCH /v1/ProductsApi
Inputs
apiKey— your keyserv API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: keysapi_current
apiKey: <your key>