Webhooks
English
cURL
curl --request GET \ --url https://api.hubapi.com/webhooks/v3/{appId}/settings
{ "targetUrl": "https://www.example.com/hubspot/target", "throttling": { "maxConcurrentRequests": 10, "period": "SECONDLY" }, "createdAt": "2020-01-24T16:27:59Z", "updatedAt": "2020-01-24T16:32:43Z" }
Retrieve the webhook settings for the specified app, including the webhook’s target URL, throttle configuration, and create/update date.
The ID of the app.
successful operation
Webhook settings for an app.
Was this page helpful?