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