{ "opencollection": "1.0.0", "info": { "name": "Getty Images Collections API", "version": "3" }, "request": { "auth": { "type": "apikey", "key": "Api-Key", "value": "{{Api-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Collections", "type": "folder" }, "items": [ { "info": { "name": "Gets collections applicable for the customer.", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v3/collections", "headers": [ { "name": "Accept-Language", "value": "" } ] }, "docs": "Use this endpoint to retrieve collections associated with your Getty Images account. To browse available collections see our [Image collections page]( http://www.gettyimages.com/creative-images/collections).\n\nYou'll need an API key and access token to use this resource.\n" } ] } ], "bundled": true }