{ "opencollection": "1.0.0", "info": { "name": "Unit Accounts Cards API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Cards", "type": "folder" }, "items": [ { "info": { "name": "Get List of Cards", "type": "http" }, "http": { "method": "GET", "url": "https://api.s.unit.sh/cards", "params": [ { "name": "page[limit]", "value": "", "type": "query" }, { "name": "page[offset]", "value": "", "type": "query" } ] }, "docs": "Get List of Cards" }, { "info": { "name": "Create a Card", "type": "http" }, "http": { "method": "POST", "url": "https://api.s.unit.sh/cards", "body": { "type": "json", "data": "{}" } }, "docs": "Create a Card" }, { "info": { "name": "Get Card by Id", "type": "http" }, "http": { "method": "GET", "url": "https://api.s.unit.sh/cards/:cardId", "params": [ { "name": "cardId", "value": "", "type": "path" } ] }, "docs": "Get Card by Id" }, { "info": { "name": "Update Card", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.s.unit.sh/cards/:cardId", "params": [ { "name": "cardId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update Card" }, { "info": { "name": "Report card as lost", "type": "http" }, "http": { "method": "POST", "url": "https://api.s.unit.sh/cards/:cardId/report-lost", "params": [ { "name": "cardId", "value": "", "type": "path" } ] }, "docs": "Report card as lost" }, { "info": { "name": "Report card as stolen", "type": "http" }, "http": { "method": "POST", "url": "https://api.s.unit.sh/cards/:cardId/report-stolen", "params": [ { "name": "cardId", "value": "", "type": "path" } ] }, "docs": "Report card as stolen" }, { "info": { "name": "Close a Card", "type": "http" }, "http": { "method": "POST", "url": "https://api.s.unit.sh/cards/:cardId/close", "params": [ { "name": "cardId", "value": "", "type": "path" } ] }, "docs": "Close a Card" }, { "info": { "name": "Freeze a Card", "type": "http" }, "http": { "method": "POST", "url": "https://api.s.unit.sh/cards/:cardId/freeze", "params": [ { "name": "cardId", "value": "", "type": "path" } ] }, "docs": "Freeze a Card" }, { "info": { "name": "Unfreeze a Card", "type": "http" }, "http": { "method": "POST", "url": "https://api.s.unit.sh/cards/:cardId/unfreeze", "params": [ { "name": "cardId", "value": "", "type": "path" } ] }, "docs": "Unfreeze a Card" }, { "info": { "name": "Replace a Card", "type": "http" }, "http": { "method": "POST", "url": "https://api.s.unit.sh/cards/:cardId/replace", "params": [ { "name": "cardId", "value": "", "type": "path" } ] }, "docs": "Replace a Card" }, { "info": { "name": "Get Card Limit by Id", "type": "http" }, "http": { "method": "GET", "url": "https://api.s.unit.sh/cards/:cardId/limits", "params": [ { "name": "cardId", "value": "", "type": "path" } ] }, "docs": "Get Card Limit by Id" }, { "info": { "name": "Get Card PIN Status", "type": "http" }, "http": { "method": "GET", "url": "https://api.s.unit.sh/cards/:cardId/secure-data/pin/status", "params": [ { "name": "cardId", "value": "", "type": "path" } ] }, "docs": "Get Card PIN Status" }, { "info": { "name": "Get List of ATM Locations", "type": "http" }, "http": { "method": "GET", "url": "https://api.s.unit.sh/atm-locations", "params": [ { "name": "latitude", "value": "", "type": "query" }, { "name": "longitude", "value": "", "type": "query" } ] }, "docs": "Get List of ATM Locations" } ] } ], "bundled": true }