v1

latestOpenAPI 3.0.12026-07-1491517.1 KB
Settings

get/webhooks/v3/{appId}/settings

Path parameters

appIdinteger required

Response

successful operation

createdAtstring date-time required

When this subscription was created. Formatted as milliseconds from the Unix epoch.

targetUrlstring required

A publicly available URL for Hubspot to call where event payloads will be delivered. See link-so-some-doc for details about the format of these event payloads.

updatedAtstring date-time

When this subscription was last updated. Formatted as milliseconds from the Unix epoch.

Example response

{
  "createdAt": "2020-01-24T16:27:59Z",
  "targetUrl": "https://www.example.com/hubspot/target",
  "throttling": {
    "maxConcurrentRequests": 10,
    "period": "SECONDLY"
  },
  "updatedAt": "2020-01-24T16:32:43Z"
}
All 9 operations