Create special events
Creates a new special event for the museum.
POST
/
special-eventsServer
Authorization
AuthorizationRequiredBasic <token>
In: header
Request Body
application/jsonRequirednameRequiredstring
Name of the special event
locationRequiredstring
Location where the special event is held
eventDescriptionRequiredstring
Description of the special event
datesRequiredarray<string>
List of planned dates for the special event
priceRequirednumber
Price of a ticket for the special event
Format:
"float"metaobject
Webhooks
Create Event Notification
POST
/
{$request.query.callbackUrl}?event={$request.query.event}Authorization
AuthorizationRequiredBasic <token>
In: header
Request Body
application/jsonOptionalmessagestring
Success
