Passer au contenu principal
GET
/
crm
/
v3
/
object-library
/
enablement
cURL
curl --request GET \
  --url https://api.hubapi.com/crm/v3/object-library/enablement \
  --header 'Authorization: Bearer <token>'
{
  "enablementByObjectTypeId": {}
}

Produits pris en charge

Exige l'un des produits suivants ou un produit supérieur.
Marketing HubMarketing Hub -Gratuit
Sales HubSales Hub -Gratuit
Service HubService Hub -Gratuit
Content HubContent Hub -Gratuit

Autorisations

Authorization
string
header
requis

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

Réponse

successful operation

enablementByObjectTypeId
object
requis

Une carte de type objectTypeId indiquant si ce type d'objet est activé ou non.

Last modified on March 30, 2026