Skip to main content
POST
Create List

Supported products

Authorizations

Authorization
string
header
required

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

Body

application/json
name
string
required

A string representing the name of the list. This is used to identify the list within the system.

objectTypeId
string
required

A string indicating the type of objects that the list will contain. This helps in categorizing the list based on the object type.

processingType
string
required

A string that specifies the processing type of the list. It defines how the list is processed within the system.

customProperties
object

An object containing custom properties for the list. These properties allow for additional customization of the list.

filterBranch
OR · object

An object that defines the filter criteria for the list. It determines which records are included in the list based on specified conditions.

listFolderId
integer<int32>

A string representing the ID of the folder where the list will be stored. This helps in organizing lists into folders.

listPermissions
object
membershipSettings
object

Response

successful operation

list
object
required
Last modified on August 6, 2026