/
Phone number verification
Published Apr 13, 2017
ЕСОЗ - публічна документація
Phone number verification
Database model
phones
Attribute | DataType | M/O | Description |
---|---|---|---|
id | TEXT | M | UUID |
number | TEXT | M | Phone number |
status | ENUM('VERIFIED','UNVERIFIED') | M | |
inserted_at | DATETIME | M | ISO 8601 |
updated_at | DATETIME | M | ISO 8601 |
codes
Attribute | DataType | M/O | Description |
---|---|---|---|
id | TEXT | M | UUID |
phone_number | TEXT | M | Phone number |
value | TEXT | M | Verification code |
expired_at | DATETIME | M | ISO 8601 |
details | JSON | O | ISO 8601 |
, multiple selections available,
Related content
Initialize OTP Verification
Initialize OTP Verification
More like this
Complete OTP Verification
Complete OTP Verification
More like this
Create authentication method request
Create authentication method request
Read with this
Find Verifications by Phone Number
Find Verifications by Phone Number
More like this
Approve authentication method request
Approve authentication method request
Read with this
VERIFICATION
VERIFICATION
More like this
ЕСОЗ - публічна документація