{ "opencollection": "1.0.0", "info": { "name": "Refinitiv Eikon Refinitiv Data Platform APIs Authentication API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Authentication", "type": "folder" }, "items": [ { "info": { "name": "Obtain Access Token", "type": "http" }, "http": { "method": "POST", "url": "https://api.refinitiv.com/auth/oauth2/v1/token", "body": { "type": "form-urlencoded", "data": [ { "name": "grant_type", "value": "" }, { "name": "username", "value": "" }, { "name": "password", "value": "" }, { "name": "client_id", "value": "" }, { "name": "refresh_token", "value": "" }, { "name": "scope", "value": "" } ] } }, "docs": "Authenticates and returns an OAuth 2.0 access token using Resource Owner Password Credentials grant type. Access tokens are valid for five minutes. Subsequent token refreshes should use the refresh token grant type." }, { "info": { "name": "Request Authentication Token", "type": "http" }, "http": { "method": "POST", "url": "https://api.refinitiv.com/Authentication/RequestToken", "body": { "type": "json", "data": "{}" } }, "docs": "Authenticates user credentials and returns a session token valid for 24 hours. The token must be included in the Authorization header of all subsequent API requests." } ] } ], "bundled": true }