{ "info": { "_postman_id": "263301bb-5867-4b9a-b8b7-ed9f2cc2cd69", "name": "Blikk Classic Sample", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json" }, "item": [ { "name": "Blikk-List-Customer", "request": { "method": "GET", "header": [ { "key": "token", "value": "HÄR_LÄGGS_TOKEN_IN" } ], "body": {}, "url": { "raw": "https://api.blikk.se/api/customer/list", "protocol": "https", "host": [ "api", "blikk", "se" ], "path": [ "api", "customer", "list" ] } }, "response": [] }, { "name": "Blikk-Get-Customer", "request": { "method": "GET", "header": [ { "key": "token", "value": "HÄR_LÄGGS_TOKEN_IN" } ], "body": {}, "url": { "raw": "https://api.blikk.se/api/customer/get/IDNUMMERFÖRKUNDEN", "protocol": "https", "host": [ "api", "blikk", "se" ], "path": [ "api", "customer", "get", "IDNUMMERFÖRKUNDEN" ] } }, "response": [] } ] }