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

Hoverfly State API

Manage stateful keys used during simulation.

Hoverfly State API is one of 10 APIs that Hoverfly publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include State. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and an API reference.

This API exposes 4 operations across 1 path. It is described by OpenAPI 3.1.0, at version 2.0.

Requests are made against a single base URL, http://localhost:8888.

4 operations 1 paths 0 schemas 1 DELETE1 GET1 PATCH1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
2.0
Base URL
http://localhost:8888
License
Resource Areas
1

Paths & Operations 4

Across 1 path, the API surfaces 4 operations — 1 DELETE, 1 GET, 1 PATCH, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

State 4

Manage stateful keys used during simulation.

GET
/api/v2/state
Get state
getState → 200
PUT
/api/v2/state
Replace state
replaceState body → 200
PATCH
/api/v2/state
Patch state
patchState body → 200
DELETE
/api/v2/state
Clear state
clearState → 200

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

hoverfly-state-api-openapi.yml Raw ↑

Other APIs Hoverfly publishes across the network.

Hoverfly Cache API
Hoverfly Diff API
Hoverfly Hoverfly API
Hoverfly Journal API
Hoverfly Logs API
Hoverfly Post-Serve Actions API
Hoverfly Simulation API
Hoverfly System API
Hoverfly Templating Data API