curl --request GET \
--url 'https://api.hubapi.com/webhooks/v3/{appId}/subscriptions?hapikey='{
"results": [
{
"active": true,
"createdAt": "2023-11-07T05:31:56Z",
"eventType": "company.associationChange",
"id": "<string>",
"eventTypeName": "<string>",
"objectTypeId": "<string>",
"propertyName": "<string>",
"updatedAt": "2023-11-07T05:31:56Z"
}
]
}指定されたアプリのイベント配信登録を取得します。
curl --request GET \
--url 'https://api.hubapi.com/webhooks/v3/{appId}/subscriptions?hapikey='{
"results": [
{
"active": true,
"createdAt": "2023-11-07T05:31:56Z",
"eventType": "company.associationChange",
"id": "<string>",
"eventTypeName": "<string>",
"objectTypeId": "<string>",
"propertyName": "<string>",
"updatedAt": "2023-11-07T05:31:56Z"
}
]
}