Passer au contenu principal
GET
/
crm
/
properties
/
2026-03
/
{objectType}
/
groups
Lire tous les groupes de propriétés
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
    }
  ]
}

Supported products

Autorisations

Authorization
string
header
requis

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

Paramètres de chemin

objectType
string
requis

Paramètres de requête

locale
string

Réponse

successful operation

results
object[]
requis
Last modified on April 13, 2026