Docs

Create Ticket Group

Creates a ticket group in Checkout Page.

POST

Query

Field selectionChoose which fields should be included in the response. Learn more
string

Comma-separated response fields to include.

Body

Arguments
stringrequired

Unique identifier. Must be in BSON ObjectId format.

stringrequired

Name of the ticket group.

string

Description of the ticket group.

string

Status of the ticket group. Defaults to `enabled`.

string

External reference ID for the ticket group.

object

Layout configuration for displaying ticket types.

string

How customers can select tickets. Defaults to `quantity`.

object

Preselection configuration.

number

Maximum tickets that can be sold across all ticket types in this group. Omit or null for unlimited.

boolean

Whether the ticket group is hidden from customers.

boolean

Hide the ticket group when all tickets are sold out.

boolean

Hide the ticket group when not on sale.

boolean

Hide the ticket group when scheduled for future sale.

Every app you connect,one REST pattern

Call any app with one REST pattern. MindCloud handles each provider's auth, request shape, and responses for you.

Learn what the Universal API is
One REST patternUse the same request structure across apps like Slack, HubSpot, Salesforce, and thousands more.
Managed connectionsSend a MindCloud connection ID instead of handling provider tokens, refresh logic, and credential storage yourself.
Action-level docsEach action page shows the exact endpoint, required arguments, optional controls, and response behavior for that app version.