H Company Webhooks API is one of 10 APIs that H Company publishes on the APIs.io network, described by a machine-readable OpenAPI specification.
Tagged areas include Webhooks. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, and a getting-started guide.
This API exposes
8 operations
across 5 paths,
and defines 9 schemas.
It is described by OpenAPI 3.1.0, at version 1.0.0.
Requests are made against 2 base URLs: https://agp.eu.hcompany.ai, https://agp.hcompany.ai.
8 operations5 paths9 schemas1 DELETE3 GET1 PATCH3 POST
Metadata
The identity and technical contract details declared by the specification.
Specification
OpenAPI 3.1.0
API Version
1.0.0
Base URL
https://agp.eu.hcompany.ai/api/v2
Authentication
HTTP Bearer
Resource Areas
1
Authentication & Security 1
H Company Webhooks API declares
1 security scheme
for authenticating requests.
It accepts HTTP bearer tokens (HTTPBearer).
Paths & Operations 8
Across 5 paths, the API surfaces 8 operations — 1 DELETE, 3 GET, 1 PATCH, 3 POST. Each is listed below with its method, path, parameters, and response codes.
The contract defines 9 schemas that model the data the API accepts and returns. The most detailed are WebhookWithSecret (13 properties), WebhookRecord (12 properties), ValidationError (5 properties), UpdateWebhook (4 properties). Each schema is shown below with its type and property counts.
WebhookRecord
object
Webhook as returned by reads; the signing secret is never included.
12 properties7 required
WebhookWithSecret
object
Create response: the only time the signing secret is returned.
13 properties8 required
ValidationError
object
5 properties3 required
UpdateWebhook
object
Partial update; omit a field to leave it unchanged.
4 properties
WebhookPingResult
object
Outcome of a test delivery to a webhook endpoint.
1 property1 required
WebhookEventTypeDefinition
object
A webhook event type clients can subscribe to.
2 properties2 required
HTTPValidationError
object
1 property
Page_WebhookRecord_
object
3 properties3 required
CreateWebhook
object
Register a webhook for the caller's organization.
3 properties1 required
Specification
The full machine-readable OpenAPI contract behind this narrative.