Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The Network's unique integer ID, or subdomain Unique numeric network ID
Body
Submit results as JSON
Request body for creating or updating an event
The event title
"Monthly Community Meetup"
The date and time the event starts (ISO8601 format)
"2025-01-15T14:00:00Z"
The date and time the event ends (ISO8601 format)
"2025-01-15T16:00:00Z"
Type of event: 'online_meeting', 'local_meetup', etc.
"online_meeting"
ID of the space where the event will be created
123
The event description
"Join us for our monthly community meetup"
External event link URL
"https://zoom.us/j/123456789"
Physical location of the event
"San Francisco, CA"
IANA timezone identifier for the event
"America/Los_Angeles"
Whether RSVPs are enabled (default: true)
true
Whether RSVPs are closed (default: false)
Whether event is restricted to specific members (default: false)
Whether event appears in the activity feed (default: true)
true
RRULE format string for recurring events
"FREQ=WEEKLY;INTERVAL=1"
Response
Returns the created event
Events are scheduled gatherings that members can RSVP to
The record's integer ID
"1234"
The date and time the record was created
"2025-11-07T23:17:21+00:00"
The date and time the record was last modified
"2025-11-07T23:17:21+00:00"
The type of post - always 'event' for this endpoint
"event"
The user who created the event
Full URL to view the event
"https://example.mn.co/posts/123"
The event title
"Monthly Community Meetup"
Type of event: 'online_meeting', 'local_meetup', 'zoom_meeting', 'zoom_webinar', etc.
"online_meeting"
Array of image URLs for the event
A summary of the event description
RRULE format string for recurring events
Whether RSVPs are enabled for this event
Whether RSVPs are closed
Whether this event is restricted to specific members
Whether this event appears in the activity feed
The date and time the event starts (ISO8601 format in event's timezone)
"2025-11-07T23:17:22+00:00"
The date and time the event ends (ISO8601 format in event's timezone)
"2025-11-07T23:17:22+00:00"
IANA timezone identifier for the event
Physical location of the event
External event link URL