{ "opencollection": "1.0.0", "info": { "name": "vivenu access-lists payment-strategies API", "version": "1.0.0" }, "items": [ { "info": { "name": "payment-strategies", "type": "folder" }, "items": [ { "info": { "name": "get_payment_strategies", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/payments/strategies", "params": [ { "name": "top", "value": "", "type": "query" }, { "name": "skip", "value": "", "type": "query" }, { "name": "name", "value": "", "type": "query" }, { "name": "optionId", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get Payment Strategies" }, { "info": { "name": "create_a_payment_strategy", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/payments/strategies", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create a Payment Strategy" }, { "info": { "name": "get_a_payment_strategy", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/payments/strategies/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get a Payment Strategy" }, { "info": { "name": "update_a_payment_strategy", "type": "http" }, "http": { "method": "PUT", "url": "https://vivenu.com/api/payments/strategies/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update a Payment Strategy" }, { "info": { "name": "get_public_payment_strategy", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/public/payments/strategies/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get Public Payment Strategy" } ] } ], "bundled": true }