{ "opencollection": "1.0.0", "info": { "name": "Sabre Bargain Finder Max Air Shopping Authentication API", "version": "4.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Authentication", "type": "folder" }, "items": [ { "info": { "name": "Get OAuth2 access token", "type": "http" }, "http": { "method": "POST", "url": "https://api.sabre.com/v2/auth/token", "body": { "type": "form-urlencoded", "data": [ { "name": "grant_type", "value": "" }, { "name": "client_id", "value": "" }, { "name": "client_secret", "value": "" } ] } }, "docs": "Authenticates the application using client credentials and returns a Bearer token for API requests. Tokens expire after a configurable period." } ] } ], "bundled": true }