Marketplace
The Marketplace surface is an optional discovery layer for Spaces. Core capture and collaboration (Spaces, media, forms, channels, modules) do not require marketplace registration.
Public listing operations currently exposed:
| Method | Path | Purpose |
|---|---|---|
GET |
/v0/marketplace/trending |
Trending listings |
GET |
/v0/marketplace/listings/{spaceId} |
Fetch a listing by space id |
POST |
/v0/marketplace/listings/{spaceId}/registration |
Register / update registration |
Prepare listing metadata on the Space with GET / PUT /v0/spaces/{spaceId}/settings/marketplace before registering.
Guide: Marketplace register.