---
title: "List subscriptions"
method: GET
path: "/webhooks-journal/subscriptions/2026-03"
tags: ["Basic"]
---

# List subscriptions

`GET /webhooks-journal/subscriptions/2026-03`

Retrieve a list of webhook journal subscriptions. This endpoint provides access to subscription details without pagination, allowing you to view all current subscriptions in a single request. It is useful for managing and reviewing webhook subscriptions for your app.

## Response `200`

successful operation

- CollectionResponseSubscriptionResponseNoPaging
  - `results` SubscriptionResponse[], required — An array of subscription responses, where each item contains details about a specific subscription. Each item follows the SubscriptionResponse schema.
    - `actionOverrides` object — An object containing overrides for actions, where each key is an action and the value is an ActionOverrideRequest object.
    - `actions` string[], required — An array of actions associated with the subscription. Valid actions include 'CREATE', 'UPDATE', 'DELETE', 'MERGE', 'RESTORE', 'ASSOCIATION_ADDED', 'ASSOCIATION_REMOVED', 'SNAPSHOT', 'APP_INSTALL', 'APP_UNINSTALL', 'ADDED_TO_LIST', 'REMOVED_FROM_LIST', and 'GDPR_DELETE'.
    - `appId` integer, required — The unique identifier for the app associated with the subscription, represented as an integer.
    - `associatedObjectTypeIds` string[] — An array of strings representing the IDs of associated object types.
    - `createdAt` string, date-time, required — The date and time when the subscription was created, in ISO 8601 format.
    - `createdBy` integer — The unique identifier of the user who created the subscription, represented as an integer.
    - `deletedAt` string, date-time — The date and time when the subscription was deleted, in ISO 8601 format, if applicable.
    - `id` integer, required — The unique identifier for the subscription, represented as an integer.
    - `listIds` integer[] — An array of integers representing the IDs of lists associated with the subscription.
    - `objectIds` integer[] — An array of integers representing the IDs of objects associated with the subscription.
    - `objectTypeId` string, required — The identifier for the type of object associated with the subscription, represented as a string.
    - `portalId` integer — The unique identifier for the portal associated with the subscription, represented as an integer.
    - `properties` string[] — An array of strings representing the properties associated with the subscription.
    - `subscriptionType` 'APP_LIFECYCLE_EVENT' | 'ASSOCIATION' | 'EVENT' | 'GDPR_PRIVACY_DELETION' | 'LIST_MEMBERSHIP' | 'OBJECT', required — The type of subscription, indicating the nature of events it pertains to. Valid values include 'OBJECT', 'ASSOCIATION', 'EVENT', 'APP_LIFECYCLE_EVENT', 'LIST_MEMBERSHIP', and 'GDPR_PRIVACY_DELETION'.
    - `updatedAt` string, date-time, required — The date and time when the subscription was last updated, in ISO 8601 format.

## Other responses

- `default` — An error occurred.

## Changes

- **2026-06-15** (2026-03) `88217f2784d4` — 4 breaking, 49 warning
  - the `results/items/actionOverrides/additionalProperties/associatedObjectTypeIds/items/` response's property type changed from `object` to `string` for status `200`
  - the `results/items/actions/items/` response's property type changed from `object` to `string` for status `200`
  - the `results/items/associatedObjectTypeIds/items/` response's property type changed from `object` to `string` for status `200`
  - the `results/items/objectTypeId` response's property type changed from `object` to `string` for status `200`
  - …49 more
- **2026-06-15** (2026-03) `e690d002596a` — 4 breaking, 49 info
  - the `results/items/actionOverrides/additionalProperties/associatedObjectTypeIds/items/` response's property type changed from `string` to `object` for status `200`
  - the `results/items/actions/items/` response's property type changed from `string` to `object` for status `200`
  - the `results/items/associatedObjectTypeIds/items/` response's property type changed from `string` to `object` for status `200`
  - the `results/items/objectTypeId` response's property type changed from `string` to `object` for status `200`
  - …49 more

[Change history](https://skmtc.dev/hubspot/apis/webhooks-journal-webhooks-journal/changes/webhooks-journal/subscriptions/2026-03/get.md)

---

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