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

Hustle Webhooks API

The Webhooks API from Hustle — 3 operation(s) for webhooks.

Hustle Webhooks API is one of 9 APIs that Hustle 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 and authentication docs.

This API exposes 5 operations across 3 paths, and defines 7 schemas. It is described by OpenAPI 3.1.0, at version v3.

Requests are made against a single base URL, /v3.

5 operations 3 paths 7 schemas 1 DELETE1 GET2 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
v3
Base URL
https://api.hustle.com/v3
Resource Areas
1

Paths & Operations 5

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

Webhooks 5
GET
/webhook_registrations
Get Webhook Registrations
4 params → 200400401404422500
POST
/webhook_registrations
Create Webhook Registration
body → 201400401404422500
PUT
/webhook_registrations/{id}
Update Webhook Registration
1 param body → 200400401404422500
DELETE
/webhook_registrations/{id}
Delete Webhook Registration
1 param → 200400401404422500
POST
/webhook_registrations/mock_event
Mock Webhook Event
body → 200

Schemas 7

The contract defines 7 schemas that model the data the API accepts and returns. The most detailed are WebhookRegistration (6 properties), ConsentUpdateV1Config (4 properties), ErrorResponse (3 properties), WebhookOrganizationsScopeV1 (2 properties). Each schema is shown below with its type and property counts.

WebhookAccountScopeV1
object
1 property 1 required
MessageStatusV1Config
object
2 properties 2 required
WebhookRegistration
object
A webhook registration defines when and where webhook events should be sent.
6 properties 6 required
WebhookConfig
The configuration object for the webhook.
WebhookOrganizationsScopeV1
object
2 properties 2 required
ErrorResponse
object
3 properties 2 required
ConsentUpdateV1Config
object
4 properties 4 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

hustle-webhooks-api-openapi.yml Raw ↑

Other APIs Hustle publishes across the network.

Hustle Access Token API
Hustle Agents API
Hustle Custom Fields API
Hustle Groups API
Hustle Integrations API
Hustle Leads API
Hustle Organizations API
Hustle Tags API