GET
/
webhooks
/
v3
/
{appId}
/
settings
Read webhook settings
curl --request GET \
  --url https://api.hubapi.com/webhooks/v3/{appId}/settings
{
  "targetUrl": "https://www.example.com/hubspot/target",
  "throttling": {
    "maxConcurrentRequests": 10,
    "period": "SECONDLY"
  },
  "createdAt": "2020-01-24T16:27:59Z",
  "updatedAt": "2020-01-24T16:32:43Z"
}
Supported products
Requires one of the following products or higher.
Marketing HubMarketing HubProfessional
Sales HubSales HubProfessional
Service HubService HubProfessional
Content HubContent HubStarter

Authorizations

hapikey
string
query
required

Path Parameters

appId
integer
required

The ID of the app.

Response

200
application/json

successful operation

Webhook settings for an app.