Skip to main content
POST
/
v1
/
account
/
{accountId}
/
meetingevents
/
{meetingEventId}
/
duplicate
Duplicate a Meeting Event
curl --request POST \
  --url https://api.sakari.io/v1/account/{accountId}/meetingevents/{meetingEventId}/duplicate \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "name": "<string>"
}'
"<any>"

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

accountId
string
required

Account to apply operations to

Body

application/json
name
string

Response

successful operation

The response is of type any.

I