{ "opencollection": "1.0.0", "info": { "name": "Autopass Service Authorization Locations Orders API", "version": "1.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.autopass.xyz/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Orders", "type": "folder" }, "items": [ { "info": { "name": "Get an order", "type": "http" }, "http": { "method": "GET", "url": "https://api.autopass.xyz/orders/:orderNumber", "params": [ { "name": "orderNumber", "value": "", "type": "path", "description": "Order number" } ] }, "docs": "Returns a completed parking transaction, including the parking-site name and the payment user identity (license plate), used for transaction adjustment / re-invoicing." } ] } ], "bundled": true }