{
"opencollection": "1.0.0",
"info": {
"name": "REST API for Oracle Responsys Marketing Cloud Service",
"version": "2023.03.03"
},
"items": [
{
"info": {
"name": "Trigger SMS Message",
"type": "folder"
},
"items": [
{
"info": {
"name": "Trigger SMS Message",
"type": "http"
},
"http": {
"method": "POST",
"url": "{{baseUrl}}/rest/api/v1.3/campaigns/:campaignName/sms/trigger ",
"params": [
{
"name": "campaignName",
"value": "",
"type": "path",
"description": "Campaign Name"
}
]
},
"docs": "Trigger SMS Message"
}
]
},
{
"info": {
"name": "Account",
"type": "folder"
},
"items": [
{
"info": {
"name": "Get User Information",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/rest/api/v1.3/user/info"
},
"docs": "Retrieves information for the user's account sending the request."
},
{
"info": {
"name": "Get Account Settings for a User",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/rest/api/v1.3/settings/account"
},
"docs": "Retrieves account settings for the user sending the request."
},
{
"info": {
"name": "Get Endpoint URL for a User",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/rest/api/v1.3/settings/account/endpoint"
},
"docs": "Retrieves the endpoint URL for the user sending the request. The response returns the API type and the endpoint URL used to send API requests."
},
{
"info": {
"name": "Get Email Footer",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/rest/api/v1.3/settings/account/footer"
},
"docs": "Retrieves the account's Email Footer content. The response returns the footer's text and HTML content.
See the Oracle Responsys Help Center for more information."
},
{
"info": {
"name": "Get Email Domain Rules",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/rest/api/v1.3/settings/account/domains/email"
},
"docs": "Retrieves a list of Email domain rules for the account. Email domain rules are used when campaign messages are being sent out.
The response returns:
count property in the response determines the amount of matching profile list recipients."
},
{
"info": {
"name": "Merge List Recipients",
"type": "http"
},
"http": {
"method": "POST",
"url": "{{baseUrl}}/rest/api/v1.3/lists/:listName/members",
"params": [
{
"name": "listName",
"value": "",
"type": "path",
"description": "List Name"
}
]
},
"docs": "Merge List Recipients"
},
{
"info": {
"name": "Delete Profile List Recipients using query attribute",
"type": "http"
},
"http": {
"method": "DELETE",
"url": "{{baseUrl}}/rest/api/v1.3/lists/:listName/members",
"params": [
{
"name": "listName",
"value": "",
"type": "path",
"description": "List Name"
},
{
"name": "qa",
"value": "",
"type": "query",
"description": "Query Attribute. Can be either 'r' (RIID_), 'e' (EMAIL_ADDRESS_), 'c' (CUSTOMER_ID_), or 'm' (MOBILE_NUMBER_)."
},
{
"name": "id",
"value": "",
"type": "query",
"description": "ID corresponding to the query attribute"
}
]
},
"docs": "Deletes profile list recipients for a profile list using query attributes. Using the query parameters specify a query attribute type to identify recipients, and the corresponding value. The response indicates how many matching records were deleted. ?action=get"
}
]
},
"docs": "This endpoint is used to retrieve multiple profile extension recipients in an existing profile extension table. By supplying an ID for a recipient (for example email address) you can retrieve up to 200 recipients in a single request.POST, because the query parameters are passed in the request body. The ids array contains the identifier values for the recipients. Values passed in the ids array must correspond to the queryAttri"
}
]
},
{
"info": {
"name": "Trigger Email Message",
"type": "folder"
},
"items": [
{
"info": {
"name": "Trigger Email Message",
"type": "http"
},
"http": {
"method": "POST",
"url": "{{baseUrl}}/rest/api/v1.3/campaigns/:campaignName/email ",
"params": [
{
"name": "campaignName",
"value": "",
"type": "path",
"description": "Campaign Name"
}
]
},
"docs": "Trigger Email Message"
}
]
},
{
"info": {
"name": "Supplemental Tables",
"type": "folder"
},
"items": [
{
"info": {
"name": "Fetch All Supplemental Tables",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/rest/api/v1.3/suppData"
},
"docs": "Use this endpoint to get all Supplemental Tables for your account."
},
{
"info": {
"name": "Create Supplemental Table",
"type": "http"
},
"http": {
"method": "POST",
"url": "{{baseUrl}}/rest/api/v1.3/folders/:folderName/suppData",
"params": [
{
"name": "folderName",
"value": "",
"type": "path",
"description": "Folder Name"
}
]
},
"docs": "Use this endpoint to create a new supplemental table by providing its schema."
},
{
"info": {
"name": "Update Supplemental Table",
"type": "http"
},
"http": {
"method": "PUT",
"url": "{{baseUrl}}/rest/api/v1.3/folders/:folderName/suppData/:suppTableName",
"params": [
{
"name": "folderName",
"value": "",
"type": "path",
"description": "The name of the folder where the supplemental table is located."
},
{
"name": "suppTableName",
"value": "",
"type": "path",
"description": "The name of the supplemental table to update."
}
]
},
"docs": "Use this endpoint to update a supplemental table by providing the properties to update."
}
]
},
{
"info": {
"name": "Folders",
"type": "folder"
},
"items": [
{
"info": {
"name": "Retrieve Account Folders",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/rest/api/v1.3/folders",
"params": [
{
"name": "offset",
"value": "",
"type": "query",
"description": "Starts at 0 and indicates the record number for the response result set"
},
{
"name": "limit",
"value": "",
"type": "query",
"description": "Number of folders to return in the response (defaults to 200 and cannot exceed 200)"
}
]
},
"docs": "Retrieves all folders in your account."
},
{
"info": {
"name": "Create a Folder",
"type": "http"
},
"http": {
"method": "POST",
"url": "{{baseUrl}}/rest/api/v1.3/folders"
},
"docs": "Creates a new folder in Oracle Responsys."
},
{
"info": {
"name": "Retrieve Folder Content",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/rest/api/v1.3/folders/:folderName/content",
"params": [
{
"name": "folderName",
"value": "",
"type": "path",
"description": "Folder Name"
},
{
"name": "offset",
"value": "",
"type": "query",
"description": "Starts at 0 and indicates the record number for the response result set"
},
{
"name": "limit",
"value": "",
"type": "query",
"description": "Number of objects to return in the response (defaults to 200 and cannot exceed 200)"
}
]
},
"docs": "Retrieves the content in a specified folder."
}
]
},
{
"info": {
"name": "Campaign Attributes",
"type": "folder"
},
"items": [
{
"info": {
"name": "Retrieve a Campaign's Proof List",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/rest/api/v1.3/campaigns/:campaignName/attributes/proofList",
"params": [
{
"name": "campaignName",
"value": "",
"type": "path",
"description": "Name of the Campaign"
}
]
},
"docs": "Retrieves the Campaign Proof List associated with a specified Campaign."
},
{
"info": {
"name": "Update a Campaign's Proof List",
"type": "http"
},
"http": {
"method": "PUT",
"url": "{{baseUrl}}/rest/api/v1.3/campaigns/:campaignName/attributes/proofList",
"params": [
{
"name": "campaignName",
"value": "",
"type": "path",
"description": "Name of the Campaign"
}
]
},
"docs": "Updates the Proof List associated with a Campaign"
},
{
"info": {
"name": "Retrieve Campaign Data Sources",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/rest/api/v1.3/campaigns/:campaignName/attributes/dataSources",
"params": [
{
"name": "campaignName",
"value": "",
"type": "path",
"description": "Name of the Campaign"
}
]
},
"docs": "Retrieves Data Sources associated with a Campaign"
}
]
},
{
"info": {
"name": "List Extensions",
"type": "folder"
},
"items": [
{
"info": {
"name": "Fetch All Profile Extensions for a Profile List",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/rest/api/v1.3/lists/:listName/listExtensions",
"params": [
{
"name": "listName",
"value": "",
"type": "path",
"description": "List Name"
}
]
},
"docs": "Fetch All Profile Extensions for a Profile List"
},
{
"info": {
"name": "Create Profile Extension",
"type": "http"
},
"http": {
"method": "POST",
"url": "{{baseUrl}}/rest/api/v1.3/lists/:listName/listExtensions",
"params": [
{
"name": "listName",
"value": "",
"type": "path",
"description": "List Name"
}
]
},
"docs": "Create Profile Extension"
}
]
},
{
"info": {
"name": "Content Library Documents",
"type": "folder"
},
"items": [
{
"info": {
"name": "Create a Content Library Document",
"type": "http"
},
"http": {
"method": "POST",
"url": "{{baseUrl}}/rest/api/v1.3/clDocs"
},
"docs": "Create a Content Library Document"
},
{
"info": {
"name": "Retrieve contents of a Content Library Document",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/rest/api/v1.3/clDocs/:docPath",
"params": [
{
"name": "docPath",
"value": "",
"type": "path",
"description": "The complete path of the document starting with '/contentlibrary'."
}
]
},
"docs": "Retrieve contents of a Content Library Document"
},
{
"info": {
"name": "Update Contents of a Content Library Document",
"type": "http"
},
"http": {
"method": "POST",
"url": "{{baseUrl}}/rest/api/v1.3/clDocs/:docPath",
"params": [
{
"name": "docPath",
"value": "",
"type": "path",
"description": "The complete path of the document starting with '/contentlibrary'."
}
]
},
"docs": "Update Contents of a Content Library Document"
},
{
"info": {
"name": "Create a copy of a Content Library Document.",
"type": "http"
},
"http": {
"method": "PUT",
"url": "{{baseUrl}}/rest/api/v1.3/clDocs/:docPath",
"params": [
{
"name": "docPath",
"value": "",
"type": "path",
"description": " Destination Document Path"
}
]
},
"docs": "Create a copy of a Content Library Document."
},
{
"info": {
"name": "Delete a Content Library Document",
"type": "http"
},
"http": {
"method": "DELETE",
"url": "{{baseUrl}}/rest/api/v1.3/clDocs/:docPath",
"params": [
{
"name": "docPath",
"value": "",
"type": "path",
"description": "The complete path of the document starting with '/contentlibrary'."
}
]
},
"docs": "Delete a Content Library Document"
}
]
},
{
"info": {
"name": "Programs",
"type": "folder"
},
"items": [
{
"info": {
"name": "Fetch All Programs",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/rest/api/v1.3/programs",
"params": [
{
"name": "offset",
"value": "",
"type": "query",
"description": "Starts at 0 and indicates the record number for the response result set"
},
{
"name": "limit",
"value": "",
"type": "query",
"description": "Number of programs to return in the response (defaults to 200 and cannot exceed 200)"
},
{
"name": "status",
"value": "",
"type": "query",
"description": "Comma separated list of status of programs to be fetched. Allowed values are NOT_RUNNING,RUNNING,RUNNING_WITH_ERRORS"
}
]
},
"docs": "Fetch All Programs"
},
{
"info": {
"name": "Fetch a Program by Name",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/rest/api/v1.3/programs/:programName",
"params": [
{
"name": "programName",
"value": "",
"type": "path",
"description": "Name of the Program to fetch the details"
}
]
},
"docs": "Fetches a Program by program name."
},
{
"info": {
"name": "Publish or Unpublish a Program",
"type": "http"
},
"http": {
"method": "PATCH",
"url": "{{baseUrl}}/rest/api/v1.3/programs/:programName",
"params": [
{
"name": "programName",
"value": "",
"type": "path",
"description": "Name of the Program to be published or unpublished"
}
]
},
"docs": "Use this interface to publish a valid program or unpublish a program."
},
{
"info": {
"name": "Exit Enactments",
"type": "http"
},
"http": {
"method": "POST",
"url": "{{baseUrl}}/rest/api/v1.3/programs/enactments"
},
"docs": "Moves the enactments at a blocked stage out of a program. In the request body, specify the name of the program and the program action (exit).
In the case of a successful request, a success message is returned in the response body. Programs must be currently unpublished, but have been published at least once. If these requirements are not met, a 400 Bad Request error will be returned.
See the one record is deleted per request."
},
{
"info": {
"name": "Merge Table Records",
"type": "http"
},
"http": {
"method": "POST",
"url": "{{baseUrl}}/rest/api/v1.3/folders/:folderName/suppData/:tableName/members ",
"params": [
{
"name": "folderName",
"value": "",
"type": "path",
"description": "Folder name"
},
{
"name": "tableName",
"value": "",
"type": "path",
"description": "Table name"
}
]
},
"docs": "This operation is used to merge (update) Supplemental Table records."
},
{
"info": {
"name": "Fetch all the fields or the primary key fields of the Supplemental Table",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/rest/api/v1.3/folder/:folderName/suppData/:suppTableName",
"params": [
{
"name": "folderName",
"value": "",
"type": "path",
"description": "Folder name"
},
{
"name": "suppTableName",
"value": "",
"type": "path",
"description": "Supplemental Table name"
},
{
"name": "ft",
"value": "",
"type": "query",
"description": "**ft=pk** returns only the primary key fields. **ft=all** returns all the fields. By default 'ft' is set to 'all'"
}
]
},
"docs": "Fetch all the fields or the primary key fields of the Supplemental Table"
}
]
},
{
"info": {
"name": "Email or Push Campaign Schedule",
"type": "folder"
},
"items": [
{
"info": {
"name": "Fetch All Email or Push Campaign Schedules",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/rest/api/v1.3/campaigns/:campaignName/schedule",
"params": [
{
"name": "campaignName",
"value": "",
"type": "path",
"description": "Campaign Name"
}
]
},
"docs": "Fetch All Email or Push Campaign Schedules"
},
{
"info": {
"name": "Create an Email or Push campaign schedule",
"type": "http"
},
"http": {
"method": "POST",
"url": "{{baseUrl}}/rest/api/v1.3/campaigns/:campaignName/schedule",
"params": [
{
"name": "campaignName",
"value": "",
"type": "path",
"description": "Campaign Name"
}
]
},
"docs": "Create an Email or Push campaign schedule"
},
{
"info": {
"name": "Retrieve an Email or Push campaign schedule",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/rest/api/v1.3/campaigns/:campaignName/schedule/:scheduleId",
"params": [
{
"name": "campaignName",
"value": "",
"type": "path",
"description": "Campaign Name"
},
{
"name": "scheduleId",
"value": "",
"type": "path",
"description": "Schedule Id"
}
]
},
"docs": "Retrieve an Email or Push campaign schedule"
},
{
"info": {
"name": "Update an Email or Push campaign schedule",
"type": "http"
},
"http": {
"method": "PUT",
"url": "{{baseUrl}}/rest/api/v1.3/campaigns/:campaignName/schedule/:scheduleId",
"params": [
{
"name": "campaignName",
"value": "",
"type": "path",
"description": "Campaign Name"
},
{
"name": "scheduleId",
"value": "",
"type": "path",
"description": "Schedule Id"
}
]
},
"docs": "Update an Email or Push campaign schedule"
},
{
"info": {
"name": "Delete an Email or Push campaign schedule",
"type": "http"
},
"http": {
"method": "DELETE",
"url": "{{baseUrl}}/rest/api/v1.3/campaigns/:campaignName/schedule/:scheduleId",
"params": [
{
"name": "campaignName",
"value": "",
"type": "path",
"description": "Campaign Name"
},
{
"name": "scheduleId",
"value": "",
"type": "path",
"description": "Schedule Id"
}
]
},
"docs": "Delete an Email or Push campaign schedule"
}
]
},
{
"info": {
"name": "Organizations",
"type": "folder"
},
"items": [
{
"info": {
"name": "Fetch all organizations",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/rest/api/v1.3/attributes/organizations"
},
"docs": "Fetch a list of all organizations within the account."
},
{
"info": {
"name": "Fetch a program's organization hierarchy",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/rest/api/v1.3/attributes/programs/:programName",
"params": [
{
"name": "programName",
"value": "",
"type": "path",
"description": "The Program name"
}
]
},
"docs": "Fetch a list of organizations that can access a program."
},
{
"info": {
"name": "Update a program's organizational access",
"type": "http"
},
"http": {
"method": "POST",
"url": "{{baseUrl}}/rest/api/v1.3/attributes/programs/:programName",
"params": [
{
"name": "programName",
"value": "",
"type": "path",
"description": "The Program name"
}
]
},
"docs": "Update the organizations that can access a program."
},
{
"info": {
"name": "Fetch a campaign's organization hierarchy",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/rest/api/v1.3/attributes/campaigns/:campaignName",
"params": [
{
"name": "campaignName",
"value": "",
"type": "path",
"description": "The Campaign name"
}
]
},
"docs": "Fetch a list of organizations that can access a campaign."
},
{
"info": {
"name": "Update a campaign's organizational access",
"type": "http"
},
"http": {
"method": "POST",
"url": "{{baseUrl}}/rest/api/v1.3/attributes/campaigns/:campaignName",
"params": [
{
"name": "campaignName",
"value": "",
"type": "path",
"description": "The Campaign name"
}
]
},
"docs": "Update the organizations that can access a campaign."
}
]
},
{
"info": {
"name": "Profile Lists",
"type": "folder"
},
"items": [
{
"info": {
"name": "Fetch All Profile Lists",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/rest/api/v1.3/lists"
},
"docs": "Fetch All Profile Lists"
},
{
"info": {
"name": "Create a Profile List with or without brand Context",
"type": "http"
},
"http": {
"method": "POST",
"url": "{{baseUrl}}/rest/api/v1.3/lists"
},
"docs": "Create a Profile List with or without brand Context"
},
{
"info": {
"name": "Retrieve Profile List Fields",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/rest/api/v1.3/lists/:listName/fields",
"params": [
{
"name": "listName",
"value": "",
"type": "path",
"description": "List Name"
}
]
},
"docs": "Retrieves the fields for the specified profile list. In the request URL, specify the name of the profile list to retrieve. A successful response returns a list of the standard and custom fields for the list.
Refer to the Oracle Responsys Help Center for more information about the profile list fields returned in the response."
},
{
"info": {
"name": "Add or Update RIID in the Organizational Scope Mapping",
"type": "http"
},
"http": {
"method": "PUT",
"url": "{{baseUrl}}/rest/api/v1.3/lists/:listName/orgListExtensions/members",
"params": [
{
"name": "listName",
"value": "",
"type": "path",
"description": "List name"
}
]
},
"docs": "Adds or Updates profile list recipient's RIID in the Organizational Scope Mapping"
},
{
"info": {
"name": "Retrieve Proof Lists",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/rest/api/v1.3/lists/proofLists/records",
"params": [
{
"name": "offset",
"value": "",
"type": "query",
"description": "offset"
},
{
"name": "limit",
"value": "",
"type": "query",
"description": "limit"
}
]
},
"docs": "Retrieves all Proof Lists for an account."
},
{
"info": {
"name": "Retrieve Segment Groups",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/rest/api/v1.3/lists/segmentGroups/records",
"params": [
{
"name": "offset",
"value": "",
"type": "query",
"description": "offset"
},
{
"name": "limit",
"value": "",
"type": "query",
"description": "limit"
}
]
},
"docs": "Retrieves all Segment Groups for an Account"
}
]
},
{
"info": {
"name": "Content Library Folders",
"type": "folder"
},
"items": [
{
"info": {
"name": "Create Content Library Folder",
"type": "http"
},
"http": {
"method": "POST",
"url": "{{baseUrl}}/rest/api/v1.3/clFolders"
},
"docs": "Create Content Library Folder"
},
{
"info": {
"name": "List contents of a Content Library Folder",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/rest/api/v1.3/clFolders/:folderPath",
"params": [
{
"name": "folderPath",
"value": "",
"type": "path",
"description": "The complete path of the folder starting with /contentlibrary."
},
{
"name": "type",
"value": "",
"type": "query",
"description": "Specify what content of a folder needs to be listed. Allowed values are 'all', 'folders', 'docs' or 'items'. Defaults to 'all'"
}
]
},
"docs": "List contents of a Content Library Folder"
},
{
"info": {
"name": "Delete Content Library Folder",
"type": "http"
},
"http": {
"method": "DELETE",
"url": "{{baseUrl}}/rest/api/v1.3/clFolders/:folderPath",
"params": [
{
"name": "folderPath",
"value": "",
"type": "path",
"description": "The complete path of the folder starting with /contentlibrary."
}
]
},
"docs": "Delete Content Library Folder"
}
]
},
{
"info": {
"name": "Content Library Document Images",
"type": "folder"
},
"items": [
{
"info": {
"name": "Retrieve binary content of images in a Content Library Document",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/rest/api/v1.3/clDocImages/:documentPath",
"params": [
{
"name": "documentPath",
"value": "",
"type": "path",
"description": "The complete path of the document starting with '/contentlibrary'."
}
]
},
"docs": "Retrieve binary content of images in a Content Library Document"
},
{
"info": {
"name": "Update content of images in a Content Library Document",
"type": "http"
},
"http": {
"method": "POST",
"url": "{{baseUrl}}/rest/api/v1.3/clDocImages/:documentPath",
"params": [
{
"name": "documentPath",
"value": "",
"type": "path",
"description": "The complete path of the document starting with '/contentlibrary'."
}
]
},
"docs": "Update content of images in a Content Library Document"
}
]
},
{
"info": {
"name": "Content Library Media Items",
"type": "folder"
},
"items": [
{
"info": {
"name": "Retrieve contents of a Content Library Media File",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/rest/api/v1.3/clItems/:itemPath",
"params": [
{
"name": "itemPath",
"value": "",
"type": "path",
"description": "The complete path of the media file starting with /contentlibrary."
}
]
},
"docs": "Retrieve contents of a Content Library Media File"
},
{
"info": {
"name": "Update a Content Library Media File",
"type": "http"
},
"http": {
"method": "POST",
"url": "{{baseUrl}}/rest/api/v1.3/clItems/:itemPath",
"params": [
{
"name": "itemPath",
"value": "",
"type": "path",
"description": "The complete path of the media file starting with /contentlibrary."
}
]
},
"docs": "Update a Content Library Media File"
},
{
"info": {
"name": "Delete a Content Library Media File",
"type": "http"
},
"http": {
"method": "DELETE",
"url": "{{baseUrl}}/rest/api/v1.3/clItems/:itemPath",
"params": [
{
"name": "itemPath",
"value": "",
"type": "path",
"description": "The complete path of the media file starting with /contentlibrary."
}
]
},
"docs": "Delete a Content Library Media File"
},
{
"info": {
"name": "Create a Content Library Media File",
"type": "http"
},
"http": {
"method": "POST",
"url": "{{baseUrl}}/rest/api/v1.3/clItems"
},
"docs": "This operation is used to create a content library media file."
},
{
"info": {
"name": "Create a copy of a Content Library Media file.",
"type": "http"
},
"http": {
"method": "PUT",
"url": "{{baseUrl}}/rest/api/v1.3/clItems/:destinationItemPath ",
"params": [
{
"name": "destinationItemPath",
"value": "",
"type": "path",
"description": "The complete path of the media file starting with /contentlibrary."
}
]
},
"docs": "This operation is used to create a copy of a Content Library Media file."
}
]
}
],
"bundled": true
}