Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

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.

4 operations 4 paths 5 schemas 3 GET1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
1.0.0
Base URL
http://localhost:45456
Authentication
HTTP Bearer
License
Resource Areas
1

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.

interceptors 4

Interceptor management for various environments and applications

GET
/interceptors
List interceptors
getInterceptors 1 param → 200
GET
/interceptors/{id}/metadata
Get detailed interceptor metadata
getInterceptorMetadata 1 param → 200404
GET
/interceptors/{id}/metadata/{subId}
Get sub-interceptor metadata
getInterceptorSubMetadata 2 params → 200404
POST
/interceptors/{id}/activate/{proxyPort}
Activate an interceptor
activateInterceptor 2 params body → 200400404

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.

InterceptorsResponse
object
1 property 1 required
ActivationResponse
object
1 property 1 required
InterceptorMetadataResponse
object
1 property 1 required
ErrorResponse
object
1 property 1 required
Interceptor
object
5 properties 4 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

http-toolkit-interceptors-api-openapi.yml Raw ↑

Other APIs HTTP Toolkit publishes across the network.

HTTP Toolkit client API
HTTP Toolkit config API
HTTP Toolkit server API