Pular para o conteúdo principal
GET
/
crm
/
v3
/
object-library
/
enablement
/
{objectTypeId}
O tipo de objeto está habilitado
curl --request GET \
  --url https://api.hubapi.com/crm/v3/object-library/enablement/{objectTypeId} \
  --header 'Authorization: Bearer <token>'
{
  "enablement": true
}

Produtos suportados

Requer um dos seguintes produtos ou superior.
Marketing HubMarketing Hub -Grátis
Sales HubSales Hub -Grátis
Service HubService Hub -Grátis
Content HubContent Hub -Grátis

Autorizações

Authorization
string
header
obrigatório

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

Parâmetros de caminho

objectTypeId
string
obrigatório

O objectTypeId para o tipo de objeto em questão

Resposta

successful operation

enablement
boolean
obrigatório

Se o tipo de objeto está habilitado ou não

Last modified on December 8, 2025