Verificar status de ativação do tipo de objeto
curl --request GET \
--url https://api.hubapi.com/crm/v3/object-library/enablement \
--header 'Authorization: Bearer <token>'
{
"enablementByObjectTypeId": {}
}
Autorizações
The access token received from the authorization server in the OAuth 2.0 flow.
Um mapa de objectTypeId indicando se esse tipo de objeto está habilitado ou não.
Last modified on December 8, 2025