...
...
...
...
...
...
...
OTP Verification
Purpose
This method is designed to verify that provided in the declaration request phone number is valid and is in service. Initialization phase
...
Link | |
Resource | /api/verifications |
Scope | API paragraph not found |
Components | |
Using Dictionaries | API paragraph not found |
Using Microservices | API paragraph not found |
Protocol type | REST |
Request type | POST |
Sync/Async | Sync |
...
Generate verification code using basic random (default) function or time-based algorithm
Verification code format - digits only ^[1-9][0-9]*$
Verification code length - configuration parameter (default = 4)
Verification code expiration period - configuration parameter (default = 15 min)
Set expiration period using configuration parameter
...
Filters
None
Request structure
Example
Expand | ||
---|---|---|
| ||
|
...
API paragraph not found
Response structure
Example:
Expand | ||
---|---|---|
| ||
|
...