Skip to main content
POST
Typescript (SDK)

Authorizations

Authorization
string
header
required

API key in the format: Bearer {api_token}

Headers

Idempotency-Key
string

Makes this write safe to retry: a repeat with the same key replays the first response instead of creating a second resource. Scoped to the account, remembered for 24 hours; reusing a key with a different payload is an error.

Maximum string length: 255

Path Parameters

experience_id
string
required

The experience ID

Body

application/json
title
string
description
string | null
start_time
string<date-time>
end_time
string<date-time>
location_type
enum<string>
Available options:
zoom,
google_meet,
custom_link,
physical_address
location_details
string
allow_rsvp
boolean | null
capacity
integer | null
repeat_frequency
enum<string>
Available options:
never,
day,
week,
month,
year

Response

Event session created

id
string
required
object
string
required
title
string
required
description
string | null
required
start_time
string<date-time>
required
end_time
string<date-time>
required
location_type
enum<string>
required
Available options:
zoom,
google_meet,
custom_link,
physical_address
location_details
string
required
allow_rsvp
boolean | null
required
capacity
integer | null
required
repeat_frequency
enum<string>
required
Available options:
never,
day,
week,
month,
year