Skip to main content
GET
/
api
/
marketplace
Browse marketplace items (org + marketplace)
curl --request GET \
  --url https://your-instance.example.com/api/marketplace \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

filter
enum<string>
Available options:
all,
organization,
marketplace
itemType
enum<string>
Available options:
prompt,
template
page
integer
default:1
Required range: x >= 1
limit
integer
default:20
Required range: x >= 1

Response

Marketplace items returned with pagination

Generic response envelope. Endpoint-specific fields are intentionally open.