Productsup
API referenceV2Export template

Duplicate an export template

Creates a deep copy of an existing export template including all attributes, analyzer tests, tags, custom form fields, and marketing data. The duplicate receives a '(Copy)' name suffix and Draft status.

POST
/V2/export-templates/{id}/duplicate

Authorization

bearerAuth
AuthorizationBearer <token>

ProductsUp Keycloak JWT bearer token.

In: header

Path Parameters

id*integer

Export template ID to duplicate

Response Body

application/json

application/json

curl -X POST "https://export-template-api.productsup.com/V2/export-templates/0/duplicate"
{
  "operationId": "01980f10-5b04-7845-b0d5-66861c6cabb0",
  "status": "queued"
}
{
  "errors": {
    "message": "Resource access denied."
  }
}

How is this guide?