Authorization: ********************{
"event_details": {
"about": "string",
"about_desc": "string",
"about_header": "string",
"agenda": "string",
"button_title": "string",
"contact": {
"address_line": "string",
"business_name": "string",
"email": "string",
"phone_no": "string"
},
"currency_preferences": "string",
"customer_question": [
{
"is_required": true,
"question": "string"
}
],
"description": "string",
"end_date": "string",
"event_image_urls": [
"string"
],
"event_title": "string",
"event_type": "string",
"flow_type": "string",
"governing_law": "string",
"host_name": "string",
"jurisdiction": "string",
"label": "string",
"location": "string",
"presenter": "string",
"privacy_policy": "string",
"refund": {
"description": "string",
"status": true
},
"resell": {
"description": "string",
"status": true
},
"social_media": {
"discord": "string",
"email": "string",
"facebook": "string",
"instagram": "string",
"linkedin": "string",
"reddit": "string",
"twitter": "string",
"whatsapp": "string",
"youtube": "string"
},
"speakers": [
{
"description": "string",
"name": "string",
"role": "string"
}
],
"start_date": "string",
"status": "string",
"tags": [
"string"
],
"template_type": "string",
"terms_and_conditions": "string",
"time_zone": "string",
"venue_name": "string"
},
"tiers": [
{
"amount": 0,
"info": "string",
"recommended_tier": true,
"restriction": "string",
"title": "string",
"total_tickets": 0
}
],
"wallet_id": "string"
}curl --location --request POST 'https://api.neucron.io/v1/event/create' \
--header 'X-Neucron-Team-ID;' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"event_details": {
"about": "string",
"about_desc": "string",
"about_header": "string",
"agenda": "string",
"button_title": "string",
"contact": {
"address_line": "string",
"business_name": "string",
"email": "string",
"phone_no": "string"
},
"currency_preferences": "string",
"customer_question": [
{
"is_required": true,
"question": "string"
}
],
"description": "string",
"end_date": "string",
"event_image_urls": [
"string"
],
"event_title": "string",
"event_type": "string",
"flow_type": "string",
"governing_law": "string",
"host_name": "string",
"jurisdiction": "string",
"label": "string",
"location": "string",
"presenter": "string",
"privacy_policy": "string",
"refund": {
"description": "string",
"status": true
},
"resell": {
"description": "string",
"status": true
},
"social_media": {
"discord": "string",
"email": "string",
"facebook": "string",
"instagram": "string",
"linkedin": "string",
"reddit": "string",
"twitter": "string",
"whatsapp": "string",
"youtube": "string"
},
"speakers": [
{
"description": "string",
"name": "string",
"role": "string"
}
],
"start_date": "string",
"status": "string",
"tags": [
"string"
],
"template_type": "string",
"terms_and_conditions": "string",
"time_zone": "string",
"venue_name": "string"
},
"tiers": [
{
"amount": 0,
"info": "string",
"recommended_tier": true,
"restriction": "string",
"title": "string",
"total_tickets": 0
}
],
"wallet_id": "string"
}'{
"eventID": "string"
}