POST v1/application/confirmation
MOBILE - WEB - Send 6 digits number confirmation code to user's cell phone as SMS.
Request Information
URI Parameters
None.
Body Parameters
UserConfirmationRequestModelName | Description | Type | Additional information |
---|---|---|---|
user_signature | string |
Required Data type: Text |
|
user_cell_number | string |
Required Data type: Text String length: inclusive between 10 and 10 |
|
country_phone_code | integer |
Data type: Text |
Request Format
application/json, text/json
Sample:
{ "user_signature": "sample string 1", "user_cell_number": "sample string 2", "country_phone_code": 3 }
Response Information
Resource Description
MOBILE - WEB - Send 6 digits number confirmation code to user's cell phone as SMS.
BaseMetaResultModelName | Description | Type | Additional information |
---|---|---|---|
meta |
Basic meta information for the operation result |
MetaModel |
None. |
Response Format
application/json, text/json
Sample:
{ "meta": { "status_code": 1, "status_message": "sample string 2" } }