POST api/otp/verify/phone
Request Information
URI Parameters
None.
Body Parameters
OTPInputPhoneName | Description | Type | Additional information |
---|---|---|---|
PhoneNumber | string |
None. |
|
Environment | string |
None. |
|
APIKey | string |
None. |
|
Code | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "PhoneNumber": "sample string 1", "Environment": "sample string 2", "APIKey": "sample string 3", "Code": "sample string 4" }
text/html, text/plain
Sample:
{"PhoneNumber":"sample string 1","Environment":"sample string 2","APIKey":"sample string 3","Code":"sample string 4"}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
OTPOutputName | Description | Type | Additional information |
---|---|---|---|
Code | string |
None. |
|
Status | integer |
None. |
|
Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Code": "sample string 1", "Status": 2, "Message": "sample string 3" }
text/html, text/plain
Sample:
{"Code":"sample string 1","Status":2,"Message":"sample string 3"}