curl --request PUT \
--url 'https://api.hubapi.com/webhooks/2026-03/{appId}/settings?hapikey=' \
--header 'Content-Type: application/json' \
--data '
{
"targetUrl": "<string>",
"throttling": {
"maxConcurrentRequests": 123
}
}
'{
"createdAt": "2023-11-07T05:31:56Z",
"targetUrl": "<string>",
"throttling": {
"maxConcurrentRequests": 123
},
"updatedAt": "2023-11-07T05:31:56Z"
}Update webhook settings for the specified app.
curl --request PUT \
--url 'https://api.hubapi.com/webhooks/2026-03/{appId}/settings?hapikey=' \
--header 'Content-Type: application/json' \
--data '
{
"targetUrl": "<string>",
"throttling": {
"maxConcurrentRequests": 123
}
}
'{
"createdAt": "2023-11-07T05:31:56Z",
"targetUrl": "<string>",
"throttling": {
"maxConcurrentRequests": 123
},
"updatedAt": "2023-11-07T05:31:56Z"
}Supported products
The ID of the target app.
A publicly available URL for Hubspot to call where event payloads will be delivered. See link-so-some-doc for details about the format of these event payloads.
Show child attributes
successful operation
When this subscription was created. Formatted as milliseconds from the Unix epoch.
A publicly available URL for Hubspot to call where event payloads will be delivered. See link-so-some-doc for details about the format of these event payloads.
Show child attributes
When this subscription was last updated. Formatted as milliseconds from the Unix epoch.