Passer au contenu principal
GET
/
crm
/
v3
/
properties
/
{objectType}
/
groups
Lire tous les groupes de propriétés
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"
    }
  ],
  "paging": {
    "next": {
      "after": "<string>",
      "link": "<string>"
    },
    "prev": {
      "before": "<string>",
      "link": "<string>"
    }
  }
}

Produits pris en charge

Exige l'un des produits suivants ou un produit supérieur.
Marketing HubMarketing Hub -Gratuit
Sales HubSales Hub -Gratuit
Service HubService Hub -Gratuit
Content HubContent Hub -Gratuit

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
paging
object
Last modified on January 26, 2026