HTTP Toolkit interceptors API
Interceptor management for various environments and applications
HTTP Toolkit interceptors 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 interceptors. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and a GitHub repository.
This API exposes 4 operations across 4 paths, and defines 5 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 interceptors 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 4
Across 4 paths, the API surfaces 4 operations — 3 GET, 1 POST. Each is listed below with its method, path, parameters, and response codes.
Interceptor management for various environments and applications
Schemas 5
The contract defines 5 schemas that model the data the API accepts and returns. The most detailed are Interceptor (5 properties), ErrorResponse (1 property), InterceptorMetadataResponse (1 property), ActivationResponse (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.