POST api/v1/otp/verify
Request Information
URI Parameters
None.
Body Parameters
ValidateOTPModelName | Description | Type | Additional information |
---|---|---|---|
type | string |
Required |
|
reference | integer |
Required |
|
otp | string |
Required |
Request Formats
application/json, text/json
Sample:
{ "type": "sample string 1", "reference": 2, "otp": "sample string 3" }
application/xml, text/xml
Sample:
<ValidateOTPModel xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <Type>sample string 1</Type> <Reference>2</Reference> <Otp>sample string 3</Otp> </ValidateOTPModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
MovamApiResponseName | Description | Type | Additional information |
---|---|---|---|
Message | string |
None. |
|
Data | Object |
None. |
Response Formats
application/json, text/json
Sample:
{ "Message": "sample string 1", "Data": {} }
application/xml, text/xml
Sample:
<MovamApiResponse xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <Message>sample string 1</Message> <Data /> </MovamApiResponse>