メインコンテンツへスキップ
POST
/
crm
/
properties
/
2026-03
/
{objectType}
/
groups
プロパティーグループを作成
curl --request POST \
  --url https://api.hubapi.com/crm/properties/2026-03/{objectType}/groups \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "label": "<string>",
  "name": "<string>",
  "displayOrder": 123
}
'
{
  "archived": true,
  "label": "<string>",
  "name": "<string>",
  "displayOrder": 123
}

Documentation Index

Fetch the complete documentation index at: https://developers.hubspot.jp/docs/llms.txt

Use this file to discover all available pages before exploring further.

Supported products

承認

Authorization
string
header
必須

The access token received from the authorization server in the OAuth 2.0 flow.

パスパラメータ

objectType
string
必須

ボディ

application/json
label
string
必須

HubSpotに表示される、人間が読めるラベル。

name
string
必須

このAPIを使用してプロパティーグループを参照する際に使用する必要がある内部プロパティーグループ名。

displayOrder
integer<int32>

プロパティーグループは、最も小さい正の整数値を先頭に表示されます。「-1」という値にすると、そのプロパティーグループは全ての正の値よりも後に表示されます。

レスポンス

successful operation

archived
boolean
必須

プロパティグループがアーカイブ済みかどうかを示します。

label
string
必須

HubSpotに表示される、人間が読めるラベル。

name
string
必須

このAPIを使用してプロパティーグループを参照する際に使用する必要がある内部プロパティーグループ名。

displayOrder
integer<int32>

プロパティーグループは、最も小さい正の整数値を先頭に表示されます。「-1」という値にすると、そのプロパティーグループは全ての正の値よりも後に表示されます。

Last modified on April 13, 2026