{ "opencollection": "1.0.0", "info": { "name": "Akeneo PIM REST Asset Manager Catalogs API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Catalogs", "type": "folder" }, "items": [ { "info": { "name": "List catalogs", "type": "http" }, "http": { "method": "GET", "url": "https://{tenant}.cloud.akeneo.com/api/rest/v1/catalogs" }, "docs": "List catalogs" }, { "info": { "name": "Create a catalog", "type": "http" }, "http": { "method": "POST", "url": "https://{tenant}.cloud.akeneo.com/api/rest/v1/catalogs" }, "docs": "Create a catalog" }, { "info": { "name": "Get a catalog", "type": "http" }, "http": { "method": "GET", "url": "https://{tenant}.cloud.akeneo.com/api/rest/v1/catalogs/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get a catalog" }, { "info": { "name": "Update a catalog", "type": "http" }, "http": { "method": "PATCH", "url": "https://{tenant}.cloud.akeneo.com/api/rest/v1/catalogs/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Update a catalog" }, { "info": { "name": "Delete a catalog", "type": "http" }, "http": { "method": "DELETE", "url": "https://{tenant}.cloud.akeneo.com/api/rest/v1/catalogs/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete a catalog" } ] } ], "bundled": true }