curl --request GET \
--url https://api.hubapi.com/crm/limits/2026-03/custom-object-types \
--header 'Authorization: Bearer <token>'{
"limit": 123,
"percentage": 123,
"usage": 123
}Returns limits and usage for custom object schemas
curl --request GET \
--url https://api.hubapi.com/crm/limits/2026-03/custom-object-types \
--header 'Authorization: Bearer <token>'{
"limit": 123,
"percentage": 123,
"usage": 123
}Documentation Index
Fetch the complete documentation index at: https://developers.hubspot.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Supported products
Required Scopes
The access token received from the authorization server in the OAuth 2.0 flow.
Was this page helpful?