Hookdeck Requests API
List and inspect raw requests received by Hookdeck. A request precedes events and is what gets accepted at the gateway boundary before verification, fan-out, transformation, and routing produce one or more downstream events.
Hookdeck Requests API is one of 17 APIs that Hookdeck publishes on the APIs.io network, described by a machine-readable OpenAPI specification.
This API exposes 1 JSON Schema definition.
Tagged areas include Webhooks, Requests, and Event Gateways. The published artifact set on APIs.io includes API documentation, an OpenAPI specification, and 1 JSON Schema.
This API exposes 6 operations across 6 paths, and defines 20 schemas. It is described by OpenAPI 3.0.1, at version 1.0.0.
Requests are made against a single base URL, https://api.hookdeck.com/2025-07-01.
Metadata
The identity and technical contract details declared by the specification.
Authentication & Security 2
Hookdeck Requests API declares
2 security schemes
for authenticating requests.
It accepts HTTP bearer tokens (bearerAuth).
It accepts HTTP basic authentication (basicAuth).
By default, every request must be authenticated.
Paths & Operations 6
Across 6 paths, the API surfaces 6 operations — 5 GET, 1 POST. Each is listed below with its method, path, parameters, and response codes.
A request represent a webhook received by Hookdeck.
Schemas 20
The contract defines 20 schemas that model the data the API accepts and returns. The most detailed are Event (18 properties), Request (13 properties), EventData (9 properties), IgnoredEvent (7 properties). Each schema is shown below with its type and property counts.
Specification
The full machine-readable OpenAPI contract behind this narrative.
Source
More from Hookdeck 12
Other APIs Hookdeck publishes across the network.