Create sales channel
POST
/sales-channelsCreate a sales channel: a policy bundle describing where and under what commercial rules tickets are sold
Request Body
accountId*string
name*string
slug*string
descriptionstring
channelType*"website" | "embed" | "box_office" | "kiosk" | "reseller_api" | "internal"
channelTagsstring[]
mode*"all" | "tagged"
channelTagsstring[]
showMemberPricingboolean
showOriginalPriceboolean
includeFeesInPriceboolean
requireLoginboolean
allowGuestCheckoutboolean
collectPhoneboolean
collectAddressboolean
enabledboolean
subdomainstring
customDomainstring
allowedOriginsstring (uri) | string[]
magicLinkBaseUrlstring (uri)
reservationTtlSecondsinteger
checkoutTtlSecondsinteger
receivingAccountIdstring
feeProfileIdstring
Response
Sales channel created successfully
Code Samples
No code examples available for this operation.