Zum Hauptinhalt springen
GET
/
crm
/
object-library
/
2026-03
/
enablement
cURL
curl --request GET \
  --url https://api.hubapi.com/crm/object-library/2026-03/enablement \
  --header 'Authorization: Bearer <token>'
{
  "enablementByObjectTypeId": {}
}

Supported products

Autorisierungen

Authorization
string
header
erforderlich

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

Antwort

successful operation

enablementByObjectTypeId
object
erforderlich

A map of objectTypeId to whether that object type is enabled or not

Last modified on April 9, 2026