hubapi.com – webhooks
Provides a way for apps to subscribe to certain change events in HubSpot. Once configured, apps will receive event payloads containing details about the changes at a specified target URL. There can only be one target URL for receiving event notifications per app.
- Homepage
- https://api.apis.guru/v2/specs/hubapi.com:webhooks/v3.json
- Provider
- hubapi.com:webhooks / webhooks
- OpenAPI version
- 3.0.1
- Spec (JSON)
- https://api.apis.guru/v2/specs/hubapi.com/webhooks/v3/openapi.json
- Spec (YAML)
- https://api.apis.guru/v2/specs/hubapi.com/webhooks/v3/openapi.yaml
Tools (11)
Extracted live via the executor SDK.
-
settings.deleteWebhooksV3AppIdSettingsClearDELETE /webhooks/v3/{appId}/settings
-
settings.getWebhooksV3AppIdSettingsGetAllGET /webhooks/v3/{appId}/settings
-
settings.putWebhooksV3AppIdSettingsConfigurePUT /webhooks/v3/{appId}/settings
-
subscriptions.deleteWebhooksV3AppIdSubscriptionsSubscriptionIdArchiveDELETE /webhooks/v3/{appId}/subscriptions/{subscriptionId}
-
subscriptions.getWebhooksV3AppIdSubscriptionsGetAllGET /webhooks/v3/{appId}/subscriptions
-
subscriptions.getWebhooksV3AppIdSubscriptionsSubscriptionIdGetByIdGET /webhooks/v3/{appId}/subscriptions/{subscriptionId}
-
subscriptions.patchWebhooksV3AppIdSubscriptionsSubscriptionIdUpdatePATCH /webhooks/v3/{appId}/subscriptions/{subscriptionId}
-
subscriptions.postWebhooksV3AppIdSubscriptionsBatchUpdateUpdateBatchPOST /webhooks/v3/{appId}/subscriptions/batch/update
-
subscriptions.postWebhooksV3AppIdSubscriptionsCreatePOST /webhooks/v3/{appId}/subscriptions
-
openapi.previewSpecPreview an OpenAPI document before adding it as a source
-
openapi.addSourceAdd an OpenAPI source and register its operations as tools