Get a catalog from a marketplace#

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

Sample Response#

{
    "at_stage": "dev",
    "created_at": "Mon, 31 Jul 2023 10:23:11 GMT",
    "description": null,
    "id": 1,
    "is_published": false,
    "marketplace_id": 1,
    "name": "My Catalog",
    "updated_at": "Mon, 31 Jul 2023 10:23:11 GMT"
}