{ "opencollection": "1.0.0", "info": { "name": "Refinitiv Data Platform (RDP) APIs Authentication Groups API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Groups", "type": "folder" }, "items": [ { "info": { "name": "List Groups", "type": "http" }, "http": { "method": "GET", "url": "https://api.refinitiv.com/groups" }, "docs": "Retrieves all groups available in the account. Groups are used to organize cases and configure screening parameters such as provider types, match thresholds, and resolution toolkits." }, { "info": { "name": "Get Group Details", "type": "http" }, "http": { "method": "GET", "url": "https://api.refinitiv.com/groups/:groupId", "params": [ { "name": "groupId", "value": "", "type": "path", "description": "The unique identifier of the group." } ] }, "docs": "Retrieves the details and configuration of a specific group including its screening settings and resolution toolkit." }, { "info": { "name": "Get Resolution Toolkit", "type": "http" }, "http": { "method": "GET", "url": "https://api.refinitiv.com/groups/:groupId/resolutionToolkit", "params": [ { "name": "groupId", "value": "", "type": "path", "description": "The unique identifier of the group." } ] }, "docs": "Retrieves the resolution toolkit configuration for a specific group. The toolkit defines the valid resolution statuses, risk levels, and reasons that can be applied to screening results for cases belonging to the group." } ] } ], "bundled": true }