-
Notifications
You must be signed in to change notification settings - Fork 36
/
Copy pathAmazon_Ads_API_Environment.postman_environment.json
86 lines (86 loc) · 1.5 KB
/
Amazon_Ads_API_Environment.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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "Amazon Ads API Environment",
"values": [
{
"key": "client_id",
"value": "",
"type": "secret",
"enabled": true
},
{
"key": "client_secret",
"value": "",
"type": "secret",
"enabled": true
},
{
"key": "permission_scope",
"value": "advertising::campaign_management",
"type": "default",
"enabled": true
},
{
"key": "redirect_uri",
"value": "https://amazon.com",
"type": "default",
"enabled": true
},
{
"key": "access_token",
"value": "",
"type": "secret",
"enabled": true
},
{
"key": "refresh_token",
"value": "",
"type": "secret",
"enabled": true
},
{
"key": "token_expires_at",
"value": "",
"type": "default",
"enabled": true
},
{
"key": "profileId",
"value": "",
"type": "any",
"enabled": true
},
{
"key": "auth_grant_url",
"value": "https://www.amazon.com/ap/oa",
"type": "default",
"enabled": true
},
{
"key": "token_url",
"value": "https://api.amazon.com/auth/o2/token",
"type": "default",
"enabled": true
},
{
"key": "api_url",
"value": "https://advertising-api.amazon.com",
"type": "default",
"enabled": true
},
{
"key": "dspAccountId",
"value": "",
"type": "any",
"enabled": true
},
{
"key": "manager_account_id",
"value": "",
"type": "any",
"enabled": true
}
],
"_postman_variable_scope": "environment",
"_postman_exported_at": "2022-05-24T20:37:06.442Z",
"_postman_exported_using": "Postman/9.16.0"
}