-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathadvertising_api.postman_environment.json
64 lines (64 loc) · 1.33 KB
/
advertising_api.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
58
59
60
61
62
63
64
{
"id": "b61371ae-f897-734d-d566-5c60844c3e42",
"name": "Advertising API",
"values": [
{
"enabled": true,
"key": "ACCESS_TOKEN",
"value": "",
"type": "text"
},
{
"enabled": true,
"key": "SANDBOX_URL",
"value": "advertising-api-test.amazon.com",
"type": "text"
},
{
"enabled": true,
"key": "PRODUCTION_URL",
"value": "advertising-api.amazon.com",
"type": "text"
},
{
"enabled": true,
"key": "PRODUCTION_URL_EU",
"value": "advertising-api-eu.amazon.com",
"type": "text"
},
{
"enabled": true,
"key": "VERSION",
"value": "v1",
"type": "text"
},
{
"enabled": true,
"key": "REFRESH_TOKEN",
"value": "YOUR_REFRESH_TOKEN",
"type": "text"
},
{
"enabled": true,
"key": "CLIENT_ID",
"value": "YOUR_CLIENT_ID",
"type": "text"
},
{
"enabled": true,
"key": "CLIENT_SECRET",
"value": "YOUR_CLIENT_SECRET",
"type": "text"
},
{
"enabled": true,
"key": "PROFILE_ID",
"value": "0123456789",
"type": "text"
}
],
"timestamp": 1508865232363,
"_postman_variable_scope": "environment",
"_postman_exported_at": "2017-10-24T17:14:25.324Z",
"_postman_exported_using": "Postman/5.3.1"
}