curl --request GET \
--url https://api.hubapi.com/webhooks-journal/subscriptions/2026-03 \
--header 'Authorization: Bearer <token>'{
"results": [
{
"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>"
]
}
]
}Récupérez une liste d’abonnements au journal de webhook pour la version d’API spécifiée. Ce point de terminaison fournit des détails sur chaque abonnement, y compris les actions, les types d’objets et les propriétés associées. Il est utile pour gérer et examiner les abonnements de webhook actuels.
curl --request GET \
--url https://api.hubapi.com/webhooks-journal/subscriptions/2026-03 \
--header 'Authorization: Bearer <token>'{
"results": [
{
"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>"
]
}
]
}Documentation Index
Fetch the complete documentation index at: https://developers.hubspot.fr/docs/llms.txt
Use this file to discover all available pages before exploring further.
Supported products
The access token received from the authorization server in the OAuth 2.0 flow.
successful operation
Un tableau d'objets SubscriptionResponse, chacun représentant les détails d'un abonnement, tels que les actions, l'ID d'application, la date de création et d'autres propriétés pertinentes.
Show child attributes