{ "opencollection": "1.0.0", "info": { "name": "Orum Authentication Transfer Groups API", "version": "v2022-09-21" }, "items": [ { "info": { "name": "Transfer Groups", "type": "folder" }, "items": [ { "info": { "name": "Get all Transfer Groups", "type": "http" }, "http": { "method": "GET", "url": "https://api-sandbox.orum.io/deliver/transfer-groups", "headers": [ { "name": "Orum-Version", "value": "" } ], "params": [ { "name": "index", "value": "", "type": "query", "description": "Index for paginated results" }, { "name": "size", "value": "", "type": "query", "description": "Max number of results to return" }, { "name": "transfer_group_reference_id", "value": "", "type": "query", "description": "Filter results by reference id." } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api-sandbox.orum.io/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Get all Transfer Group objects, sorted by most recently created transfer groups" }, { "info": { "name": "Create a Transfer Group", "type": "http" }, "http": { "method": "POST", "url": "https://api-sandbox.orum.io/deliver/transfer-groups", "headers": [ { "name": "Orum-Version", "value": "" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api-sandbox.orum.io/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Create a Transfer Group object." }, { "info": { "name": "Get a Transfer Group", "type": "http" }, "http": { "method": "GET", "url": "https://api-sandbox.orum.io/deliver/transfer-groups/:id", "headers": [ { "name": "Orum-Version", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "Transfer Group ID" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api-sandbox.orum.io/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Get a Transfer Group object by ID" } ] } ], "bundled": true }