v2
latestOpenAPI 3.1.02026-08-074390396.7 KBEvents
Create event
post/api/v1/entities/{entity_id}/events
Path parameters
entity_idstring required
entity_id
Request body
Example request
{
"event": {
"name": "Bob Marley Live",
"venueName": "The Lyceum Theatre",
"startDatetime": "1975-07-17T22:30:00+01:00",
"endDatetime": "1975-07-18T02:30:00+01:00",
"timeZone": "Europe/London"
}
}Response
Created
Example response
{
"data": {
"id": "da6b7ad694d5",
"type": "event"
}
}