{ "opencollection": "1.0.0", "info": { "name": "Regal Cinema Loyalty Tickets API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Ocp-Apim-Subscription-Key", "value": "{{Ocp-Apim-Subscription-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Tickets", "type": "folder" }, "items": [ { "info": { "name": "Purchase Tickets", "type": "http" }, "http": { "method": "POST", "url": "https://api.regmovies.com/v1/tickets", "body": { "type": "json", "data": "{}" } }, "docs": "Purchase tickets for a specific showtime." }, { "info": { "name": "Get Ticket Order", "type": "http" }, "http": { "method": "GET", "url": "https://api.regmovies.com/v1/tickets/:orderId", "params": [ { "name": "orderId", "value": "", "type": "path" } ] }, "docs": "Retrieve details for a specific ticket order." } ] } ], "bundled": true }