Get One Event
Retrieves a single event by its unique ID. Returns the full event record including name, dates, times, timezone, capacity, status, and registration URL.
Use fields to limit which fields are returned. Use expand to include related objects such as folder and location.
Authorizations
OAuth 2.0 bearer token obtained from POST /oauth2/token. Tokens expire after 30 minutes. Include in the Authorization header as Bearer {access_token}.
Path Parameters
integer - required - The ID of the event you want to get
1
Query Parameters
string - optional - Comma separated list of fields you want to return
"capacity,close_date,close_time,created_at,created_by,description,domain,end_date,end_time,folder_id,free_event,hashtag,id,name,organizer_id,start_date,start_time,status,target_attendance,timezone,type_id,updated_at,updated_by,url,webinar_url"
string - optional - Comma separated list of related objects to include. Valid values: folder, location, sessions, sponsors, speakers, translations
"folder,location"
Response
Get Event