Purpose
This method is designed to check if the phone number is verified in the system
Specification
Link | |
Resource | /api/verifications/{{phone_number}} |
Scope | otp:read |
Components | |
Using Dictionaries | API paragraph not found |
Using Microservices | API paragraph not found |
Protocol type | REST |
Request type | GET |
Sync/Async | Sync |
Logic
Search requested phone number in verified_phones table
Return 200 (VERIFIED) if phone number found
Return 422 (UNVERIFIED) if phone number not found
Preconditions
API paragraph not found
Global and configuration parameters
API paragraph not found
Input parameters
Input parameter | Values | Type | Description | Example |
---|---|---|---|---|
phone_number (required) | String | +380508887700 |
Filters
None
Request structure
Example
Authorize
Request to process the request using a token in the headers
Headers
Example
Validate request (JSON schema)
API paragraph not found
Validation data request
API paragraph not found
Processing
API paragraph not found
Response structure
If the entered number is verified in the system
Example:
If the entered number is not verified in the system
Example:
Post-processing processes
API paragraph not found
HTTP status codes
HTTP status code | Message | What caused the error |
---|---|---|
200 | phone number found |
|
422 | phone number not found |
Backward compatibility
API paragraph not found