GET
/
webhooks
/
v3
/
{appId}
/
subscriptions
/
{subscriptionId}
Ler uma assinatura de evento
curl --request GET \
  --url https://api.hubapi.com/webhooks/v3/{appId}/subscriptions/{subscriptionId}
{
  "createdAt": "2023-11-07T05:31:56Z",
  "objectTypeId": "<string>",
  "propertyName": "<string>",
  "active": true,
  "eventType": "contact.propertyChange",
  "id": "<string>",
  "updatedAt": "2023-11-07T05:31:56Z"
}
Produtos suportados
Requer um dos seguintes produtos ou superior.
Marketing HubMarketing HubProfessional
Sales HubSales HubProfessional
Service HubService HubProfessional
Content HubContent HubStarter

Authorizations

hapikey
string
query
required

Path Parameters

subscriptionId
integer
required

O ID da assinatura do evento.

appId
integer
required

O ID do aplicativo.

Response

successful operation

Complete details for an event subscription.