{ "info": { "_postman_id": "f655519e-6775-4f1b-90eb-cf73375dc766", "name": "SB Account Transactions", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json" }, "item": [ { "name": "Success", "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{token}}", "type": "string" } ] }, "method": "GET", "header": [ { "key": "X-IBM-Client-Id", "value": "{{Client_Id}}", "type": "default" }, { "key": "msgid", "value": "321", "type": "default" } ], "url": { "raw": "{{url}}/v1/accounts/9876xxxxxx347/transactions?page_size=51&start_date=2023-02-22&end_date=2023-02-22&page_index=2&transaction_type=C", "host": [ "{{url}}" ], "path": [ "v1", "accounts", "9876xxxxxx347", "transactions" ], "query": [ { "key": "page_size", "value": "51" }, { "key": "start_date", "value": "2023-02-22" }, { "key": "end_date", "value": "2023-02-22" }, { "key": "page_index", "value": "2" }, { "key": "transaction_type", "value": "C" } ] } }, "response": [] }, { "name": "Failure NoTxns", "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{token}}", "type": "string" } ] }, "method": "GET", "header": [ { "key": "X-IBM-Client-Id", "value": "{{Client_Id}}", "type": "default" }, { "key": "msgid", "value": "321", "type": "default" } ], "url": { "raw": "{{url}}/v1/accounts/9876xxxxxx347/transactions?page_size=51&start_date=2023-02-22&end_date=2023-02-22&page_index=2&transaction_type=B", "host": [ "{{url}}" ], "path": [ "v1", "accounts", "9876xxxxxx347", "transactions" ], "query": [ { "key": "page_size", "value": "51" }, { "key": "start_date", "value": "2023-02-22" }, { "key": "end_date", "value": "2023-02-22" }, { "key": "page_index", "value": "2" }, { "key": "transaction_type", "value": "B" } ] } }, "response": [] }, { "name": "Failure EndDt