{ "opencollection": "1.0.0", "info": { "name": "Sezzle API v2 Bearer Authentication API", "version": "2.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Bearer Authentication", "type": "folder" }, "items": [ { "info": { "name": "Get a bearer authentication token", "type": "http" }, "http": { "method": "POST", "url": "https://sandbox.gateway.sezzle.com/v2/authentication", "body": { "type": "json", "data": "{}" } }, "docs": "Get a bearer authentication token" } ] } ], "bundled": true }