Passer au contenu principal
GET
/
crm
/
v3
/
limits
/
custom-object-types
Lire les limites d'objet personnalisé
curl --request GET \
  --url https://api.hubapi.com/crm/v3/limits/custom-object-types \
  --header 'Authorization: Bearer <token>'
{
  "limit": 123,
  "percentage": 123,
  "usage": 123
}

Documentation Index

Fetch the complete documentation index at: https://developers.hubspot.fr/docs/llms.txt

Use this file to discover all available pages before exploring further.

Supported products

Autorisations

Authorization
string
header
requis

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

Réponse

successful operation

limit
integer<int64>
requis

Nombre maximal d'objets personnalisés autorisés.

percentage
number
requis

Pourcentage de la limite d'objets personnalisés actuellement utilisé.

usage
integer<int64>
requis

Nombre actuel d'objets personnalisés utilisés.

Last modified on April 13, 2026