Skip to main content
POST
Duplicate an event type

Authorizations

X-Api-Key
string
header
required

API key (hr_live_... or hr_test_...). Generate from Settings › Workspace › Acceso API.

Path Parameters

id
string
required

Body

application/json
newName
string

Display name for the duplicated event type. Defaults to "Copy of ".

Example:

"Property Tour – EN"

newSlug
string

URL slug for the duplicate. Must be unique. Defaults to auto-generated slug.

Example:

"property-tour-en"

targetAgentUserId
string<uuid>

UUID of the agent who will own the duplicate. Defaults to the original owner.

Response

201 - undefined