v11
latestOpenAPI 3.1.12026-08-03174162.0 MBSections
Create a new section
post/events/{eventId}/sections
Path parameters
eventIdstring required
Unique identifier of the event this section belongs to
Example:evt_01jps5cgsenjrazw6wswmyspa3
Request body
Example request
{
"name": "General Admission",
"capacity": 1000,
"limit": -1,
"visibility": "ALWAYS",
"locationId": "loc_01jqpjksnsen9vprw95et60t2m",
"googlePlaceId": "ChIJN1t_tDeuEmsRUsoyG83frY4"
}Response
OK
Example response
{
"section": {
"id": "sct_01jps5cgse0g3qj16kpq8t221r",
"createdAt": "2026-08-03T06:13:52.214Z",
"updatedAt": "2026-08-03T06:13:52.214Z",
"name": "General Admission",
"capacity": 1000,
"limit": -1,
"available": 700,
"sold": 200,
"reserved": 100,
"visibility": "ALWAYS",
"location": {
"id": "loc_01hk153x00eh99pagyydz03sbz",
"googlePlaceId": "ChIJP3Sa8ziYEmsRUKgyFmh9AQM",
"createdAt": "2026-08-03T06:13:52.214Z",
"updatedAt": "2026-08-03T06:13:52.214Z",
"name": "Watson's EQ",
"address": "The, Entertainment Quarter, 1 Bent St, Moore Park NSW 2021, Australia",
"city": "Moore Park",
"state": "New South Wales",
"postcode": "2021",
"country": "Australia",
"latitude": -33.8944593,
"longitude": 151.2252255,
"timeZone": "Australia/Sydney",
"types": [
"establishment",
"point_of_interest",
"stadium"
],
"description": "Historic outdoor amphitheater known for summer concerts",
"image": {
"src": "https://assets.session.services/my-image.jpg",
"alt": "My Image",
"width": 1080,
"height": 1080
}
},
"promoterId": "pmt_01jqpjksnsen9vprw95et60t2m",
"eventId": "evt_01jps5cgsenjrazw6wswmyspa3",
"eventSlug": "test-event"
}
}