Create Session

Creates a new session within an event. Returns the full session record on success.

Required fields: event_id, name, and date. Optionally set start_time, end_time, capacity, location_id, track_id, timezone, and description. If timezone is not provided, the session inherits the event's timezone.

Sessions are created with session_status=live by default. Use selection_control to set whether the session is optional or automatically included in registrations.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Form Data
integer

Unique identifier for the session.

integer
required

ID of the event associated with this session.

string
required

Title or name of the session.

string

Admin-specific short name for internal usage.

string

Display name on attendee badges.

string

Detailed description of the session.

date

The date when the session will take place.

string

Start time of the session.

string

End time of the session.

integer

Whether the event's default timezone is applied to the session.

string

Timezone for the session. For a list of TZ check TZ Identifier column in this page.

integer

Maximum number of attendees allowed.

integer

Identifier for the location.

integer

Identifier for the session's track.

uri

URL for the webinar if the session is virtual.

string

Custom message displayed when the session is sold out.

string

Secure identifier for the session.

string
enum

Current status of the session.

Allowed:
integer
enum

Whether the session is locked after being saved.

Allowed:
string
enum

Specifies whether the session is optional or included by default, setting the value 'session_included'.

Allowed:
integer
enum

Indicates if the session is selected by default for attendees.

Allowed:
integer
enum

Whether when selecting this session should prevent conflicts with other sessions.

Allowed:
custom_fields
object

Custom fields associated with the session.

Responses

Language
Credentials
Bearer
access_token
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json