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 config API

Proxy configuration and network settings

HTTP Toolkit config 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 config. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and a GitHub repository.

This API exposes 2 operations across 2 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.

2 operations 2 paths 5 schemas 2 GET

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 config 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 2

Across 2 paths, the API surfaces 2 operations — 2 GET. Each is listed below with its method, path, parameters, and response codes.

config 2

Proxy configuration and network settings

GET
/config
Get proxy configuration
getConfig 1 param → 200
GET
/config/network-interfaces
Get network interfaces
getNetworkInterfaces → 200

Schemas 5

The contract defines 5 schemas that model the data the API accepts and returns. The most detailed are NetworkInterface (6 properties), ProxyConfig (5 properties), SystemProxy (2 properties), ConfigResponse (1 property). Each schema is shown below with its type and property counts.

ProxyConfig
object
5 properties 3 required
NetworkInterface
object
6 properties
SystemProxy
object
2 properties 1 required
NetworkInterfacesResponse
object
1 property 1 required
ConfigResponse
object
1 property 1 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

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

Other APIs HTTP Toolkit publishes across the network.

HTTP Toolkit client API
HTTP Toolkit interceptors API
HTTP Toolkit server API