curl --request POST \
--url https://api.hubapi.com/webhooks-journal/subscriptions/2026-03 \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"subscriptionType": "OBJECT",
"portalId": 123,
"actions": [
"CREATE"
],
"objectTypeId": "<string>",
"objectIds": [
123
],
"properties": [
"<string>"
]
}
'{
"actions": [
"CREATE"
],
"appId": 123,
"createdAt": "2023-11-07T05:31:56Z",
"id": 123,
"objectTypeId": "<string>",
"subscriptionType": "APP_LIFECYCLE_EVENT",
"updatedAt": "2023-11-07T05:31:56Z",
"actionOverrides": {},
"associatedObjectTypeIds": [
"<string>"
],
"createdBy": 123,
"deletedAt": "2023-11-07T05:31:56Z",
"listIds": [
123
],
"objectIds": [
123
],
"portalId": 123,
"properties": [
"<string>"
]
}curl --request POST \
--url https://api.hubapi.com/webhooks-journal/subscriptions/2026-03 \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"subscriptionType": "OBJECT",
"portalId": 123,
"actions": [
"CREATE"
],
"objectTypeId": "<string>",
"objectIds": [
123
],
"properties": [
"<string>"
]
}
'{
"actions": [
"CREATE"
],
"appId": 123,
"createdAt": "2023-11-07T05:31:56Z",
"id": 123,
"objectTypeId": "<string>",
"subscriptionType": "APP_LIFECYCLE_EVENT",
"updatedAt": "2023-11-07T05:31:56Z",
"actionOverrides": {},
"associatedObjectTypeIds": [
"<string>"
],
"createdBy": 123,
"deletedAt": "2023-11-07T05:31:56Z",
"listIds": [
123
],
"objectIds": [
123
],
"portalId": 123,
"properties": [
"<string>"
]
}Supported products
The access token received from the authorization server in the OAuth 2.0 flow.
OBJECT, ASSOCIATION, EVENT, APP_LIFECYCLE_EVENT, LIST_MEMBERSHIP, GDPR_PRIVACY_DELETION CREATE, UPDATE, DELETE, MERGE, RESTORE, ASSOCIATION_ADDED, ASSOCIATION_REMOVED, SNAPSHOT, APP_INSTALL, APP_UNINSTALL, ADDED_TO_LIST, REMOVED_FROM_LIST, GDPR_DELETE successful operation
CREATE, UPDATE, DELETE, MERGE, RESTORE, ASSOCIATION_ADDED, ASSOCIATION_REMOVED, SNAPSHOT, APP_INSTALL, APP_UNINSTALL, ADDED_TO_LIST, REMOVED_FROM_LIST, GDPR_DELETE Der Zeitstempel, wann das Webhook-Abonnement erstellt wurde (Format ISO 8601, z. B. 2020-02-29T12:30:00Z).
Die eindeutige ID des Webhook-Abonnements.
Die ID des Objekttyps für das Abonnement. Dies kann ein CRM-Standardobjekt (z. B. „Kontakt“, „Unternehmen“, „Deal“) oder eine benutzerdefinierte Objekt-ID für Abonnements benutzerdefinierter Objekte sein.
APP_LIFECYCLE_EVENT, ASSOCIATION, EVENT, GDPR_PRIVACY_DELETION, LIST_MEMBERSHIP, OBJECT Der Zeitstempel, wann das Webhook-Abonnement zuletzt aktualisiert wurde (Format ISO 8601, z. B. 2020-02-29T12:30:00Z).
Show child attributes