Zum Hauptinhalt springen
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

Autorisierungen

Authorization
string
header
erforderlich

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

Pfadparameter

objectTypeId
string
erforderlich

Antwort

successful operation

enablement
boolean
erforderlich

Whether the object type is enabled or not

Last modified on April 9, 2026