{ "opencollection": "1.0.0", "info": { "name": "Microsoft Bookings API (Microsoft Graph) Appointments Currencies API", "version": "v1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Currencies", "type": "folder" }, "items": [ { "info": { "name": "List booking currencies", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/solutions/bookingCurrencies" }, "docs": "List booking currencies" } ] } ], "bundled": true }