We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ec8dc1 commit 0f8d8c5Copy full SHA for 0f8d8c5
config/v3/get_settings/receive.json
@@ -204,6 +204,10 @@
204
"description": "A list of available carriers (if empty assume Phone Number Verification is not available at the moment)",
205
"type": "array"
206
},
207
+ "challenge_attempts_remaining": {
208
+ "description": "Indicates the attempts remaining for /phone_number_challenge",
209
+ "type": "integer"
210
+ },
211
"next_attempt": {
212
"description": "(Optional) Indicates the timestamp for the next verification attempt",
213
"type": "integer"
@@ -227,6 +231,10 @@
227
231
0,
228
232
1
229
233
]
234
235
+ "verify_attempts_remaining": {
236
+ "description": "Indicates the attempts remaining for /phone_number_verification",
237
230
238
}
239
240
0 commit comments