AplasAplas API Reference

Duplicate a publication

PUT
/publication/{publicationId}/duplicate

Authorization

BearerAuth
AuthorizationBearer <token>

API authentication via Authorization: Bearer <your-api-key>. Obtain your API key from Config → API in the Aplas web app.

In: header

Path Parameters

publicationId*string

The id of the publication to replace

Request Body

application/json

Details of the target publication to be created

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

*/*

curl -X PUT "https://api.au.aplas.com/api/v2/publication/id/duplicate" \  -H "Content-Type: application/json" \  -d '{    "targetId": "string",    "targetName": "string"  }'
Empty
{
  "code": 500,
  "message": "Internal server error"
}