Skip to main content
POST
cURL
If catalog_id is provided, the existing catalog is linked to the account. If name is provided without catalog_id, a new catalog is created. If both are provided, catalog_id takes priority.

Authorizations

x-api-key
string
header
required

Your Recoup API key. Learn more.

Body

application/json

Array of catalogs to create or link

catalogs
object[]
required

Array of catalog inputs for bulk create/link operations

Response

Catalogs created or linked successfully

Response containing catalogs data

status
enum<string>

Status of the request

Available options:
success,
error
catalogs
object[]

Array of catalog objects

error
string

Error message (only present if status is 'error')