Skip to main content
GET
/
crm
/
properties
/
2026-03
/
{objectType}
/
groups
Retrieve all property groups
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

Authorizations

Authorization
string
header
required

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

Path Parameters

objectType
string
required

Query Parameters

locale
string

Response

successful operation

results
object[]
required
Last modified on March 30, 2026