---
title: "PATCH /app-webhooks/2026-09/{appId}/subscriptions/{subscriptionId}"
method: PATCH
path: "/app-webhooks/2026-09/{appId}/subscriptions/{subscriptionId}"
tags: ["Basic"]
---

# PATCH /app-webhooks/2026-09/{appId}/subscriptions/{subscriptionId}

`PATCH /app-webhooks/2026-09/{appId}/subscriptions/{subscriptionId}`

## Path parameters

- `appId` integer, required
- `subscriptionId` integer, required

## Request body

- SubscriptionPatchRequest
  - `active` boolean — Determines if the subscription is active or paused.

## Response `200`

successful operation

- SubscriptionResponse
  - `active` boolean, required — Determines if the subscription is active or paused.
  - `createdAt` string, date-time, required — When this subscription was created. Formatted as milliseconds from the [Unix epoch](#).
  - `eventType` 'company.associationChange' | 'company.creation' | 'company.deletion' | 'company.merge' | 'company.propertyChange' | 'company.restore' | 'contact.associationChange' | 'contact.creation' | 'contact.deletion' | 'contact.merge' | 'contact.privacyDeletion' | 'contact.propertyChange' | 'contact.restore' | 'conversation.creation' | 'conversation.deletion' | 'conversation.newMessage' | 'conversation.privacyDeletion' | 'conversation.propertyChange' | 'deal.associationChange' | 'deal.creation' | 'deal.deletion' | 'deal.merge' | 'deal.propertyChange' | 'deal.restore' | 'event.completed' | 'line_item.associationChange' | 'line_item.creation' | 'line_item.deletion' | 'line_item.merge' | 'line_item.propertyChange' | 'line_item.restore' | 'object.associationChange' | 'object.creation' | 'object.deletion' | 'object.merge' | 'object.propertyChange' | 'object.restore' | 'product.creation' | 'product.deletion' | 'product.merge' | 'product.propertyChange' | 'product.restore' | 'ticket.associationChange' | 'ticket.creation' | 'ticket.deletion' | 'ticket.merge' | 'ticket.propertyChange' | 'ticket.restore', required — Type of event to listen for. Can be one of `create`, `delete`, `deletedForPrivacy`, or `propertyChange`.
  - `eventTypeName` string
  - `id` string, required — The unique ID of the subscription.
  - `objectTypeId` string — The identifier of the object type associated with the subscription.
  - `propertyName` string — The internal name of the property being monitored for changes. Only applies when `eventType` is `propertyChange`.
  - `updatedAt` string, date-time — When this subscription was last updated. Formatted as milliseconds from the [Unix epoch](#).

## Other responses

- `default` — An error occurred.

## Changes

- **2026-07-13** (v3) `ed4e80221691` — 1 info
  - endpoint added
- **2026-04-12** (v3) `a3ae7c22ab5a` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/hubspot/apis/webhooks-webhooks/changes/app-webhooks/2026-09/:appId/subscriptions/:subscriptionId/patch.md)

---

[API](https://skmtc.dev/hubspot/apis/webhooks-webhooks.md) · [All operations](https://skmtc.dev/hubspot/apis/webhooks-webhooks/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hubspot/webhooks-webhooks/revisions/ed4e80221691/schema)
