{ "opencollection": "1.0.0", "info": { "name": "Orum Authentication Cards API", "version": "v2022-09-21" }, "items": [ { "info": { "name": "Cards", "type": "folder" }, "items": [ { "info": { "name": "Get all cards", "type": "http" }, "http": { "method": "GET", "url": "https://api-sandbox.orum.io/deliver/cards", "headers": [ { "name": "Orum-Version", "value": "" } ], "params": [ { "name": "index", "value": "", "type": "query", "description": "Index for paginated results" }, { "name": "size", "value": "", "type": "query", "description": "Max number of results to return" }, { "name": "customer_reference_id", "value": "", "type": "query", "description": "Filter by customer reference id" }, { "name": "status", "value": "", "type": "query", "description": "Filter by card statuses (multiple allowed)" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api-sandbox.orum.io/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Get all cards by filter." }, { "info": { "name": "Create a card", "type": "http" }, "http": { "method": "POST", "url": "https://api-sandbox.orum.io/deliver/cards", "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api-sandbox.orum.io/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Create a card object." }, { "info": { "name": "Get a card by id", "type": "http" }, "http": { "method": "GET", "url": "https://api-sandbox.orum.io/deliver/cards/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Orum generated unique id for the resource for the card you are fetching." } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api-sandbox.orum.io/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Get a card object by id." }, { "info": { "name": "Closes a card by id", "type": "http" }, "http": { "method": "DELETE", "url": "https://api-sandbox.orum.io/deliver/cards/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Orum generated unique id for the resource for the card you are fetching." } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api-sandbox.orum.io/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Close a card object so they are unable to transact." } ] } ], "bundled": true }