List Organisation Listings
List all org-scoped MCP listings owned by the organisation.
Authorization: caller must be a member (any role). Includes listings in every status, not just published ones, since members should see their organisation's drafts and pending submissions.
Authorization
OAuth2AuthorizationCodeBearer AuthorizationBearer <token>
In: header
Path Parameters
org_id*Org Id
Format
uuidQuery Parameters
verify_locally?Verify Locally
Default
trueResponse Body
application/json
application/json
curl -X GET "https://example.com/v1/organisations/497f6eca-6276-4993-bfeb-53cbbbba6f08/listings"{ "items": [ { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "namespace": "string", "visibility": "public", "org_id": "a40f5d1f-d889-42e9-94ea-b9b33585fc6b", "block_private_bundle_mixing": false, "title": "string", "short_description": "string", "status": "string", "transport": "string", "pricing": "string", "icon_bg_color": "string", "icon_text_color": "string", "created_at": "2019-08-24T14:15:22Z", "updated_at": "2019-08-24T14:15:22Z", "category": { "id": 0, "name": "string", "slug": "string", "description": "string", "icon": "string", "mcp_count": 0 } } ], "total": 0}{ "detail": [ { "loc": [ "string" ], "msg": "string", "type": "string" } ]}