Create workshop definition

Creates a new workshop definition together with at least one session
(workshops_attributes). Required fields: name (multilingual hash)
and workshops_attributes (non-empty). Image fields (banner_image,
background_image) are not supported via this API.

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

Event public UUID (api_key). Used in all event-scoped API paths.

Body Params
name
object
required

Multilingual hash. Must include the event's default language.

description
object | null
workshops_attributes
object
required

Object with arbitrary keys; each value is one session.

show_for_attendee_type
object | null

Whitelist of attendee types that can see/book this workshop. Keys: attendee_type IDs (as strings) returned by listAttendeeTypes; values: "true" or "false". Omitting the field (or sending {}) hides the workshop from every attendee type — entries must be present and set to "true" to grant visibility.

price
object | null

Per-attendee_type price. Keys: attendee_type IDs (as strings) from listAttendeeTypes; values: numeric strings (e.g. "0", "150.00").

Responses

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