curl --request GET \
--url 'https://api.hubapi.com/webhooks/2026-03/{appId}/settings?hapikey='{
"createdAt": "2023-11-07T05:31:56Z",
"targetUrl": "<string>",
"throttling": {
"maxConcurrentRequests": 123
},
"updatedAt": "2023-11-07T05:31:56Z"
}Retrieve the webhook settings for the specified app, including the webhook’s target URL, throttle configuration, and create/update date.
curl --request GET \
--url 'https://api.hubapi.com/webhooks/2026-03/{appId}/settings?hapikey='{
"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.
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.
Was this page helpful?