-
Notifications
You must be signed in to change notification settings - Fork 0
/
sandbox.postman_environment.json
57 lines (57 loc) · 1.23 KB
/
sandbox.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": "683f281e-6df4-4dc3-a098-39c8380b0193",
"name": "Open Gateway Sandbox",
"values": [
{
"key": "application-client-id",
"value": "your_apps_client_id",
"enabled": true
},
{
"key": "application-client-secret",
"value": "your_apps_client_secret",
"type": "secret",
"enabled": true
},
{
"key": "identifier-type",
"value": "phone_number",
"type": "default",
"enabled": true
},
{
"key": "enduser-identifier",
"value": "+34600666006",
"enabled": true
},
{
"key": "api-product-purpose",
"value": "dpv:FraudPreventionAndDetection#sim-swap",
"enabled": true
},
{
"key": "application-backend-callback-url",
"value": "https://your_apps_backend/callback",
"enabled": true
},
{
"key": "api-gateway-url",
"value": "https://sandbox.opengateway.telefonica.com/apigateway",
"enabled": true
},
{
"key": "auth-gateway-url",
"value": "https://sandbox.opengateway.telefonica.com/apigateway",
"enabled": true
},
{
"key": "device-local-ip",
"value": "192.168.1.27",
"type": "default",
"enabled": true
}
],
"_postman_variable_scope": "environment",
"_postman_exported_at": "2024-08-21T11:27:17.653Z",
"_postman_exported_using": "Postman/11.7.0"
}