{ "opencollection": "1.0.0", "info": { "name": "Layup endpoints AbsaDebiCheckService CardService API", "version": "1.4.16" }, "items": [ { "info": { "name": "CardService", "type": "folder" }, "items": [ { "info": { "name": "CardService_GetMany", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/cards", "params": [ { "name": "limit", "value": "", "type": "query" } ] } }, { "info": { "name": "CardService_Create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v1/cards", "params": [ { "name": "_id", "value": "", "type": "query" } ] } }, { "info": { "name": "CardService_Get", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/cards/:_id", "params": [ { "name": "_id", "value": "", "type": "path" } ] } }, { "info": { "name": "CardService_Update", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/v1/cards/:_id", "params": [ { "name": "_id", "value": "", "type": "path" } ] } }, { "info": { "name": "CardService_Remove", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/v1/cards/:_id", "params": [ { "name": "_id", "value": "", "type": "path" } ] } } ] } ], "bundled": true }