v1
latestOpenAPI 3.0.12026-07-1491517.1 KBSettings
put/webhooks/v3/{appId}/settings
Path parameters
appIdinteger required
Request body
Example request
{
"targetUrl": "https://www.example.com/hubspot/target",
"throttling": {
"maxConcurrentRequests": 10,
"period": "SECONDLY"
}
}Response
successful operation
Example response
{
"createdAt": "2020-01-24T16:27:59Z",
"targetUrl": "https://www.example.com/hubspot/target",
"throttling": {
"maxConcurrentRequests": 10,
"period": "SECONDLY"
},
"updatedAt": "2020-01-24T16:32:43Z"
}