cURL
curl --request GET \ --url https://api.hubapi.com/crm/v3/limits/custom-object-types \ --header 'Authorization: Bearer <token>'
{ "limit": 123, "percentage": 123, "usage": 123 }
Returns limits and usage for custom object schemas
Supported products
Required Scopes
The access token received from the authorization server in the OAuth 2.0 flow.
successful operation
The maximum number of custom objects allowed.
The percentage of the custom object limit that is currently used.
The current number of custom objects used.
Was this page helpful?