{ "opencollection": "1.0.0", "info": { "name": "Ostrom Auth API", "version": "2023-11-01" }, "items": [ { "info": { "name": "Auth", "type": "folder" }, "items": [ { "info": { "name": "Obtain OAuth2 Access Token", "type": "http" }, "http": { "method": "POST", "url": "https://sandbox.ostrom-api.io/oauth2/token", "body": { "type": "form-urlencoded", "data": [ { "name": "grant_type", "value": "" } ] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Allowed role: `USER` or `PARTNER`" } ] } ], "bundled": true }