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"
}Actualiza la configuración del webhook para la aplicación especificada.
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.
El ID de la aplicación de destino.
Una URL pública a la que HubSpot puede llamar para entregar las cargas útiles de eventos. Consulta link-so-some-doc para obtener detalles sobre el formato de estas cargas útiles de eventos.
Show child attributes
successful operation
Cuando se creó esta suscripción. Formateado como milisegundos desde la Unix epoch.
Una URL pública a la que HubSpot puede llamar para entregar las cargas útiles de eventos. Consulta link-so-some-doc para obtener detalles sobre el formato de estas cargas útiles de eventos.
Show child attributes
Cuando se actualizó por última vez esta suscripción. Formateado como milisegundos desde la Unix epoch.