cURL
Tickets
Post tickets
Create one or more tickets. Email and FullName are required for each ticket. All tickets must have the same rate and priceId. ReferralId or ChannelId can be passed but not both. This endpoint does not check for rate, channel or any sort of limits
POST
cURL
Authorizations
Identifier of the integration (Auth v1)
Secret of the organization (Auth v1)
API key (Auth v2)
Body
application/json
Number of tickets to create.
Example:
2
Ticket rate identifier.
Example:
"tkrt_12345"
Type of sale.
Available options:
online Example:
"online"
List of tickets to create.
Minimum array length:
1Channel identifier (mutually exclusive with referral_id).
Example:
"chnl_abc123"
Referral identifier (mutually exclusive with channel_id).
Example:
"rfrl_xyz789"