{ "opencollection": "1.0.0", "info": { "name": "Synchrony Financial Credit Authorization Applications Decisions API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Decisions", "type": "folder" }, "items": [ { "info": { "name": "Get Application Decision", "type": "http" }, "http": { "method": "GET", "url": "https://api.syf.com/v1/credit/applications/:applicationId", "params": [ { "name": "applicationId", "value": "", "type": "path", "description": "The unique application identifier." } ] }, "docs": "Retrieves the decision and status for a previously submitted credit application by its unique identifier." } ] } ], "bundled": true }