{ "opencollection": "1.0.0", "info": { "name": "BlaBlaCar Bus Bookings Tickets API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Tickets", "type": "folder" }, "items": [ { "info": { "name": "BlaBlaCar Bus Get Ticket", "type": "http" }, "http": { "method": "GET", "url": "https://bus-api.blablacar.com/v1/tickets/:ticket_id", "params": [ { "name": "ticket_id", "value": "ticket-500123", "type": "path", "description": "Unique ticket identifier" } ] }, "docs": "Retrieve electronic ticket details including QR code and passenger information for a specific ticket." } ] } ], "bundled": true }