{ "info": { "_postman_id": "3e53aaa1-f434-4b9d-b9f9-e4bc8908f2e3", "name": "Pricefile-API", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "_exporter_id": "42128848" }, "item": [ { "name": "/download/{filename}", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "body": { "mode": "raw", "raw": "", "options": { "raw": { "language": "json" } } }, "url": { "raw": "https://{{env}}{{baseUrl}}/download/{{filename}}", "protocol": "https", "host": [ "{{env}}{{baseUrl}}" ], "path": [ "download", "{{filename}}" ] }, "description": "Response is base64 encoded and needs to be decoded" }, "response": [] }, { "name": "/download/{filename}/timestamp", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "body": { "mode": "raw", "raw": "", "options": { "raw": { "language": "json" } } }, "url": { "raw": "https://{{env}}{{baseUrl}}/download/{{filename}}/timestamp", "protocol": "https", "host": [ "{{env}}{{baseUrl}}" ], "path": [ "download", "{{filename}}", "timestamp" ] } }, "response": [] }, { "name": "/download/delta", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "body": { "mode": "raw", "raw": "", "options": { "raw": { "language": "json" } } }, "url": { "raw": "https://{{env}}{{baseUrl}}/download/delta", "protocol": "https", "host": [ "{{env}}{{baseUrl}}" ], "path": [ "download", "delta" ] } }, "response": [] }, { "name": "/download/delta/timestamp", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "body": { "mode": "raw", "raw": "", "options": { "raw": { "language": "json" } } }, "url": { "raw": "https://{{env}}{{baseUrl}}/download/delta/timestamp", "protocol": "https", "host": [ "{{env}}{{baseUrl}}" ], "path": [ "download", "delta", "timestamp" ] } }, "response": [] } ], "auth": { "type": "oauth2", "oauth2": [ { "key": "clientSecret", "value": "{{clientSecret}}", "type": "string" }, { "key": "clientId", "value": "{{clientAPIKey}}", "type": "string" }, { "key": "accessTokenUrl", "value": "https://{{env}}{{authURL}}", "type": "string" }, { "key": "refreshRequestParams", "value": [], "type": "any" }, { "key": "tokenRequestParams", "value": [], "type": "any" }, { "key": "authRequestParams", "value": [], "type": "any" }, { "key": "tokenName", "value": "Bearer", "type": "string" }, { "key": "challengeAlgorithm", "value": "S256", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" }, { "key": "addTokenTo", "value": "header", "type": "string" }, { "key": "client_authentication", "value": "header", "type": "string" } ] }, "event": [ { "listen": "prerequest", "script": { "type": "text/javascript", "packages": {}, "requests": {}, "exec": [ "" ] } }, { "listen": "test", "script": { "type": "text/javascript", "packages": {}, "requests": {}, "exec": [ "" ] } } ] }