{ "opencollection": "1.0.0", "info": { "name": "Getty Images Orders API", "version": "3" }, "request": { "auth": { "type": "apikey", "key": "Api-Key", "value": "{{Api-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Orders", "type": "folder" }, "items": [ { "info": { "name": "Get order metadata", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v3/orders/:id", "headers": [ { "name": "Accept-Language", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "An order id." } ] }, "docs": "This endpoint returns detailed order metadata for a specified order.\nUse of this endpoint requires configuration changes to your API key. \n\nYou'll need an API key and access token to use this resource." } ] } ], "bundled": true }