curl --request GET \
--url https://api.hubapi.com/webhooks/2026-03/{appId}/settings \
--header 'Authorization: Bearer <token>'{
"createdAt": "2023-11-07T05:31:56Z",
"targetUrl": "<string>",
"throttling": {
"maxConcurrentRequests": 123
},
"updatedAt": "2023-11-07T05:31:56Z"
}Recupere as configurações de webhook para o aplicativo especificado, incluindo o URL de destino do webhook, a configuração de limitação e a data de criação/atualização.
curl --request GET \
--url https://api.hubapi.com/webhooks/2026-03/{appId}/settings \
--header 'Authorization: Bearer <token>'{
"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.
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