{ "opencollection": "1.0.0", "info": { "name": "Whop REST API (v1) Checkout Configurations Transfers API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Transfers", "type": "folder" }, "items": [ { "info": { "name": "List transfers", "type": "http" }, "http": { "method": "GET", "url": "https://api.whop.com/api/v1/transfers" }, "docs": "List transfers" }, { "info": { "name": "Create a transfer", "type": "http" }, "http": { "method": "POST", "url": "https://api.whop.com/api/v1/transfers", "body": { "type": "json", "data": "{}" } }, "docs": "Programmatically pay out a user or connected ledger account." }, { "info": { "name": "Retrieve a transfer", "type": "http" }, "http": { "method": "GET", "url": "https://api.whop.com/api/v1/transfers/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Retrieve a transfer" } ] } ], "bundled": true }