Get all marketplaces#

API Endpoint: <IMPROMPT_SERVER_URL>/marketplaces
Method: GET
X-Api-Key: API_KEY

Sample Response#

[
    {
        "created_at": "Fri, 28 Jul 2023 15:04:19 GMT",
        "created_by_organization_id": 1,
        "description": "This is a test marketpalce",
        "id": 1,
        "name": "Test Marketplace",
        "publish_level": "internal_org",
        "updated_at": "Fri, 28 Jul 2023 15:04:19 GMT"
    }
]