curl --request GET \
--url https://api.hubapi.com/crm/v3/limits/custom-object-types \
--header 'Authorization: Bearer <token>'{
"limit": 123,
"percentage": 123,
"usage": 123
}カスタム オブジェクト スキーマの上限と使用状況が返されます
curl --request GET \
--url https://api.hubapi.com/crm/v3/limits/custom-object-types \
--header 'Authorization: Bearer <token>'{
"limit": 123,
"percentage": 123,
"usage": 123
}サポートされる製品
必須スコープ
The access token received from the authorization server in the OAuth 2.0 flow.