Skip to main content
POST
/
api
/
workspace
/
{workspaceId}
/
catalogs
/
{catalogId}
/
fork
Fork catalog
curl --request POST \
  --url https://app.alana.shopping/api/workspace/{workspaceId}/catalogs/{catalogId}/fork \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>"
}
'
{}

Authorizations

Authorization
string
header
required

Bearer token authentication. Obtain a token via the authentication endpoint and include it in the Authorization header: Authorization: Bearer <token>

Path Parameters

workspaceId
string
required

The workspace ID

catalogId
string
required

Body

application/json
name
string
required
Required string length: 1 - 255

Response

Catalog forked successfully

The response is of type object.