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

WireMock Requests API

Logged requests and responses received by the mock service

WireMock Requests API is one of 6 APIs that WireMock publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

This API exposes 2 JSON Schema definitions.

Tagged areas include Requests. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and 2 JSON Schemas.

This API exposes 10 operations across 8 paths. It is described by OpenAPI 3.0.0, at version 2.35.0.

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

10 operations 8 paths 0 schemas 2 DELETE3 GET5 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.0
API Version
2.35.0
Base URL
http://localhost:8080
Resource Areas
1

Paths & Operations 10

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

Requests 10

Logged requests and responses received by the mock service

GET
/__admin/requests
Get All Requests in Journal
2 params → 200
DELETE
/__admin/requests
Delete All Requests in Journal
→ 200
GET
/__admin/requests/{requestId}
Get Request by ID
1 param → 404200
DELETE
/__admin/requests/{requestId}
Delete Request by ID
1 param → 200
POST
/__admin/requests/resetdeprecated
Empty the Request Journal
→ 200
POST
/__admin/requests/count
Count Requests by Criteria
body → 200
POST
/__admin/requests/remove
Remove Requests by Criteria
body → 200
POST
/__admin/requests/remove-by-metadata
Delete Requests Matching Metadata
body → 200
POST
/__admin/requests/find
Find Requests by Criteria
body → 200
GET
/__admin/requests/unmatched
Find Unmatched Requests
→ 200

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

wiremock-requests-api-openapi.yml Raw ↑

Other APIs WireMock publishes across the network.

WireMock Near Misses API
WireMock Recordings API
WireMock Scenarios API
WireMock Stub Mappings API
WireMock System API