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

Inspect and filter the journal of intercepted requests.

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

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

This API exposes 6 operations across 3 paths. It is described by OpenAPI 3.1.0, at version 2.0.

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

6 operations 3 paths 0 schemas 2 DELETE2 GET2 POST

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 6

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

Journal 6

Inspect and filter the journal of intercepted requests.

GET
/api/v2/journal
Get journal
getJournal 5 params → 200
POST
/api/v2/journal
Filter journal
filterJournal body → 200
DELETE
/api/v2/journal
Clear journal
clearJournal → 200
GET
/api/v2/journal/index
List journal indexes
listJournalIndexes → 200
POST
/api/v2/journal/index
Create journal index
createJournalIndex body → 201
DELETE
/api/v2/journal/index/{indexName}
Delete journal index
deleteJournalIndex 1 param → 200

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

hoverfly-journal-api-openapi.yml Raw ↑

Other APIs Hoverfly publishes across the network.

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