-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathSim.postman_environment.json
57 lines (57 loc) · 1.11 KB
/
Sim.postman_environment.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"id": "d72e4f56-b888-4281-92d1-b662c010e702",
"name": "Sim",
"values": [
{
"key": "cardkey",
"value": "",
"type": "secret",
"enabled": true
},
{
"key": "accountId",
"value": "4675778129910189600000003",
"type": "default",
"enabled": true
},
{
"key": "beneficiaryId",
"value": "MTAxOTA2OTI5Nz30MjM=",
"type": "default",
"enabled": true
},
{
"key": "client_id",
"value": "",
"type": "secret",
"enabled": true
},
{
"key": "client_secret",
"value": "",
"type": "secret",
"enabled": true
},
{
"key": "api_key",
"value": "",
"type": "secret",
"enabled": true
},
{
"key": "token",
"value": "",
"type": "default",
"enabled": true
},
{
"key": "host",
"value": "localhost:3000",
"type": "default",
"enabled": true
}
],
"_postman_variable_scope": "environment",
"_postman_exported_at": "2024-10-05T08:29:10.662Z",
"_postman_exported_using": "Postman/11.15.0-240925-1238"
}