Creates an event

Creates an event with its first event session. The event session inherits the title from the event unless session_title is provided.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

Event data

string
required

Event title (max 65 characters)

string
enum
required

Type of event

Allowed:
int64
required

Start time as UNIX timestamp

int64
required

End time as UNIX timestamp

string | null

For virtual: meeting URL. For in_person and hybrid: street address for the in-person session

string | null

Meeting URL for the virtual session when event_type is hybrid

string | null

Display name for location (e.g., "City Hall")

int64
required

ID of the scope (Organization or Chapter)

string
enum
required

Type of scope

Allowed:
string | null

Title for the first event session (defaults to event title)

tags
array of strings | null

Event tags

tags
integer | null

Maximum capacity for the event session (0 = unlimited)

float | null

Latitude for in_person events (optional, will geocode if not provided)

float | null

Longitude for in_person events (optional, will geocode if not provided)

boolean | null
Defaults to false

When true, bypasses duplicate event detection (default: false)

Responses
201

event created

404

scope not found

409

duplicate event detected

422

validation error

Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here!