curl --request GET \
--url https://api.hubapi.com/crm/v3/limits/custom-object-types \
--header 'Authorization: Bearer <token>'{
"limit": 123,
"percentage": 123,
"usage": 123
}Renvoie les limites et l’utilisation des schémas d’objets personnalisés
curl --request GET \
--url https://api.hubapi.com/crm/v3/limits/custom-object-types \
--header 'Authorization: Bearer <token>'{
"limit": 123,
"percentage": 123,
"usage": 123
}Produits pris en charge
Portées requises
The access token received from the authorization server in the OAuth 2.0 flow.