curl --request GET \
--url https://api.hubapi.com/crm/properties/2026-03/{objectType}/groups \
--header 'Authorization: Bearer <token>'{
"results": [
{
"archived": true,
"label": "<string>",
"name": "<string>",
"displayOrder": 123
}
]
}指定されたオブジェクトタイプとHubSpotアカウントの既存の全てのプロパティーグループを読み取ります。
curl --request GET \
--url https://api.hubapi.com/crm/properties/2026-03/{objectType}/groups \
--header 'Authorization: Bearer <token>'{
"results": [
{
"archived": true,
"label": "<string>",
"name": "<string>",
"displayOrder": 123
}
]
}