Gestiono
Referencia de APIMarketplace / Collection

Get Collection by collectionid products

← Back to full API reference
GET/v1/marketplace/collection/:collectionId/productsPublic
  • This endpoint can be called without an authenticated session.

Request details

Path params

FieldRequiredDescription
collectionIdYesRequired path parameter.

Default payloads

Path params

json
{
  "collectionId": 1
}

Query

json
{}

Sample response

json
{
  "success": true,
  "message": "Sample response placeholder for GET /v1/marketplace/collection/:collectionId/products"
}