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

H Company Webhooks API

The Webhooks API from H Company — 5 operation(s) for webhooks.

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 operations 5 paths 9 schemas 1 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.

Webhooks 8
POST
/api/v2/webhooks
Create Webhook
create_webhook_api_v2_webhooks_post body → 201422
GET
/api/v2/webhooks
List Webhooks
list_webhooks_api_v2_webhooks_get 3 params → 200422
GET
/api/v2/webhooks/events
List Webhook Events
list_webhook_events_api_v2_webhooks_events_get → 200422
GET
/api/v2/webhooks/{webhook_id}
Get Webhook
get_webhook_api_v2_webhooks__webhook_id__get 1 param → 200422
PATCH
/api/v2/webhooks/{webhook_id}
Update Webhook
update_webhook_api_v2_webhooks__webhook_id__patch 1 param body → 200422
DELETE
/api/v2/webhooks/{webhook_id}
Delete Webhook
delete_webhook_api_v2_webhooks__webhook_id__delete 1 param → 204422
POST
/api/v2/webhooks/{webhook_id}/rotate
Rotate Webhook Secret
rotate_webhook_secret_api_v2_webhooks__webhook_id__rotate_post 1 param → 200422
POST
/api/v2/webhooks/{webhook_id}/ping
Ping Webhook
ping_webhook_api_v2_webhooks__webhook_id__ping_post 1 param → 200422

Schemas 9

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 properties 7 required
WebhookWithSecret
object
Create response: the only time the signing secret is returned.
13 properties 8 required
ValidationError
object
5 properties 3 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 property 1 required
WebhookEventTypeDefinition
object
A webhook event type clients can subscribe to.
2 properties 2 required
HTTPValidationError
object
1 property
Page_WebhookRecord_
object
3 properties 3 required
CreateWebhook
object
Register a webhook for the caller's organization.
3 properties 1 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

h-company-webhooks-api-openapi.yml Raw ↑

Other APIs H Company publishes across the network.

H Company Holo Models API
H Company Agents API
H Company Browser Profiles API
H Company Environments API
H Company quota API
H Company Schedules API
H Company Sessions API
H Company Skills API
H Company Vaults API