{ "opencollection": "1.0.0", "info": { "name": "Sedna Authentication API", "version": "2019-01-01" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Authentication", "type": "folder" }, "items": [ { "info": { "name": "createOAuthTokenOriginal", "type": "http" }, "http": { "method": "POST", "url": "https://{tenant}.sednanetwork.com/platform/oauth/token", "body": { "type": "form-urlencoded", "data": [ { "name": "client_id", "value": "" }, { "name": "client_secret", "value": "" }, { "name": "grant_type", "value": "" }, { "name": "scope", "value": "" } ] } }, "docs": "Get OAUTH token for authentication in the Sedna API using Header entries or form data" } ] } ], "bundled": true }