{ "info": { "_postman_id": "1f991da0-852b-4687-87bf-83ff182286b2", "name": "micro_api_kyc", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json" }, "item": [ { "name": "status", "request": { "method": "GET", "header": [], "url": { "raw": "{{host}}/api/status?tkn={{jwt_tkn}}", "host": [ "{{host}}" ], "path": [ "api", "status" ], "query": [ { "key": "tkn", "value": "{{jwt_tkn}}" } ] }, "description": "Retrieves info captured during kyc process\n" }, "response": [] }, { "name": "get client config", "request": { "method": "GET", "header": [], "url": { "raw": "{{host}}/api/config?tkn={{jwt_tkn}}", "host": [ "{{host}}" ], "path": [ "api", "config" ], "query": [ { "key": "tkn", "value": "{{jwt_tkn}}" } ] }, "description": "get client config by name" }, "response": [] }, { "name": "validate config", "request": { "method": "GET", "header": [], "url": { "raw": "{{host}}/api/validate_config?tkn={{jwt_tkn}}", "host": [ "{{host}}" ], "path": [ "api", "validate_config" ], "query": [ { "key": "tkn", "value": "{{jwt_tkn}}" } ] }, "description": "get client config by name" }, "response": [] }, { "name": "is valid config", "request": { "method": "GET", "header": [], "url": { "raw": "{{host}}/api/is_valid_config?tkn={{jwt_tkn}}", "host": [ "{{host}}" ], "path": [ "api", "is_valid_config" ], "query": [ { "key": "tkn", "value": "{{jwt_tkn}}" } ] }, "description": "says true o false if config sent is valid or invalid" }, "response": [] }, { "name": "save", "request": { "method": "POST", "header": [], "url": { "raw": "{{host}}/api/save?tkn={{jwt_tkn}}", "host": [ "{{host}}" ], "path": [ "api", "save" ], "query": [ { "key": "tkn", "value": "{{jwt_tkn}}" } ] }, "description": "Save data of a kyc process" }, "response": [] }, { "name": "mock jwt", "request": { "method": "GET", "header": [], "url": { "raw": "" }, "description": "Generates a jwt for development" }, "response": [] } ], "event": [ { "listen": "prerequest", "script": { "id": "9496fe57-6952-4b8b-b7b5-7eb430e6ab5e", "type": "text/javascript", "exec": [ "" ] } }, { "listen": "test", "script": { "id": "3412514d-3f70-4aa4-ba80-171b8257591e", "type": "text/javascript", "exec": [ "" ] } } ], "variable": [ { "id": "461e1539-26b7-4726-a85b-f7bfe3024f72", "key": "host", "value": "ttps://int-b.dev.tecalis.com/api_kyc_micro/current/public/", "type": "string" }, { "id": "5ae91d96-a331-4484-a49e-b030eebc3a82", "key": "jwt_tkn", "value": "jwt_tkn", "type": "string" } ], "protocolProfileBehavior": {} }