Skip to main content
Endpoint:

Authorization

string
required
Example:Authorization | Bearer Paste-Your-API-Key-Here

Request Body

string
required
Event product name.
string
required
Event product description in text or HTML format.
integer
required
Event ticket or product price amount.
integer
Crossed-out price displayed as the original price.
string
Event URL, such as an online meeting link.
string
Additional notes for the event.
string
Terms and conditions for the event purchase.
string
URL where the customer will be redirected after completing payment.
string
required
Payment type for the event.
string | datetime
required
Sales start date in ISO 8601 format.
string | datetime
required
Event start date in ISO 8601 format.
string | datetime
required
Event end date in ISO 8601 format.
string | datetime
required
Event product expiration date in ISO 8601 format.
number
Maximum participant or purchase limit.
object
Additional event details.

event Structure (Object)

string
Event location or address.
boolean
Indicates whether the event is conducted online.
number
Maximum number of tickets that can be purchased per transaction. Defaults to 50.

Response

Successful Response

Main Structure (Root)

integer
Status code from API.
string
Status message that describes the status code.
object
The created event product data.

data Structure (Object)

string
Unique identifier of the event product.
Public URL of the created event product.

Errors

object
Returned when the request body fails validation: { "statusCode": 400, "messages": "Validation Error" }.
object
Returned when a product with the same identifier already exists: { "statusCode": 409, "messages": "already exist" }.