curl --request GET \
--url https://api.hubapi.com/crm/v3/properties/{objectType}/groups \
--header 'Authorization: Bearer <token>'{
"results": [
{
"displayOrder": -1,
"label": "My Property Group",
"name": "mypropertygroup"
}
]
}Lesen Sie alle vorhandenen Eigenschaftsgruppen für den angegebenen Objekttyp und den HubSpot-Account.
curl --request GET \
--url https://api.hubapi.com/crm/v3/properties/{objectType}/groups \
--header 'Authorization: Bearer <token>'{
"results": [
{
"displayOrder": -1,
"label": "My Property Group",
"name": "mypropertygroup"
}
]
}Documentation Index
Fetch the complete documentation index at: https://developers.hubspot.de/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.
Der Objekttyp, für den Eigenschaftsgruppen abgerufen werden.
Gibt die Sprach- und Regionseinstellungen für die Namen und Beschreibungen der Eigenschaftsgruppen an.
successful operation
Show child attributes