Skip to main content
POST
Create an object property group

Parâmetros de caminho

object_type
string
obrigatório

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).

Corpo

application/json
name
string
obrigatório

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

displayName
string
obrigatório

The displayed name of the group

displayOrder
integer

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

Resposta

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

Última modificação em 10 de abril de 2026