Events
Create an event
post/v1/events
Request body
Example request
{
"name": "Annual Summit",
"formattedLocations": [
{
"city": "Austin"
}
],
"eventDates": [
{
"startDate": "2027-03-15",
"endDate": "2027-03-17"
}
]
}Response
The created event's id
Changes
No recorded changes to this endpoint across all 1 revision of this API.