Skip to main content
POST
/
data
/
projects
/
{projectId}
/
catalogs
/
{catalogId}
/
share
Share Catalog
curl --request POST \
  --url https://partner.peaka.studio/api/v1/data/projects/{projectId}/catalogs/{catalogId}/share \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "targetProjectId": "MQtMNNBY"
}
'
{
  "sharedCatalogId": "555611268656923356"
}

Authorizations

Authorization
string
header
required

Use the Authorization header with the value 'Bearer ' to authenticate. Partner API Keys have full access; Project API Keys are limited to their project scope. Learn more: https://docs.peaka.com/api-reference/authentication

Path Parameters

projectId
string
required

ID of the project

catalogId
string
required

ID of the catalog

Body

application/json

Share Request

targetProjectId
string

Target Project ID

Response

200 - */*

Catalog shared successfully

sharedCatalogId
string

The ID of the shared catalog.