Webhooks
English
cURL
curl --request PUT \ --url https://api.hubapi.com/webhooks/v3/{appId}/settings \ --header 'Content-Type: application/json' \ --data '{ "targetUrl": "https://www.example.com/hubspot/target", "throttling": { "maxConcurrentRequests": 10, "period": "SECONDLY" } }'
{ "targetUrl": "https://www.example.com/hubspot/target", "throttling": { "maxConcurrentRequests": 10, "period": "SECONDLY" }, "createdAt": "2020-01-24T16:27:59Z", "updatedAt": "2020-01-24T16:32:43Z" }
Update webhook settings for the specified app.
The ID of the app.
New or updated webhook settings for an app.
successful operation
Webhook settings for an app.
Was this page helpful?