Webhooks
Deutsch
cURL
curl --request PATCH \ --url https://api.hubapi.com/webhooks/v3/{appId}/subscriptions/{subscriptionId} \ --header 'Content-Type: application/json' \ --data '{ "active": true }'
{ "createdAt": "2023-11-07T05:31:56Z", "objectTypeId": "<string>", "propertyName": "<string>", "active": true, "eventType": "contact.propertyChange", "id": "<string>", "updatedAt": "2023-11-07T05:31:56Z" }
Atualize uma assinatura de evento existente por ID.
O ID da assinatura do evento.
O ID do aplicativo.
Updated details for the subscription.
successful operation
Complete details for an event subscription.