Referencia de APIMarketplace / Collection
Get Collection by collectionid
← Back to full API reference
GET
/v1/marketplace/collection/:collectionIdPublic- This endpoint can be called without an authenticated session.
Request details
Path params
| Field | Required | Description |
|---|---|---|
| collectionId | Yes | Required 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"
}