List all listings owned by the authenticated user, including drafts.
OAuth2AuthorizationCodeBearer In: header
trueapplication/json
application/json
curl -X GET "https://example.com/v1/mcp/mine"{ "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" } ]}