Passer au contenu principal
GET
/
webhooks
/
2026-03
/
{appId}
/
settings
Lire les paramètres du webhook
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"
}

Documentation Index

Fetch the complete documentation index at: https://developers.hubspot.fr/docs/llms.txt

Use this file to discover all available pages before exploring further.

Supported products

Autorisations

Authorization
string
header
requis

The access token received from the authorization server in the OAuth 2.0 flow.

Paramètres de chemin

appId
integer<int32>
requis

L'identifiant de l'application.

Réponse

successful operation

createdAt
string<date-time>
requis

La date et l'heure de création des paramètres du webhook, au format ISO 8601.

targetUrl
string
requis

L'URL à laquelle les événements de webhook seront envoyés. Il s'agit d'une chaîne de caractères.

throttling
object
requis
updatedAt
string<date-time>

La date et l'heure de la dernière mise à jour des paramètres du webhook, au format ISO 8601.

Last modified on April 13, 2026