{ "opencollection": "1.0.0", "info": { "name": "iconik Assets Collections API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "App-ID", "value": "{{App-ID}}", "placement": "header" } }, "items": [ { "info": { "name": "Collections", "type": "folder" }, "items": [ { "info": { "name": "List collections", "type": "http" }, "http": { "method": "GET", "url": "https://app.iconik.io/API/assets/v1/collections/", "params": [ { "name": "page", "value": "", "type": "query", "description": "The page number of results to return." }, { "name": "per_page", "value": "", "type": "query", "description": "The number of results per page." } ] }, "docs": "Lists collections in the account, paginated." }, { "info": { "name": "Create a collection", "type": "http" }, "http": { "method": "POST", "url": "https://app.iconik.io/API/assets/v1/collections/", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new collection." }, { "info": { "name": "Get a collection", "type": "http" }, "http": { "method": "GET", "url": "https://app.iconik.io/API/assets/v1/collections/:collection_id/", "params": [ { "name": "collection_id", "value": "", "type": "path", "description": "The unique ID of the collection." } ] }, "docs": "Retrieves a single collection by ID." }, { "info": { "name": "Delete a collection", "type": "http" }, "http": { "method": "DELETE", "url": "https://app.iconik.io/API/assets/v1/collections/:collection_id/", "params": [ { "name": "collection_id", "value": "", "type": "path", "description": "The unique ID of the collection." } ] }, "docs": "Deletes a collection." }, { "info": { "name": "List collection contents", "type": "http" }, "http": { "method": "GET", "url": "https://app.iconik.io/API/assets/v1/collections/:collection_id/contents/", "params": [ { "name": "collection_id", "value": "", "type": "path", "description": "The unique ID of the collection." }, { "name": "page", "value": "", "type": "query", "description": "The page number of results to return." }, { "name": "per_page", "value": "", "type": "query", "description": "The number of results per page." } ] }, "docs": "Lists the assets and sub-collections contained within a collection, paginated." } ] } ], "bundled": true }