Example 1
This example demonstrates how to create a Event Listing using the Post API endpoint.
Body Structure (form-data)
The request should be sent as form-data, including the required fields for the event listing.

Response Structure
{
"message": "Successfully created Event Listing.",
"payload": {
"data": {
"event_name": "Harmony Futures Live Forum",
"description": "A hybrid concert experience combined with artist interviews, industry panel discussions, and networking sessions for music enthusiasts",
"start_date": "2025-11-08 16:30:00",
"end_date": "2025-11-08 21:00:00",
"event_date": "2025-11-08",
"start_time": "16:30:00",
"category_id": "148",
"tags_id": "150,153",
"ticket_price": "45.00",
"is_online": "1",
"is_featured": "0",
"gallery_id": "",
"status_id": "154",
"author_id": 1,
"group_id": null,
"updated_at": "2026-05-08T08:46:25.000000Z",
"created_at": "2026-05-08T08:46:25.000000Z",
"id": 4
}
}
}
Fields
| Field | Type |
|---|---|
event_name |
Varchar |
description |
Text Area |
start_date |
Date Time |
end_date |
Date Time |
event_date |
Date |
start_time |
Time |
category_id |
Select |
tags_id |
Multi Select |
ticket_price |
Decimal |
is_online |
Checkbox |
is_featured |
Checkbox |
banner_image_id |
Image Upload |
gallery_id |
Multiple Image Upload |
status_id |
Radio Button |