HTTP Toolkit server API
Server lifecycle and version management
HTTP Toolkit server API is one of 4 APIs that HTTP Toolkit publishes on the APIs.io network, described by a machine-readable OpenAPI specification.
Tagged areas include server. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and a GitHub repository.
This API exposes 3 operations across 3 paths, and defines 2 schemas. It is described by OpenAPI 3.0.3, at version 1.0.0.
Requests are made against a single base URL, http://localhost:45456.
Metadata
The identity and technical contract details declared by the specification.
Authentication & Security 1
HTTP Toolkit server API declares
1 security scheme
for authenticating requests.
It accepts HTTP bearer tokens (bearerAuth).
By default, every request must be authenticated.
bearerAuth— Token-based authentication using a server-generated bearer token
Paths & Operations 3
Across 3 paths, the API surfaces 3 operations — 1 GET, 2 POST. Each is listed below with its method, path, parameters, and response codes.
Server lifecycle and version management
Schemas 2
The contract defines 2 schemas that model the data the API accepts and returns. The most detailed are VersionResponse (1 property), SuccessResponse (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 HTTP Toolkit 3
Other APIs HTTP Toolkit publishes across the network.