curl --request PUT \
--url https://api.hubapi.com/webhooks/2026-03/{appId}/settings \
--header 'Authorization: Bearer <token>' \
--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"
}Atualize as configurações de webhook para o aplicativo especificado.
curl --request PUT \
--url https://api.hubapi.com/webhooks/2026-03/{appId}/settings \
--header 'Authorization: Bearer <token>' \
--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 access token received from the authorization server in the OAuth 2.0 flow.
O ID do aplicativo de destino.
Um URL publicamente disponível para o HubSpot chamar onde as cargas úteis de eventos serão entregues. Consulte link-so-some-doc para detalhes sobre o formato dessas cargas úteis de eventos.
Show child attributes
successful operation
Um URL publicamente disponível para o HubSpot chamar onde as cargas úteis de eventos serão entregues. Consulte link-so-some-doc para detalhes sobre o formato dessas cargas úteis de eventos.
Show child attributes