Duplicate Entry
POST
/entry/{entryId}/duplicate
Creates a copy of an existing entry configuration with all settings preserved. The new entry will have a similar name but be treated as a separate entity.
Authorizations
BearerAuth
Enter your session token to authenticate API requests
Type
HTTP (bearer)
Parameters
Path Parameters
entryId*
The unique identifier of the entry to duplicate
Type
Requiredstring
Responses
Entry successfully duplicated
application/json
JSON
{
}
