{ "opencollection": "1.0.0", "info": { "name": "Fin.com Authentication API", "version": "1.0.0" }, "items": [ { "info": { "name": "Authentication", "type": "folder" }, "items": [ { "info": { "name": "Issue a Token", "type": "http" }, "http": { "method": "POST", "url": "https://sandbox.api.fin.com/v1/oauth/token", "body": { "type": "json", "data": "{}" } }, "docs": "Generate an access token using client credentials" }, { "info": { "name": "Refresh a Token", "type": "http" }, "http": { "method": "POST", "url": "https://sandbox.api.fin.com/v1/oauth/refresh-token", "body": { "type": "json", "data": "{}" } }, "docs": "Generate a new token pair based on a refresh token." } ] } ], "bundled": true }