You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: callflows/authorization/authorization_openapi.yaml
+11-1Lines changed: 11 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,9 @@ paths:
29
29
30
30
Check the [Frontend authorization flow guide](/docs/frontend) for more information.
31
31
32
-
**NOTE**: In case you are using our Sandbox as a host, please take into account that the `login_hint` parameter, although optional according to the OpenID Connect specification, is mandatory in order to inform about the end-user identifier so the Sandbox checks its whitelist for privacy reasons. Check the [Whitelist](/docs/whitelist) guide for more information.
32
+
Create an app on our [Sandbox](/docs/sandbox) to get credentials so you can perform API calls to our operators' production environments, or use the following convenience client ID to test it in mock mode:
33
+
34
+
`mock_sandbox_app_id`
33
35
operationId: authorize
34
36
parameters:
35
37
- name: response_type
@@ -96,6 +98,10 @@ paths:
96
98
Authorizes an application to access a resource from the backend
97
99
98
100
Check the [Backend authorization flow guide](/docs/backend) for more information.
101
+
102
+
Create an app on our [Sandbox](/docs/sandbox) to get credentials so you can perform API calls to our operators' production environments, or use the following convenience client credentials to test it in mock mode:
103
+
104
+
`mock_sandbox_app_id` / `mock_sandbox_app_secret`
99
105
operationId: bcAuthorize
100
106
requestBody:
101
107
content:
@@ -127,6 +133,10 @@ paths:
127
133
Retrieves an access token from the authorization code (frontend) or auth_req_id (backend)
128
134
129
135
Check the [Authorization guide](/docs/authorization) for more information.
136
+
137
+
Create an app on our [Sandbox](/docs/sandbox) to get credentials so you can perform API calls to our operators' production environments, or use the following convenience token to test our APIs in mock mode:
Create an app on our [Sandbox](/docs/sandbox) to get credentials and [retrieve tokens](/reference/authorize) so you can perform API calls to our operators' production environments, or use the following convenience token to test in mock mode:
40
+
41
+
`mock_sandbox_access_token`
38
42
39
43
You can explore our [Device Location Verification sample code](/docs/samplecode_devicelocation) for additional guidance on using this API.
Create an app on our [Sandbox](/docs/sandbox) to get credentials and [retrieve tokens](/reference/authorize) so you can perform API calls to our operators' production environments, or use the following convenience token to test in mock mode:
40
+
41
+
`mock_sandbox_access_token`
38
42
39
43
You can explore our [Device Status sample code](/docs/samplecode_devicestatus) for additional guidance on using this API.
Copy file name to clipboardExpand all lines: catalog/deviceswap/deviceswap_openapi.yaml
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,10 @@ paths:
30
30
Check the [Authorization guide](/docs/authorization) on how to get an OAuth2 token, with the following scope:
31
31
32
32
`dpv:FraudPreventionAndDetection#device-swap`
33
+
34
+
Create an app on our [Sandbox](/docs/sandbox) to get credentials and [retrieve tokens](/reference/authorize) so you can perform API calls to our operators' production environments, or use the following convenience token to test in mock mode:
35
+
36
+
`mock_sandbox_access_token`
33
37
operationId: retrieveDeviceSwapDate
34
38
security:
35
39
- three_legged:
@@ -76,6 +80,10 @@ paths:
76
80
Check the [Authorization guide](/docs/authorization) on how to get an OAuth2 token, with the following scope:
77
81
78
82
`dpv:FraudPreventionAndDetection#device-swap`
83
+
84
+
Create an app on our [Sandbox](/docs/sandbox) to get credentials and [retrieve tokens](/reference/authorize) so you can perform API calls to our operators' production environments, or use the following convenience token to test in mock mode:
Copy file name to clipboardExpand all lines: catalog/homedevicesqod/homedevices_qod_openapi.yaml
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -75,6 +75,10 @@ paths:
75
75
Check the [Authorization guide](/docs/authorization) on how to get an OAuth2 token, with the following scope:
76
76
77
77
`dpv:RequestedServiceProvision#home-devices-qod`
78
+
79
+
Create an app on our [Sandbox](/docs/sandbox) to get credentials and [retrieve tokens](/reference/authorize) so you can perform API calls to our operators' production environments, or use the following convenience token to test in mock mode:
Create an app on our [Sandbox](/docs/sandbox) to get credentials and [retrieve tokens](/reference/authorize) so you can perform API calls to our operators' production environments, or use the following convenience token to test in mock mode:
42
+
43
+
`mock_sandbox_access_token`
41
44
operationId: KYC_Match_v0.1
42
45
43
46
security:
@@ -143,7 +146,10 @@ paths:
143
146
Check the [Authorization guide](/docs/authorization) on how to get an OAuth2 token, with the following scope:
144
147
145
148
`dpv:FraudPreventionAndDetection#kyc-match:match`
149
+
150
+
Create an app on our [Sandbox](/docs/sandbox) to get credentials and [retrieve tokens](/reference/authorize) so you can perform API calls to our operators' production environments, or use the following convenience token to test in mock mode:
Create an app on our [Sandbox](/docs/sandbox) to get credentials and [retrieve tokens](/reference/authorize) so you can perform API calls to our operators' production environments, or use the following convenience token to test in mock mode:
59
+
60
+
`mock_sandbox_access_token`
61
+
58
62
You can explore our [Number Verification sample code](/docs/samplecode_numberverification) for additional guidance on using this API.
Copy file name to clipboardExpand all lines: catalog/qod/qod_openapi.yaml
+13Lines changed: 13 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,10 @@ paths:
33
33
Check the [Authorization guide](/docs/authorization) on how to get an OAuth2 token, with the following scope:
34
34
35
35
`dpv:RequestedServiceProvision#qod`
36
+
37
+
Create an app on our [Sandbox](/docs/sandbox) to get credentials and [retrieve tokens](/reference/authorize) so you can perform API calls to our operators' production environments, or use the following convenience token to test in mock mode:
38
+
39
+
`mock_sandbox_access_token`
36
40
37
41
You can explore our [QoD sample code](/docs/samplecode_qod) for additional guidance on using this API.
38
42
operationId: createSession
@@ -132,6 +136,9 @@ paths:
132
136
133
137
`dpv:RequestedServiceProvision#qod`
134
138
139
+
Create an app on our [Sandbox](/docs/sandbox) to get credentials and [retrieve tokens](/reference/authorize) so you can perform API calls to our operators' production environments, or use the following convenience token to test in mock mode:
140
+
141
+
`mock_sandbox_access_token`
135
142
security:
136
143
- three_legged:
137
144
- qod
@@ -177,7 +184,10 @@ paths:
177
184
Check the [Authorization guide](/docs/authorization) on how to get an OAuth2 token, with the following scope:
178
185
179
186
`dpv:RequestedServiceProvision#qod`
187
+
188
+
Create an app on our [Sandbox](/docs/sandbox) to get credentials and [retrieve tokens](/reference/authorize) so you can perform API calls to our operators' production environments, or use the following convenience token to test in mock mode:
180
189
190
+
`mock_sandbox_access_token`
181
191
security:
182
192
- three_legged:
183
193
- qod
@@ -227,6 +237,9 @@ paths:
227
237
228
238
`dpv:RequestedServiceProvision#qod`
229
239
240
+
Create an app on our [Sandbox](/docs/sandbox) to get credentials and [retrieve tokens](/reference/authorize) so you can perform API calls to our operators' production environments, or use the following convenience token to test in mock mode:
Copy file name to clipboardExpand all lines: catalog/simswap/simswap_openapi.yaml
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -46,6 +46,10 @@ paths:
46
46
47
47
`dpv:FraudPreventionAndDetection#sim-swap`
48
48
49
+
Create an app on our [Sandbox](/docs/sandbox) to get credentials and [retrieve tokens](/reference/authorize) so you can perform API calls to our operators' production environments, or use the following convenience token to test in mock mode:
50
+
51
+
`mock_sandbox_access_token`
52
+
49
53
You can explore our [SIM Swap sample code](/docs/samplecode_simswap) for additional guidance on using this API.
50
54
operationId: checkSimSwap
51
55
requestBody:
@@ -94,6 +98,10 @@ paths:
94
98
95
99
`dpv:FraudPreventionAndDetection#sim-swap`
96
100
101
+
Create an app on our [Sandbox](/docs/sandbox) to get credentials and [retrieve tokens](/reference/authorize) so you can perform API calls to our operators' production environments, or use the following convenience token to test in mock mode:
102
+
103
+
`mock_sandbox_access_token`
104
+
97
105
You can explore our [SIM Swap sample code](/docs/samplecode_simswap) for additional guidance on using this API.
0 commit comments