curl --request GET \
--url https://api.hubapi.com/crm/v3/limits/custom-object-types \
--header 'Authorization: Bearer <token>'{
"limit": 123,
"percentage": 123,
"usage": 123
}Gibt Limits und Nutzungsdaten für benutzerdefinierte Objektschemas zurück
curl --request GET \
--url https://api.hubapi.com/crm/v3/limits/custom-object-types \
--header 'Authorization: Bearer <token>'{
"limit": 123,
"percentage": 123,
"usage": 123
}Unterstützte Produkte
Erforderliche Bereiche
The access token received from the authorization server in the OAuth 2.0 flow.
successful operation