Clone Event
Creates a new event by cloning an existing one. Copies all event settings including registration types, packages, sessions, forms, and website configuration into a new event.
The source event is identified by event_id in the path. Override any fields in the request body to customize the clone (e.g., new name, start_date, display_url). Fields not provided in the body inherit values from the source event.
Cloning is asynchronous and may take a few moments to complete. Registrant data is never copied — the cloned event starts with zero registrations.
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 clone
1