Saltar al contenido principal
GET
/
webhooks-journal
/
subscriptions
/
2026-03
cURL
curl --request GET \
  --url https://api.hubapi.com/webhooks-journal/subscriptions/2026-03 \
  --header 'Authorization: Bearer <token>'
{
  "results": [
    {
      "actions": [],
      "appId": 123,
      "createdAt": "2023-11-07T05:31:56Z",
      "id": 123,
      "objectTypeId": "<string>",
      "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

Autorizaciones

Authorization
string
header
requerido

The access token received from the authorization server in the OAuth 2.0 flow.

Respuesta

successful operation

results
object[]
requerido

Un conjunto de objetos SubscriptionResponse, cada uno de los cuales representa los detalles de una suscripción, como acciones, appId, createdAt y otras propiedades correspondientes.

Last modified on June 5, 2026