{ "opencollection": "1.0.0", "info": { "name": "FirstPromoter API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Payout Methods", "type": "folder" }, "items": [ { "info": { "name": "Get all payout methods", "type": "http" }, "http": { "method": "GET", "url": "https://api.firstpromoter.com/api/v2/affiliate/payout_methods", "headers": [ { "name": "Account-ID", "value": "" } ] }, "docs": "Get all payout methods" }, { "info": { "name": "Create a payout method", "type": "http" }, "http": { "method": "POST", "url": "https://api.firstpromoter.com/api/v2/affiliate/payout_methods", "headers": [ { "name": "Account-ID", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a payout method" }, { "info": { "name": "Get a payout method", "type": "http" }, "http": { "method": "GET", "url": "https://api.firstpromoter.com/api/v2/affiliate/payout_methods/:id", "headers": [ { "name": "Account-ID", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "Payout method ID" } ] }, "docs": "Get a payout method" }, { "info": { "name": "Update a payout method", "type": "http" }, "http": { "method": "PUT", "url": "https://api.firstpromoter.com/api/v2/affiliate/payout_methods/:id", "headers": [ { "name": "Account-ID", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "Payout method ID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a payout method" }, { "info": { "name": "Delete a payout method", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.firstpromoter.com/api/v2/affiliate/payout_methods/:id", "headers": [ { "name": "Account-ID", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "Payout method ID" } ] }, "docs": "Delete a payout method" } ] } ], "bundled": true }