-
Notifications
You must be signed in to change notification settings - Fork 0
/
environment.json
89 lines (89 loc) · 1.87 KB
/
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"id": "20f576e8-34b8-4c52-bbcd-2009219fd1cf",
"name": "WABiz Developer",
"values": [
{
"key": "AdminAuthToken",
"value": "<valid token from login api as admin>",
"enabled": true
},
{
"key": "AdminPassword",
"value": "<password of whatsapp business client admin>",
"enabled": true
},
{
"key": "AdminUsername",
"value": "<username of whatsapp business client admin>",
"enabled": true
},
{
"key": "Base64AdminCredentials",
"value": "<base64(username:password)>",
"enabled": true
},
{
"key": "Base64UserCredentials",
"value": "<base64(username:password)>",
"enabled": true
},
{
"key": "Recipient-WA-ID",
"value": "<valid wa id of recipient>",
"enabled": true
},
{
"key": "Test-Group-Id",
"value": "Test Group Id",
"enabled": true
},
{
"key": "Test-Media-Id",
"value": "Test Media Id",
"enabled": true
},
{
"key": "Test-1P-Stickerpack-Id",
"value": "Test First Party Stickerpack Id",
"enabled": true
},
{
"key": "Test-3P-Stickerpack-Id",
"value": "Test 3rd Party Stickerpack Id",
"enabled": true
},
{
"key": "Test-Sticker-Index",
"value": "Test Sticker Index",
"enabled": true
},
{
"key": "Test-Sticker-Media-Id",
"value": "Test Sticker Media Id",
"enabled": true
},
{
"key": "URL",
"value": "<valid webapp url, i.e 'https://localhost:9090'>",
"enabled": true
},
{
"key": "UserUsername",
"value": "<username of whatsapp business client user>",
"enabled": true
},
{
"key": "UserPassword",
"value": "<password of whatsapp business client user>",
"enabled": true
},
{
"key": "UserAuthToken",
"value": "<valid token from login api as user>",
"enabled": true
}
],
"_postman_variable_scope": "environment",
"_postman_exported_at": "2020-02-07T03:07:59.415Z",
"_postman_exported_using": "Postman/7.17.0"
}