{ "opencollection": "1.0.0", "info": { "name": "Rainbow Application Portal Applications Authentication API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Authentication", "type": "folder" }, "items": [ { "info": { "name": "Get OAuth Token", "type": "http" }, "http": { "method": "POST", "url": "https://openrainbow.com/api/rainbow/oauth/token", "body": { "type": "form-urlencoded", "data": [ { "name": "grant_type", "value": "" }, { "name": "client_id", "value": "" }, { "name": "client_secret", "value": "" }, { "name": "username", "value": "" }, { "name": "password", "value": "" } ] } }, "docs": "Exchange application credentials for a Bearer token to authenticate API requests. Supports client_credentials and password grant types." } ] } ], "bundled": true }