メインコンテンツへスキップ
GET
/
crm
/
object-library
/
2026-03
/
enablement
/
{objectTypeId}
cURL
curl --request GET \
  --url https://api.hubapi.com/crm/object-library/2026-03/enablement/{objectTypeId} \
  --header 'Authorization: Bearer <token>'
{
  "enablement": true
}

Supported products

承認

Authorization
string
header
必須

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

パスパラメータ

objectTypeId
string
必須

レスポンス

successful operation

enablement
boolean
必須

オブジェクトタイプが有効かどうか

Last modified on April 14, 2026