Skip to main content
POST
Create an object property group

Pfadparameter

object_type
string
erforderlich

The specific type of CRM object to create the property group for. You can use the object name (e.g., contacts) or the objectTypeId (e.g., 0-1).

Body

application/json
name
string
erforderlich

The internal name of the property group. Must be unique and use only lowercase letters, numbers, and underscores.

displayName
string
erforderlich

The displayed name of the group

displayOrder
integer

The order of the group. Defaults to -1 if omitted.

Antwort

201 - application/json

Object property group created successfully

name
string

The internal name of the property group

displayName
string

The displayed name of the group

displayOrder
integer

The order of the group when displaying properties

hubspotDefined
boolean

Whether the group is defined by HubSpot

portalId
integer

The portal ID this group belongs to

Zuletzt geändert am 1. April 2026