curl --request GET \
--url 'https://api.hubapi.com/webhooks/v3/{appId}/settings?hapikey='{
"createdAt": "2020-01-24T16:27:59Z",
"targetUrl": "https://www.example.com/hubspot/target",
"throttling": {
"maxConcurrentRequests": 10,
"period": "SECONDLY"
},
"updatedAt": "2020-01-24T16:32:43Z"
}Rufen Sie die Webhook-Einstellungen für die angegebene App ab, einschließlich der Ziel-URL des Webhooks, der Drosselkonfiguration und des Erstellungs-/Aktualisierungsdatums.
curl --request GET \
--url 'https://api.hubapi.com/webhooks/v3/{appId}/settings?hapikey='{
"createdAt": "2020-01-24T16:27:59Z",
"targetUrl": "https://www.example.com/hubspot/target",
"throttling": {
"maxConcurrentRequests": 10,
"period": "SECONDLY"
},
"updatedAt": "2020-01-24T16:32:43Z"
}Unterstützte Produkte
Die ID der Ziel-App.
successful operation
Webhook settings for an app.
Wann dieses Abonnement erstellt wurde. Formatiert als Millisekunden ab der Unix-Epoche.
Eine öffentlich verfügbare URL, die von HubSpot aufgerufen wird und an die Event-Payloads gesendet werden. In link-so-some-doc finden Sie Einzelheiten über das Format dieser Event-Payloads.
Configuration details for webhook throttling.
Show child attributes
Wann dieses Abonnement zuletzt aktualisiert wurde. Formatiert als Millisekunden ab der Unix-Epoche.