Pular para o conteúdo principal
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

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

Resposta

successful operation

enablement
boolean
obrigatório

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

Last modified on April 14, 2026