{ "opencollection": "1.0.0", "info": { "name": "Romit Application Transfer API", "version": "v1" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.romit.io/v1/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Transfer", "type": "folder" }, "items": [ { "info": { "name": "List transfers", "type": "http" }, "http": { "method": "GET", "url": "https://api.romit.io/v1/transfer", "params": [ { "name": "limit", "value": "", "type": "query", "description": "Page size for list endpoints." }, { "name": "offset", "value": "", "type": "query", "description": "Result offset for list endpoints." } ] }, "docs": "List transfers" }, { "info": { "name": "Create a transfer", "type": "http" }, "http": { "method": "POST", "url": "https://api.romit.io/v1/transfer", "body": { "type": "json", "data": "{}" } }, "docs": "Create a transfer" }, { "info": { "name": "Get a transfer", "type": "http" }, "http": { "method": "GET", "url": "https://api.romit.io/v1/transfer/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get a transfer" }, { "info": { "name": "Capture a transfer", "type": "http" }, "http": { "method": "POST", "url": "https://api.romit.io/v1/transfer/:id/capture", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Capture a transfer" }, { "info": { "name": "Refund a transfer", "type": "http" }, "http": { "method": "POST", "url": "https://api.romit.io/v1/transfer/:id/refund", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Refund a transfer" }, { "info": { "name": "Void a transfer", "type": "http" }, "http": { "method": "POST", "url": "https://api.romit.io/v1/transfer/:id/void", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Void a transfer" } ] } ], "bundled": true }