{ "opencollection": "1.0.0", "info": { "name": "Stitch Authentication API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Authentication", "type": "folder" }, "items": [ { "info": { "name": "Get Access Token", "type": "http" }, "http": { "method": "POST", "url": "https://api.stitch.money/connect/token", "body": { "type": "form-urlencoded", "data": [ { "name": "client_id", "value": "" }, { "name": "client_secret", "value": "" }, { "name": "grant_type", "value": "" }, { "name": "audience", "value": "" } ] } }, "docs": "Obtain an OAuth 2.0 client credentials access token for authenticating GraphQL API requests. The token is passed as a Bearer token in the Authorization header." } ] } ], "bundled": true }