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 Post-Serve Actions API

Manage post-serve actions executed after responses are served.

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

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

This API exposes 3 operations across 2 paths, and defines 1 schema. It is described by OpenAPI 3.1.0, at version 2.0.

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

3 operations 2 paths 1 schemas 1 DELETE1 GET1 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 3

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

Post-Serve Actions 3

Manage post-serve actions executed after responses are served.

GET
/api/v2/hoverfly/post-serve-action
List post-serve actions
listPostServeActions → 200
PUT
/api/v2/hoverfly/post-serve-action
Create or update post-serve action
upsertPostServeAction body → 200
DELETE
/api/v2/hoverfly/post-serve-action/{actionName}
Delete post-serve action
deletePostServeAction 1 param → 200

Schemas 1

The contract defines 1 schema that model the data the API accepts and returns. The most detailed is PostServeAction (4 properties). Each schema is shown below with its type and property counts.

PostServeAction
object
4 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

hoverfly-post-serve-actions-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 Simulation API
Hoverfly State API
Hoverfly System API
Hoverfly Templating Data API